looking great, very functional editor and its really cool how its progressed through your videos. As far as memory leaks go are you using a memory profiling/validation tool? i've got a recomendation if you arent but for fear of coming across as advertising i won't mention it by name unless you are interested, it certainly helps getting deep in and removing the bugs. Good job man :)
As for memory leaks, yes. I develop with Visual Studio on Windows and have a custom built class that does stack walking for me. It's not perfect but it gets the job. The other lead developer, Trevor, works on XCode and his debugger provides the rest of the memory leak notifications so we just combine notes.
looking great, very functional editor and its really cool how its progressed through your videos. As far as memory leaks go are you using a memory profiling/validation tool? i've got a recomendation if you arent but for fear of coming across as advertising i won't mention it by name unless you are interested, it certainly helps getting deep in and removing the bugs. Good job man :)
RobertHine 2 years ago
Thanks.
As for memory leaks, yes. I develop with Visual Studio on Windows and have a custom built class that does stack walking for me. It's not perfect but it gets the job. The other lead developer, Trevor, works on XCode and his debugger provides the rest of the memory leak notifications so we just combine notes.
ldicker 2 years ago