factor/basis/specialized-arrays
Slava Pestov ba7cb61133 Stack allocation improvements
- New with-out-parameters combinator
- Inhibit tail call optimization in frames with local allocation, to ensure that passing a stack allocated value to the last word in the quotation works
- local allocations are now aligned properly
- spill slots are now aligned properly aligned in frames which have parameter and local allocation areas
2010-05-22 02:37:00 -04:00
..
mirrors sever lingering dependencies on simd from compiler 2009-11-11 16:08:40 -06:00
prettyprint Factor source files should not be executable 2009-11-21 17:50:43 -06:00
authors.txt Specialized arrays work in progress 2008-11-14 20:18:16 -06:00
specialized-arrays-docs.factor specialized-arrays: rename byte-array>T-array to T-array-cast, and make it work with anything that responds to >c-ptr / byte-length 2010-05-18 23:09:34 -04:00
specialized-arrays-tests.factor specialized-arrays: rename byte-array>T-array to T-array-cast, and make it work with anything that responds to >c-ptr / byte-length 2010-05-18 23:09:34 -04:00
specialized-arrays.factor Stack allocation improvements 2010-05-22 02:37:00 -04:00
summary.txt Specialized arrays work in progress 2008-11-14 20:18:16 -06:00
tags.txt Specialized arrays work in progress 2008-11-14 20:18:16 -06:00