Handbook
Glossary
deoptimize-with ( word def -- * )
Vocabulary
compiler
Inputs
word
an
object
def
an
object
Outputs
None
Definition
USING:
assocs
continuations
kernel
namespaces
;
IN:
compiler
:
deoptimize-with
( word def -- * )
swap
[
finish-compilation
]
[
compiled
get
set-at
]
bi
return
;