Branch: Tag:

2000-04-25

2000-04-25 09:32:46 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

some optimizations... (inline now speeds up recursive functions a lot)

Rev: src/docode.c:1.69
Rev: src/interpret.c:1.148
Rev: src/interpret_functions.h:1.16
Rev: src/language.yacc:1.181
Rev: src/las.h:1.35
Rev: src/lex.c:1.78
Rev: src/peep.in:1.29
Rev: src/program.c:1.233

5:   \*/   /**/   #include "global.h" - RCSID("$Id: program.c,v 1.232 2000/04/23 03:01:26 mast Exp $"); + RCSID("$Id: program.c,v 1.233 2000/04/25 09:32:46 hubbe Exp $");   #include "program.h"   #include "object.h"   #include "dynamic_buffer.h"
3670:    f->current_number_of_locals=0;    f->max_number_of_locals=0;    f->previous=compiler_frame; +  f->current_function_number=-2; /* no function */    compiler_frame=f;   }