! Copyright (C) 2007, 2011 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. USING: accessors arrays assocs compiler.codegen.relocation compiler.constants kernel make math namespaces sequences ; IN: compiler.codegen.labels ! Labels SYMBOL: label-table TUPLE: label offset ; :