factor/basis/compiler/cfg/intrinsics
Slava Pestov 4b7ba38aab compiler.cfg: virtual registers are integers now, and representations are stored off to the side. Fix bug in representation selection that would manifest if a value was used as a float and a fixnum in different branches; cannot globally unbox float in this case 2009-08-08 04:02:18 -05:00
..
alien compiler.cfg.representations: new pass to make global unboxing decisions, relies on new compiler.cfg.loop-detection pass for loop nesting information 2009-08-08 00:24:46 -05:00
allot compiler.cfg.stacks: now performs online local DCN 2009-07-23 20:54:38 -05:00
fixnum compiler.cfg: introduce less temporaries when building CFG 2009-07-24 03:37:18 -05:00
float compiler.cfg.representations: new pass to make global unboxing decisions, relies on new compiler.cfg.loop-detection pass for loop nesting information 2009-08-08 00:24:46 -05:00
misc Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
slots compiler.cfg: virtual registers are integers now, and representations are stored off to the side. Fix bug in representation selection that would manifest if a value was used as a float and a fixnum in different branches; cannot globally unbox float in this case 2009-08-08 04:02:18 -05:00
intrinsics.factor Split off the notion of a register representation from a register class 2009-08-07 17:44:50 -05:00
summary.txt Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00