From: Vincent Pit Date: Sun, 12 Aug 2012 17:14:00 +0000 (+0200) Subject: Make the 'reset RMG flag' workaround thread-safe X-Git-Tag: v0.51~4 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=7bd7c3d822cc5f91b1ebf227e3756d2ef6e977e1;hp=7bd7c3d822cc5f91b1ebf227e3756d2ef6e977e1;p=perl%2Fmodules%2FVariable-Magic.git Make the 'reset RMG flag' workaround thread-safe This uses trampoline ops for threaded perls, where it is not allowed to modify the contents PL_op points to, but just what PL_op points at. ---