pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-03-29
2008-03-29 16:14:46 by Martin Stjernholm <mast@lysator.liu.se>
cec86094ee126138f2ec3d537d0859ef1061366e (
8
lines) (+
4
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Trivial optimization.
Rev: src/interpret.c:1.393
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: interpret.c,v 1.
392
2008/03/29
02
:
53
:
26
mast Exp $
+
|| $Id: interpret.c,v 1.
393
2008/03/29
16
:
14
:
46
mast Exp $
*/ #include "global.h"
2027:
}else{ if(save_sp+1 < Pike_sp) {
-
assign
_
svalue(save_sp,Pike_sp-1);
-
pop_n_elems(Pike_sp-save_sp-1);
+
stack
_pop_n_elems
_keep_top
(Pike_sp
-
save_sp
-
1);
/* consider using a flag for immediate destruct instead... */ destruct_objects_to_destruct();