factor/core
Slava Pestov 7940020491 Untangling more dependencies 2008-12-08 16:02:31 -06:00
..
alien
arrays Exploit the fast-path for allocation of array with initial element 0 by changing 2008-12-06 18:37:28 -06:00
assocs Exploit the fast-path for allocation of array with initial element 0 by changing 2008-12-06 18:37:28 -06:00
bootstrap Untangling some dependencies 2008-12-08 14:58:00 -06:00
byte-arrays Faster conversion of sbufs, vectors and byte-vectors to their corresponding fixed-size type respectively; we call the resize-T primitive on the underlying sequence instead of >T 2008-12-05 06:37:19 -06:00
checksums Untangling some dependencies 2008-12-08 14:58:00 -06:00
classes Untangling some dependencies 2008-12-08 14:58:00 -06:00
combinators assert-depth now has a static stack effect. This fixes a UI unit test failure 2008-12-05 08:25:26 -06:00
compiler
continuations assert-depth now has a static stack effect. This fixes a UI unit test failure 2008-12-05 08:25:26 -06:00
definitions
destructors
effects
generic Fix some problems with arithmetic type inference, exposed by recent changes to log2 word 2008-12-07 19:44:49 -06:00
graphs
growable Untangling some dependencies 2008-12-08 14:58:00 -06:00
hashtables Mark a word inline 2008-12-06 15:31:35 -06:00
init
io Move byte-vectors and io.streams.byte-array to basis 2008-12-08 13:59:25 -06:00
kernel Various optimizations leading to a 10% speedup on compiling empty EBNF parser: 2008-12-06 09:16:29 -06:00
layouts
lexer
make
math Use eq? instead of number= since we only ever have a fixnum here 2008-12-08 13:59:59 -06:00
memory
namespaces Exploit the fast-path for allocation of array with initial element 0 by changing 2008-12-06 18:37:28 -06:00
parser swap ... 3append -> surround in core 2008-12-06 18:42:41 -06:00
quotations
sbufs Faster conversion of sbufs, vectors and byte-vectors to their corresponding fixed-size type respectively; we call the resize-T primitive on the underlying sequence instead of >T 2008-12-05 06:37:19 -06:00
sequences Remove cache-nth word, nobody was using it and the semantics were broken 2008-12-07 08:51:22 -06:00
sets
slots swap ... 3append -> surround in core 2008-12-06 18:42:41 -06:00
sorting
source-files Untangling more dependencies 2008-12-08 16:02:31 -06:00
splitting
strings Tweak string representation; high bit indicates if character has high bits in aux vector. Avoids memory access in common case. Split set-string-nth into two primitives; set-string-nth-fast is open-coded by optimizing compiler. 13% improvement on reverse-complement 2008-12-05 06:38:51 -06:00
syntax Untangling some dependencies 2008-12-08 14:58:00 -06:00
system
vectors Exploit the fast-path for allocation of array with initial element 0 by changing 2008-12-06 18:37:28 -06:00
vocabs remove unit test 2008-12-05 12:53:23 -06:00
words swap ... 3append -> surround in core 2008-12-06 18:42:41 -06:00