factor/core/generic
Slava Pestov 7f2e2b1777 Specialized array overhaul
- Replace hand-written specialized-arrays.* subvocabularies with new system; instead of USE:ing specialized-arrays.T, do SPECIALIZED-ARRAY: T
- Ditto for specialized-vectors; use SPECIALIZED-VECTOR:
- io.mmap.functor: removed entirely, use <mapped-array> instead
- struct-arrays and struct-vectors have been removed because specialized arrays and vectors subsume them entirely
2009-09-09 22:33:34 -05:00
..
hook Working on inline caching for tail call sites 2009-05-06 19:22:22 -05:00
math Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
parser define-generic and define-simple-generic now take stack effect parameters; math-combination is a singleton instead of a tuple 2009-03-22 18:00:26 -05:00
single Specialized array overhaul 2009-09-09 22:33:34 -05:00
standard Fix GENERIC# with out of bounds dispatch position 2009-05-12 20:47:20 -05:00
authors.txt Initial import 2007-09-20 18:09:08 -04:00
generic-docs.factor A number of documentation fixes. 2009-08-10 23:34:25 -07:00
generic-tests.factor Move some unit tests from generic to generic.math 2009-04-29 23:36:05 -05:00
generic.factor Add better error checking for INSTANCE: and GENERIC#, and remove unnecessary word props when generic word's combination changes 2009-04-28 17:56:15 -05: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