Changeset 12258 in project for chicken/branches
- Timestamp:
- 10/24/08 10:45:01 (12 years ago)
- Location:
- chicken/branches/cmi
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chicken/branches/cmi/benchmarks/cscbench.scm
r12191 r12258 52 52 53 53 (define (compile-and-run file decls options coptions unsafe) 54 (system* "~A ~A -quiet -no-warnings -heap-size 8m -output-file tmpfile.c ~A ~A"54 (system* "~A ~A -quiet -no-warnings -heap-size 16m -output-file tmpfile.c ~A ~A" 55 55 chicken file decls options) 56 56 (system* "~a ~a -s -I.. tmpfile.c -o tmpfile ../lib~achicken.a -lm" -
chicken/branches/cmi/compiler.scm
r12228 r12258 1438 1438 (set! profiled-procedures #t) 1439 1439 (for-each 1440 (cu stom-declare-alist mark-variable <> '##compiler#profile)1440 (cut mark-variable <> '##compiler#profile) 1441 1441 (stripa (cdr spec))))) 1442 1442 ((local)
Note: See TracChangeset
for help on using the changeset viewer.