SirWumpus / post4

Post4 is an indirect threaded Forth dialect written in C.
BSD 2-Clause "Simplified" License
4 stars 1 forks source link

Fix JNI jUnboxArray function that realloc stack. #33

Closed SirWumpus closed 1 month ago

SirWumpus commented 1 month ago

The jUnboxArray() reallocates the data stack when unbox an array. This has to be done in the same manner as p4CreateStack() from commit 03a7bfa20287ffa90ab420235780fcc735c808a6 to account for the upper/lower guard space.