Skip to content

Commit

Permalink
Speed things up by using arm8/l3-equiv heap
Browse files Browse the repository at this point in the history
  • Loading branch information
myreen committed Jun 19, 2024
1 parent 80adf6e commit a2fca1e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/lpr_checker/array/compilation/proofsARM8/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ README_SOURCES = $(wildcard *Script.sml) $(wildcard *Lib.sml) $(wildcard *Syntax
DIRS = $(wildcard */)
README.md: $(CAKEMLDIR)/developers/readme_gen readmePrefix $(patsubst %,%readmePrefix,$(DIRS)) $(README_SOURCES)
$(protect $(CAKEMLDIR)/developers/readme_gen) $(README_SOURCES)

ifdef POLY

HOLHEAP=$(HOLDIR)/examples/l3-machine-code/arm8/asl-equiv/l3-equivalence-heap

endif
6 changes: 6 additions & 0 deletions examples/pseudo_bool/array/compilation/proofsARM8/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ README_SOURCES = $(wildcard *Script.sml) $(wildcard *Lib.sml) $(wildcard *Syntax
DIRS = $(wildcard */)
README.md: $(CAKEMLDIR)/developers/readme_gen readmePrefix $(patsubst %,%readmePrefix,$(DIRS)) $(README_SOURCES)
$(protect $(CAKEMLDIR)/developers/readme_gen) $(README_SOURCES)

ifdef POLY

HOLHEAP=$(HOLDIR)/examples/l3-machine-code/arm8/asl-equiv/l3-equivalence-heap

endif

0 comments on commit a2fca1e

Please sign in to comment.