* src/native/jni.c (PushLocalFrame): Implemented.
authortwisti <none@none>
Wed, 8 Mar 2006 09:44:22 +0000 (09:44 +0000)
committertwisti <none@none>
Wed, 8 Mar 2006 09:44:22 +0000 (09:44 +0000)
commit1d849231d335d757c7674994d069af7f9351c5f8
treec09ff04ee9d6756793326a948844fbe6519150c6
parent94755adc7e4aee0cec1f34ebc9b9e1af2ffa671c
* src/native/jni.c (PushLocalFrame): Implemented.
(PopLocalFrame): Likewise.
(DeleteLocalRef): Walk through all local frames.
(NewLocalRef): Allocate a new local frame if the current frame is out
of space.
(EnsureLocalCapacity): Implemented.
* src/vm/jit/codegen-common.c (codegen_finish_native_call): Release
all local reference frames.
src/native/jni.c
src/vm/jit/codegen-common.c