compiler: rt-safepoint and rel-safepoint words

db4
Joe Groff 2011-10-17 15:23:05 -07:00
parent e1465308cd
commit 98fa51f0e0
2 changed files with 4 additions and 0 deletions

View File

@ -102,6 +102,9 @@ MEMO: cached-string>symbol ( symbol -- obj ) string>symbol ;
: rel-inline-cache-miss ( class -- )
rt-inline-cache-miss add-relocation ;
: rel-safepoint ( class -- )
rt-safepoint add-relocation ;
: init-relocation ( -- )
V{ } clone parameter-table set
V{ } clone literal-table set

View File

@ -70,6 +70,7 @@ CONSTANT: rt-decks-offset 11
CONSTANT: rt-exception-handler 12
CONSTANT: rt-dlsym-toc 13
CONSTANT: rt-inline-cache-miss 14
CONSTANT: rt-safepoint 15
: rc-absolute? ( n -- ? )
${