pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2017-06-17
2017-06-17 21:03:24 by Martin Nilsson <nilsson@fastmail.com>
cff63452c8bb3ea1fb539cda64ef3ae61c41dfad (
5
lines) (+
2
/-
3
)
[
Show
|
Annotate
]
Branch:
8.1
Use fast_clone_object instead of low_clone+call_c_initializers
2959:
push_array(res); for (f = i->frame_pointer; f && size; f = (of = f)->next) {
-
struct object *o =
low
_clone(backtrace_frame_program);
+
struct object *o =
fast
_clone
_object
(backtrace_frame_program);
struct backtrace_frame_struct *bf; struct identifier *function = NULL;
-
call_c_initializers(o);
-
+
size--; SET_SVAL(res->item[size], PIKE_T_OBJECT, 0, object, o);