Branch: Tag:

2000-04-30

2000-04-30 23:15:16 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

some more optimizations..

Rev: src/docode.c:1.70
Rev: src/interpret_functions.h:1.18
Rev: src/mapping.c:1.81
Rev: src/peep.in:1.34

1:   /* -  * $Id: interpret_functions.h,v 1.17 2000/04/27 02:12:49 hubbe Exp $ +  * $Id: interpret_functions.h,v 1.18 2000/04/30 23:15:16 hubbe Exp $    *    * Opcode definitions for the interpreter.    */
1211:    push_array_items(Pike_sp->u.array);   BREAK;    - OPCODE2(F_LOCAL_LOCAL_INDEX, "local local index") + OPCODE2(F_LOCAL_LOCAL_INDEX, "local[local]")   {    struct svalue *s=Pike_fp->locals+arg1;    if(s->type == PIKE_T_STRING) s->subtype=0;