no need to pre-compile roll/-roll since they're not used in core or basis anymore
parent
3f15e028f7
commit
6bcd6c68dd
|
@ -4,7 +4,7 @@ USING: accessors cpu.architecture vocabs.loader system
|
|||
sequences namespaces parser kernel kernel.private classes
|
||||
classes.private arrays hashtables vectors classes.tuple sbufs
|
||||
hashtables.private sequences.private math classes.tuple.private
|
||||
growable namespaces.private shuffle assocs words command-line vocabs io
|
||||
growable namespaces.private assocs words command-line vocabs io
|
||||
io.encodings.string libc splitting math.parser memory compiler.units
|
||||
math.order quotations quotations.private assocs.private ;
|
||||
FROM: compiler => enable-optimizer ;
|
||||
|
@ -49,7 +49,7 @@ gc
|
|||
{
|
||||
not ?
|
||||
|
||||
2over roll -roll
|
||||
2over
|
||||
|
||||
array? hashtable? vector?
|
||||
tuple? sbuf? tombstone?
|
||||
|
|
Loading…
Reference in New Issue