inverse of std.demangle?

Adam D. Ruppe destructionator at gmail.com
Thu Jul 11 10:00:08 PDT 2013


BTW if you guys are wondering how I found the allocations, it was 
pretty simple:

dmd mangle.d -debug -gc
gdb ./mangle

break gc_malloc
break gc_qalloc
r


Then when it breaks, do "where" and see what called the gc alloc. 
Then hit "c" to continue and repeat until you've found and fixed 
them (or ignored if they are in druntime).


More information about the Digitalmars-d-learn mailing list