factor/basis/compiler/cfg/value-numbering
Slava Pestov eb05dd3a12 Optimize a ##dispatch that is applied to the result of a ##sub-imm or ##add-imm; this eliminates an instruction from the common 1 fixnum-fast { ... } dispatch and 8 fixnum-fast { ... } dispatch code sequences appearing in generic word expansions 2008-11-13 04:16:08 -06:00
..
expressions Value numbering 2008-10-22 21:59:07 -05:00
graph Value numbering 2008-10-22 21:59:07 -05:00
propagate Add string-nth intrinsic 2008-11-06 01:11:28 -06:00
rewrite Optimize a ##dispatch that is applied to the result of a ##sub-imm or ##add-imm; this eliminates an instruction from the common 1 fixnum-fast { ... } dispatch and 8 fixnum-fast { ... } dispatch code sequences appearing in generic word expansions 2008-11-13 04:16:08 -06:00
simplify Move insn class to compiler.cfg.instructions 2008-10-24 09:17:06 -05:00
value-numbering-tests.factor Optimize a ##dispatch that is applied to the result of a ##sub-imm or ##add-imm; this eliminates an instruction from the common 1 fixnum-fast { ... } dispatch and 8 fixnum-fast { ... } dispatch code sequences appearing in generic word expansions 2008-11-13 04:16:08 -06:00
value-numbering.factor Improved value numbering 2008-10-23 02:49:26 -05:00