* src/vm/jit/stack.c (stack_analyse): Store vartop in jitdata.
authoredwin <none@none>
Sat, 28 Oct 2006 16:51:12 +0000 (16:51 +0000)
committeredwin <none@none>
Sat, 28 Oct 2006 16:51:12 +0000 (16:51 +0000)
commitee9a0582553085f37a08ae1e947182fc15182e18
tree06f048b2d11535524833f45f0a1bff288f8075d7
parent8a0f07b42ad2b1138403a06853cde381da88552c
* src/vm/jit/stack.c (stack_analyse): Store vartop in jitdata.

* src/vm/jit/show.c (show_method): Show number of variables.

* tests/regression/jasmin/test_many_dup2_x2.j: New test.
* tests/regression/jasmin/test_many_dup.j: Likewise.
* tests/regression/jasmin/test_many_dup_x2.j: Likewise.
* tests/regression/jasmin/test_many_swap.j: Likewise.
* tests/regression/jasmin/test_many_dup2.j: Likewise.
* tests/regression/jasmin/test_many_dup2_x1.j: Likewise.
* tests/regression/jasmin/test_many_dup_x1.j: Likewise.

* tests/regression/jasmin/Makefile.am: Added new tests.
src/vm/jit/show.c
src/vm/jit/stack.c
tests/regression/jasmin/Makefile.am
tests/regression/jasmin/test_many_dup.j [new file with mode: 0644]
tests/regression/jasmin/test_many_dup2.j [new file with mode: 0644]
tests/regression/jasmin/test_many_dup2_x1.j [new file with mode: 0644]
tests/regression/jasmin/test_many_dup2_x2.j [new file with mode: 0644]
tests/regression/jasmin/test_many_dup_x1.j [new file with mode: 0644]
tests/regression/jasmin/test_many_dup_x2.j [new file with mode: 0644]
tests/regression/jasmin/test_many_swap.j [new file with mode: 0644]