factor/basis/math
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
..
bits
bitwise math.bitwise: factor M\ fixnum (bit-count) to a separate word so it can be made intrinsic 2010-05-15 13:27:26 -07:00
blas Eliminate some -rot from the codebase 2010-05-03 18:31:01 -04:00
combinatorics
complex
constants
floats FFI rewrite part 5: return value boxing and callback parameter boxing now uses vregs; simplify return value unboxing 2010-05-16 03:43:23 -04:00
functions
intervals
libm math.libm: use FUNCTION-ALIAS: 2010-04-14 12:25:22 -07:00
matrices mop up compiler errors from macosx load-all 2010-03-09 00:56:07 -08:00
partial-dispatch
polynomials Fix help lint for math.polynomials 2010-04-30 14:04:45 -05:00
primes Use keys/values where appropriate 2010-05-21 12:48:04 -05:00
quaternions
ranges Changing some uses of prune to use members 2010-02-27 13:14:03 -05:00
ratios
rectangles Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
statistics
vectors Stack allocation improvements 2010-05-22 02:37:00 -04:00