factor/core/classes
Slava Pestov a56d480aa6 Various optimizations leading to a 10% speedup on compiling empty EBNF parser:
- open-code getenv primitive
- inline tuple predicates in finalization
- faster partial dispatch
- faster built-in type predicates
- faster tuple predicates
- faster lo-tag dispatch
- compile V{ } clone and H{ } clone more efficiently
- add fixnum fast-path to =; avoid indirect branch if two fixnums not eq
- faster >alist on hashtables
2008-12-06 09:16:29 -06:00
..
algebra Refactor all usages of >r/r> in core to use dip, 2dip, 3dip 2008-11-23 02:44:56 -06:00
builtin Various optimizations leading to a 10% speedup on compiling empty EBNF parser: 2008-12-06 09:16:29 -06:00
intersection Refactoring usages of >r, r>, -rot, rot 2008-11-30 22:21:37 -06:00
mixin Better error message for INSTANCE: if second arg is not a mixin 2008-12-03 09:33:32 -06:00
parser Split up huge parser vocabulary 2008-06-25 03:25:08 -05:00
predicate New $quotation markup element 2008-11-16 09:03:30 -06:00
singleton Fix permission bits 2008-10-02 08:34:49 -05:00
tuple Various optimizations leading to a 10% speedup on compiling empty EBNF parser: 2008-12-06 09:16:29 -06:00
union Fix permission bits 2008-10-02 08:34:49 -05:00
authors.txt Initial import 2007-09-20 18:09:08 -04:00
classes-docs.factor Fix permission bits 2008-10-02 08:34:49 -05:00
classes-tests.factor Old fix for classes-intersect? no-method bug was incorrect; we were 2008-11-05 18:32:02 -06:00
classes.factor Old fix for classes-intersect? no-method bug was incorrect; we were 2008-11-05 18:32:02 -06:00
summary.txt Initial import 2007-09-20 18:09:08 -04:00
tags.txt Initial import 2007-09-20 18:09:08 -04:00