Parents: | compiler |
Authors: | Slava Pestov |
Class | Superclass | Slots |
redefine-error | tuple | def |
Word | Stack effect |
always-bump-effect-counter? | ( defspec -- ? ) |
definitions-changed | ( set obj -- ) |
process-forgotten-words | ( words -- ) |
recompile | ( words -- alist ) |
to-recompile | ( -- words ) |
update-call-sites | ( class generic -- words ) |
compiler-impl |
definition-observers |
new-definitions |
old-definitions |
Word | Stack effect |
modify-code-heap | ( alist update-existing? reset-pics? -- ) |
Word | Stack effect |
<definitions> | ( -- pair ) |
add-definition-observer | ( obj -- ) |
changed-call-sites | ( class generic -- ) |
compile | ( words -- ) |
effect-counter | ( -- n ) |
fake-definition | ( definition -- ) |
filter-word-defs | ( defset -- words ) |
forward-reference? | ( word -- ? ) |
notify-definition-observers | ( set -- ) |
remember-class | ( class loc -- ) |
remember-definition | ( definition loc -- ) |
remove-definition-observer | ( obj -- ) |
throw-redefine-error | ( definition -- ) |
with-compilation-unit | ( quot -- ) |
with-nested-compilation-unit | ( quot -- ) |
without-optimizer | ( quot -- ) |
Word | Stack effect |
redefine-error? | ( object -- ? ) |