16 lines
433 B
Factor
16 lines
433 B
Factor
|
USING: compiler.codegen.relocation help.markup help.syntax ;
|
||
|
IN: compiler.constants
|
||
|
|
||
|
HELP: rt-cards-offset
|
||
|
{ $description "Relocation offset type for the cards table." }
|
||
|
{ $see-also rel-cards-offset } ;
|
||
|
|
||
|
HELP: rt-decks-offset
|
||
|
{ $description "Relocation offset type for the decks table." }
|
||
|
{ $see-also rel-decks-offset } ;
|
||
|
|
||
|
|
||
|
ARTICLE: "compiler.constants" "VM memory layout constants" "Common constants" ;
|
||
|
|
||
|
ABOUT: "compiler.constants"
|