reverted previous changed done for testing and debugging
This commit is contained in:
parent
9a4bbcaa4c
commit
3b49f6998a
@ -10,6 +10,6 @@
|
|||||||
#include 'Stream.moo'.
|
#include 'Stream.moo'.
|
||||||
|
|
||||||
(* -------------------------------------------------------------------------- *)
|
(* -------------------------------------------------------------------------- *)
|
||||||
## #include 'FFI.moo'.
|
#include 'FFI.moo'.
|
||||||
#include 'Stdio.moo'.
|
#include 'Stdio.moo'.
|
||||||
## #include 'Console.moo'.
|
## #include 'Console.moo'.
|
||||||
|
@ -4852,7 +4852,7 @@ static int __execute (moo_t* moo)
|
|||||||
if ((bcode >> 4) & 1)
|
if ((bcode >> 4) & 1)
|
||||||
{
|
{
|
||||||
/* push - bit 4 on */
|
/* push - bit 4 on */
|
||||||
LOG_INST2 (moo, "push_tempvar %zu => %O", b1, ctx->stack[bx]);
|
LOG_INST1 (moo, "push_tempvar %zu", b1);
|
||||||
MOO_STACK_PUSH (moo, ctx->stack[bx]);
|
MOO_STACK_PUSH (moo, ctx->stack[bx]);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@ -207,9 +207,9 @@ int main (int argc, char* argv[])
|
|||||||
{
|
{
|
||||||
moo_oow_t tab_size;
|
moo_oow_t tab_size;
|
||||||
|
|
||||||
tab_size = 10;
|
tab_size = 5000;
|
||||||
moo_setoption (moo, MOO_SYMTAB_SIZE, &tab_size);
|
moo_setoption (moo, MOO_SYMTAB_SIZE, &tab_size);
|
||||||
tab_size = 10;
|
tab_size = 5000;
|
||||||
moo_setoption (moo, MOO_SYSDIC_SIZE, &tab_size);
|
moo_setoption (moo, MOO_SYSDIC_SIZE, &tab_size);
|
||||||
tab_size = 600;
|
tab_size = 600;
|
||||||
moo_setoption (moo, MOO_PROCSTK_SIZE, &tab_size);
|
moo_setoption (moo, MOO_PROCSTK_SIZE, &tab_size);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user