factor/basis/compiler/constants/constants-docs.factor

16 lines
433 B
Factor
Raw Normal View History

2015-03-02 05:28:15 -05:00
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"