Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WSymb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OTAWA-plugins
WSymb
Merge requests
!2
parametric computation works again
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
parametric computation works again
caml2
into
master
Overview
0
Commits
4
Pipelines
0
Changes
1
Merged
Grebant Sandro
requested to merge
caml2
into
master
4 years ago
Overview
0
Commits
4
Pipelines
0
Changes
1
Fixing parametric loop bounds and parametric WCET for functions (related to issue #2 ). Tested with:
loop bound(s) only
parametric WCET for funtion only
loop bound + parametric WCET for function
0
0
Merge request reports
Viewing commit
95fd6d60
Prev
Next
Show latest version
1 file
+
3
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
95fd6d60
Added debug flag to show the stack trace (commented out).
· 95fd6d60
Forget Julien
authored
3 years ago
simplify/Makefile
+
3
−
2
View file @ 95fd6d60
Edit in single-file editor
Open in Web IDE
OCB
=
ocamlbuild
TARGET
=
swymplify
#OCBFLAGS=-cflags -g
all
:
native
mv
main.native
$(
TARGET
)
native
:
$(
OCB
)
main.native
$(
OCB
)
$(
OCBFLAGS
)
main.native
byte
:
$(
OCB
)
main.byte
debug
:
$(
OCB
)
-yaccflag
-v
$(
OCB
)
-yaccflag
-v
main.byte
clean
:
$(
OCB
)
-clean
Loading