* src/vm/jit/stack.c (new_stack_analyse): Fixed test for existing
authoredwin <none@none>
Tue, 12 Sep 2006 21:23:56 +0000 (21:23 +0000)
committeredwin <none@none>
Tue, 12 Sep 2006 21:23:56 +0000 (21:23 +0000)
commit5ffbb605195638d15affc2bacff833c59de6445e
tree2282c8f13be489bb684efec8b734a3e69ec914e5
parent7a8a2b891b9f5f6b0679cc808318498244bb925a
* src/vm/jit/stack.c (new_stack_analyse): Fixed test for existing
coalescing for *STORE.
Properly use the return value of stack_mark_reached when analysing
a block for the first time.

* tests/regression/jasmin/test_simple_load_store.j: Added a test
that just does ILOAD 1, ISTORE 1.

--HG--
branch : unified_variables
src/vm/jit/stack.c
tests/regression/jasmin/test_simple_load_store.j [new file with mode: 0644]