]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commit
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)
commit7bd7c3d822cc5f91b1ebf227e3756d2ef6e977e1
treedef470cbbe5f0ec146d50e16ac09d51664c8562b
parent982fc8481dd6fa6e256a6b829f13a26a9e703271
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.
Magic.xs