separated known-variable analysis phase, added inlining

original commit: 5d7647b40bdfe8ee588490759f20388751b18c3a
This commit is contained in:
Matthew Flatt 1998-05-14 22:01:23 +00:00
parent 52ea5b868a
commit 4ca4d82a75

View File

@ -32,6 +32,8 @@
; directly with MzScheme, not dynamically
; loaded; default = #f
max-inline-size ; max size of inlined procedures
propagate-constants ; default = #t
assume-primitives ; #t => car = #%car; default = #f
stupid ; allow obvious non-syntactic errors;