This website requires JavaScript.
Explore
Help
Sign In
steve
/
factor
Watch
1
Star
0
Fork
You've already forked factor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
c57c26b3be
factor
/
basis
/
compiler
/
cfg
/
dce
History
Slava Pestov
b5fc39c198
compiler.cfg: Reading the return value of a float-returning function on x86-32 had a side effect of popping the x87 stack, so it was not correct for DCE to just eliminate this if the return value was not used. Fix this by adding a new dead-outputs slot to alien-call-insns and having DCE move dead returns there
2010-08-13 23:19:56 -07:00
..
authors.txt
Dead code elimination eliminates some dead allocations
2009-07-02 02:30:46 -05:00
dce-tests.factor
Untagged fixnums work in progress
2010-05-03 17:34:02 -04:00
dce.factor
compiler.cfg: Reading the return value of a float-returning function on x86-32 had a side effect of popping the x87 stack, so it was not correct for DCE to just eliminate this if the return value was not used. Fix this by adding a new dead-outputs slot to alien-call-insns and having DCE move dead returns there
2010-08-13 23:19:56 -07:00
summary.txt
Dead code elimination eliminates some dead allocations
2009-07-02 02:30:46 -05:00