Branch: Tag:

2014-12-04

2014-12-04 19:24:32 by Tobias S. Josefowitz <tobij@tobij.de>

Testsuite now completes without infinity loops without machine code.

Parser.Tabular (and a few tests regarding IO) have special
expectations towards when destroy() will be called / objects go away.

2173:    new_frame->num_locals = args;    new_frame->current_storage = o->storage+context->storage_offset;    new_frame->pc = 0; + #ifndef PIKE_USE_MACHINE_CODE +  FAST_CHECK_THREADS_ON_CALL(); + #endif    (*function->func.c_fun)(args);       /* .. and below follows what is basically a copy of the