factor/core/generic
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
..
math Fix permission bits 2008-10-02 08:34:49 -05:00
parser Create basis vocab root 2008-07-28 22:03:13 -05:00
standard Tuple layouts are now arrays, instead of built-in types. The superclass 2008-11-05 22:20:29 -06:00
authors.txt Initial import 2007-09-20 18:09:08 -04:00
generic-docs.factor Fix permission bits 2008-10-02 08:34:49 -05:00
generic-tests.factor Fix permission bits 2008-10-02 08:34:49 -05:00
generic.factor 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
summary.txt Initial import 2007-09-20 18:09:08 -04:00
tags.txt Initial import 2007-09-20 18:09:08 -04:00