pike.git/
src/
code/
amd64.c
Branch:
Tag:
Non-build tags
All tags
No tags
2017-11-05
2017-11-05 14:35:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>
f76ace45d3bec865499fdbd0b3dfb9ded9ae7588 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
c071bc9e318c0a5ebeb4df1c681e0506d72a7e35
Compiler: Rename LFUN::destroy() to LFUN::_destruct().
As decided at Pike Conference 2017.
4124:
some other function. It is sort of hard to know when that happens while generating the code, however. Simply assigning the global could in theory actually destruct this object (old
-
value includes something with a
destroy
that calls destruct on
+
value includes something with a
_destruct
that calls destruct on
this object...) Note that nothing crash if we do the assign. We "just" leak the