factor/basis/compiler/tree
Slava Pestov 501629cf75 compiler.tree.propagation.info: fix load error 2009-07-27 00:30:24 -05:00
..
builder Make walker work better with call( and breakpoints which are nested inside combinators 2009-05-05 09:12:32 -05:00
checker Revert part of an earlier ccompiler.tree.checker hange to fix smalltalk.eval regression 2009-04-22 21:03:53 -05:00
cleanup Improve code generation for shift word: add intrinsics for fixnum-shift-fast in the case where the shift count is not constant, transform 1 swap shift into a more overflow check with open-coded fast case, transform bitand into fixnum-bitand in more cases 2009-07-16 23:50:48 -05:00
combinators Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
comparisons Stack effect declarations are mandatory on all words now 2009-02-23 20:27:05 -06:00
dead-code compiler.tree.dead-code: methods on flushable generics should be flushable 2009-07-03 21:31:26 -05:00
debugger Overflowing fixnum intrinsics now expand into several CFG nodes. This speeds up the common case since only the uncommon case is now a stack syncpoint 2009-07-16 18:29:40 -05:00
def-use Cleaning up USING: lists for new strict semantics 2009-05-14 16:54:16 -05:00
escape-analysis Remove initial-quot feature 2009-06-15 13:07:15 -05:00
finalization compiler.tree.finalization: undo a change that resulted in a compile time regression 2009-07-18 03:33:24 -05:00
identities Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
late-optimizations Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
modular-arithmetic Overflowing fixnum intrinsics now expand into several CFG nodes. This speeds up the common case since only the uncommon case is now a stack syncpoint 2009-07-16 18:29:40 -05:00
normalization stack-checker: fix case where invalid code could infer 2009-05-23 15:50:35 -05:00
optimizer compiler.tree.optimizer: Remove redundant call to compute-def-use 2009-07-01 17:41:20 -05:00
propagation compiler.tree.propagation.info: fix load error 2009-07-27 00:30:24 -05:00
recursive Fixing unit tests for stack effect inference changes 2009-04-20 21:15:19 -05:00
tuple-unboxing stack-checker: fix case where invalid code could infer 2009-05-23 15:50:35 -05:00
authors.txt New front-end and high-level optimizer lands 2008-08-12 03:22:45 -05:00
summary.txt New front-end and high-level optimizer lands 2008-08-12 03:22:45 -05:00
tree.factor rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00