Also about, memory leaks, I have begun using LSan in my editor's build command. 
When compiled with --gc:arc and -d:useMalloc, it flares up usually giving me 
even tracebacks. I have not been able to locate a valid memory leak (with arc). 
These were false negatives. My method is to inspect the expandarc output and 
print the addresses when creating and destroying objects. I could keep trying, 
though, if it helps. What's the tools you are using? Do they work with batch 
programs and on linux? So I suppose that's good news for people still 
considering switching to the new memory scheme.

Reply via email to