factor/core/math
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
..
floats Performance improvements to make struct-arrays benchmark faster 2009-08-28 05:21:16 -05:00
integers Add inline declarations for various assorted methods 2009-08-17 22:32:21 -05:00
order Performance improvements to make struct-arrays benchmark faster 2009-08-28 05:21:16 -05:00
parser Merge branch 'master' of git://factorcode.org/git/factor 2009-08-14 10:55:05 -04:00
authors.txt Initial import 2007-09-20 18:09:08 -04:00
math-docs.factor move if-zero etc to math, remove 1-/1+ from math 2009-08-14 14:27:23 -05:00
math-tests.factor 0.0 neg ought to be -0.0 2009-05-21 18:49:22 -05:00
math.factor math: move float methods to math.floats 2009-08-20 03:55:19 -05:00
summary.txt Initial import 2007-09-20 18:09:08 -04:00