factor/basis/struct-arrays
Slava Pestov d957ae4e44 Performance improvements to make struct-arrays benchmark faster
- improved optimization of ##unbox-any-c-ptr on ##box-displaced-alien; convert it to ##unbox-c-ptr where possible using class info stored in the ##bda instruction
- make fcos, fsin, etc inline again; everything in math.libm inline again, except for fsqrt which is an intrinsic
- convert min and max on floats to float-min and float-max
- make min and max not inline, so that the above can work
- struct-arrays: rice a bit so that more fixnums come up
2009-08-28 05:21:16 -05:00
..
prettyprint prettyprint struct-arrays 2009-08-26 18:22:51 -05:00
authors.txt
struct-arrays-docs.factor Fix struct-arrays help lint 2008-12-03 12:06:16 -06:00
struct-arrays-tests.factor literal syntax for struct-arrays 2009-08-26 18:09:02 -05:00
struct-arrays.factor Performance improvements to make struct-arrays benchmark faster 2009-08-28 05:21:16 -05:00
summary.txt
tags.txt