pike.git/
src/
interpret_functions.h
Branch:
Tag:
Non-build tags
All tags
No tags
2001-06-07
2001-06-07 21:46:13 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
15a84dccd1fadc11eadca310a868ce3aaa3ca961 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
fixed a comment
Rev: src/interpret_functions.h:1.57
1:
/*
-
* $Id: interpret_functions.h,v 1.
56
2001/06/07
08
:
26
:
48
hubbe Exp $
+
* $Id: interpret_functions.h,v 1.
57
2001/06/07
21
:
46
:
13
hubbe Exp $
* * Opcode definitions for the interpreter. */
452:
Pike_sp++; lvalue_to_svalue_no_free(Pike_sp-3, Pike_sp-5);
-
/* this is so that
foo+
=
bar
(and similar things) will be faster, this
+
/* this is so that
foo
=
foo[x..y]
(and similar things) will be faster, this
* is done by freeing the old reference to foo after it has been pushed * on the stack. That way foo can have only 1 reference if we are lucky, * and then the low array/multiset/mapping manipulation routines can be