On Thu, Jan 30, 2014 at 04:38:47AM -0000, Father Chrysostomos wrote: > where sv_clone can reallocate the stack. That line translates into: > > PL_stack_base[ax + (0)] = Data_Clone_sv_clone( (sv)); > > Does the C standard guarantee any execution order here? (According > to Perl execution order, that code would actually work. According to > JavaScript execution order, it is completely broken.) It doesn't. TonyThread Previous | Thread Next