Handbook
Glossary
rel-safepoint ( class -- )
Relocatable VM objects
Prev:
rel-decks-offset ( class -- )
Next:
add-dlsym-parameters ( symbol dll -- )
Vocabulary
compiler
.
codegen
.
relocation
Inputs
class
a relocation class
Outputs
None
Word description
Adds a safe point to the
relocation-table
for the current code offset. This word is used by the
%safepoint
generator.
Definition
USING:
compiler.constants
;
IN:
compiler.codegen.relocation
:
rel-safepoint
( class -- )
rt-safepoint
add-relocation
;