factor/basis/compiler/cfg/intrinsics
Slava Pestov 3fb4fc1bde 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
..
alien Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
allot rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
fixnum 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
float Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
misc Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
slots Merge branch 'master' into new_ui 2009-02-16 21:22:12 -06:00
intrinsics.factor 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
summary.txt Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00