Branch: Tag:

2001-08-30

2001-08-30 18:30:42 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

optimized function calls a few more percent

Rev: src/apply_low.h:1.1
Rev: src/interpret.c:1.245
Rev: src/interpret_functions.h:1.89

1:   /* -  * $Id: interpret_functions.h,v 1.88 2001/08/16 03:27:35 hubbe Exp $ +  * $Id: interpret_functions.h,v 1.89 2001/08/30 18:30:42 hubbe Exp $    *    * Opcode definitions for the interpreter.    */
2070:    \    \    new_frame->fun=Pike_fp->fun; \ -  new_frame->ident=Pike_fp->ident; \ +  DO_IF_PROFILING( new_frame->ident=Pike_fp->ident ); \    new_frame->current_storage=Pike_fp->current_storage; \    if(Pike_fp->scope) add_ref(new_frame->scope=Pike_fp->scope); \    add_ref(new_frame->current_object=Pike_fp->current_object); \