mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Remove inline-constructors pass
* module/language/cps/constructors.scm: Remove pass, as "list" and "vector" are now inlined by CPS conversion, and nothing in the optimizer reifies "list" or "vector" primcalls. * module/language/cps/optimize.scm (optimize-higher-order-cps) (cps-default-optimization-options): * am/bootstrap.am: * module/Makefile.am: Remove references to inline-constructors pass.
This commit is contained in:
parent
cf1611ef38
commit
0b4c1e2c29
4 changed files with 0 additions and 103 deletions
|
@ -76,7 +76,6 @@ SOURCES = \
|
|||
language/cps.scm \
|
||||
language/cps/closure-conversion.scm \
|
||||
language/cps/compile-bytecode.scm \
|
||||
language/cps/constructors.scm \
|
||||
language/cps/contification.scm \
|
||||
language/cps/cse.scm \
|
||||
language/cps/dce.scm \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue