factor/core
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
..
alien allow alien.strings:alien>string to take an object with underlying>> slot 2009-08-26 09:13:30 -05:00
arrays
assocs
bootstrap "deprecated" declaration, "deprecation" vocab to track deprecations in the error log 2009-08-20 15:10:42 -05:00
byte-arrays
byte-vectors
checksums
classes remove duplicate usings 2009-08-26 22:23:03 -05:00
combinators
compiler/units
continuations
definitions
destructors Improve destructors docs, fix bug where debug-leaks? wasn't being switched off 2009-08-24 21:44:48 -05:00
effects temporary fix for core/effects 2009-08-22 20:56:28 -04:00
generic
graphs
growable
hashtables
init
io destructors: already-unregistered error had the wrong content, also don't throw an error when disposing a disposable twice 2009-08-24 20:27:22 -05:00
kernel
layouts
lexer small fix for lexer 2009-08-18 00:10:23 -05:00
make
math Performance improvements to make struct-arrays benchmark faster 2009-08-28 05:21:16 -05:00
memory
namespaces
parser
quotations
sbufs
sequences revert replicate change again...the world is not ready 2009-08-23 01:00:46 -04:00
sets
slots make slot initial-values check the class for an "initial-value" word prop; set this word prop on classes.c-types types 2009-08-19 21:28:20 -05:00
sorting
source-files
splitting
strings
syntax clarify 'deprecated' docs 2009-08-20 18:36:34 -05:00
system
vectors
vocabs
words fix typo in gensym reported by mnestic 2009-08-27 16:10:00 -05:00