add ability to call methods directly by id instead of runtime name lookup
commitbff679f01eeffa80c0fdca3efc59410ad1bc00ab
authorBart Botta <00003b@gmail.com>
Mon, 5 Jan 2009 11:34:17 +0000 (5 05:34 -0600)
committerBart Botta <00003b@gmail.com>
Mon, 5 Jan 2009 11:34:17 +0000 (5 05:34 -0600)
treee8125add39c58c7e8cc3df8950730793ccde8a4f
parent850f67b455d0b68cd9229f1624ad945144171423
add ability to call methods directly by id instead of runtime name lookup

:new-function, :call-method, :call-static opcodes look up methods by
name or by (:id ###). IDs are reserved on use, so methods can be
called before being defined, as long as a definition is available by
the time the file is written.
asm/asm.lisp
asm/context.lisp
asm/opcodes.lisp
file/write.lisp
test/test.lisp