factor/core/classes
Slava Pestov cc879fa9b7 Tuple layouts are now arrays, instead of built-in types. The superclass
array is now part of the tuple layout object itself, and class hashcodes
are stored alongside class words there. This removes 2 indirections when
reading a superclass, and 3 when reading a superclass hashcode.
2008-11-05 22:20:29 -06:00
..
algebra Old fix for classes-intersect? no-method bug was incorrect; we were 2008-11-05 18:32:02 -06:00
builtin use if/when/unless-empty, docs 2008-09-06 17:10:32 -05:00
intersection use if/when/unless-empty, docs 2008-09-06 17:10:32 -05:00
mixin Only build a generic word once, even if a compilation unit defines several methods on it, by adding generics to a set and building them at the end. 25% improvement on bootstrap time 2008-11-03 03:51:28 -06:00
parser Split up huge parser vocabulary 2008-06-25 03:25:08 -05:00
predicate Add more unit tests highlighting the problem: predicate -vs- union comparison is broken 2008-11-04 02:17:22 -06:00
singleton Fix permission bits 2008-10-02 08:34:49 -05:00
tuple Tuple layouts are now arrays, instead of built-in types. The superclass 2008-11-05 22:20: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