rework allocation system
authorLukas Mai <l.mai@web.de>
Sat, 3 Nov 2012 22:42:35 +0000 (23:42 +0100)
committerLukas Mai <l.mai@web.de>
Sun, 4 Nov 2012 01:40:08 +0000 (02:40 +0100)
commite4648f19e7042e4c39dc87ec0263083436212bf0
tree4dcb041a55619da86e77ed383cb940964572f98a
parente1e43949a1c53e34bc045bd4ad9278c496dcc53f
rework allocation system

Turns out both block_end and newATTRSUB 'LEAVE' scopes, which triggers
destruction of things I expected to stay alive. Avoid further surprises
by implementing our own destructor system on top of SAVEDESTRUCTOR.
MANIFEST
Parameters.xs
t/hueg.t [new file with mode: 0644]