]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Make the 'reset RMG flag' workaround thread-safe
authorVincent Pit <vince@profvince.com>
Sun, 12 Aug 2012 17:14:00 +0000 (19:14 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 12 Aug 2012 17:14:00 +0000 (19:14 +0200)
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.


No differences found