* src/vm/jit/parse.c (new_parse): New function. This will become the
authoredwin <none@none>
Mon, 29 May 2006 21:48:50 +0000 (21:48 +0000)
committeredwin <none@none>
Mon, 29 May 2006 21:48:50 +0000 (21:48 +0000)
commite5bff596161b810886a0c4569b36934a265f941b
treea3da88f8c7f25a8125727779795559ec1ea8a10d
parent871a7a323be276ed62aef23b6a39aef3c8e885ac
* src/vm/jit/parse.c (new_parse): New function. This will become the
parse function for the new instruction format.
(parse): Removed obsolete variable `gp`. (Was used for old inlining).

* src/vm/jit/jit.h (jitdata): Added temporary fields
`new_instructions` and `new_instructioncount` for parallel
development of the new instruction format.
src/vm/jit/jit.h
src/vm/jit/parse.c