new article
[sdlgit/SDL-Site.git] / pages / blog-0024.html-inc
index 07f9357..0347ee9 100644 (file)
@@ -1,6 +1,6 @@
 <div class="blog">
 <h1 id="NAME">
-Catching memory leaks in XS
+SDL Perl v2.2.2 out and Plans for v2.4
 </h1>
 <div class="CONTENT">
-<div style="text-align: right;"><i>&nbsp;I slay dragons, yonder</i></div><br />So I am trying to find and plug memory leaks in SDL perl. Most of the <a href="https://rt.cpan.org/Ticket/Display.html?id=49084">memory leaks</a> occur because in XS a reference is still held. One very expensive mem leak was caught by TELS really early on <a href="https://rt.cpan.org/Ticket/Display.html?id=17976">here</a>. The problem occurs where in XS there is<br /><br /><blockquote><i>RETVAL</i><i> = (cast *) safemalloc( ... );</i></blockquote>&nbsp;and safefree(...) is never called.<br />Here is a in <a href="http://github.com/kthakore/SDL_perl/blob/63ebaa682697728f5946f700a2b2c12534b1b821/src/SDL.xs">code example</a> lines 1082 on. <br /><br />My question is how I can mitigate these memory leaks? One idea I had was to store all malloc'd pointers to an array that is safefree'd on DESTROY or hooked into perl GC somehow .<br /><br /><br />Any guidance is helpful.<br /><br /><i>--yapgh</i><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3102167581424744259-7742659740534179607?l=yapgh.blogspot.com' alt='' /></div></div></div>
\ No newline at end of file
+<div style="text-align: right;"><i>The early bird may get the worm,</i></div><div style="text-align: right;"><i>and the second mouse may get the cheese,</i></div><div style="text-align: right;"><i>but I want neither the worm nor the cheese,</i><br /><i>'cause I am not a mouse or a bird.</i><br /><i><br /></i></div><div style="text-align: right;"></div><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I have release v2.2.2 which includes several bug fixes:<br /><br /><ul><li>Made App loop() faster <a href="https://rt.cpan.org/Public/Bug/Display.html?id=16988">RT</a>&nbsp;</li><li>Patched support for add support for gluquadric* sub <a href="https://rt.cpan.org/Public/Bug/Display.html?id=25598">RT</a>&nbsp;</li><li>Made App init slimer <a href="https://rt.cpan.org/Public/Bug/Display.html?id=16987">RT</a>&nbsp;</li><li>Added faster SDL::Color alternative <a href="https://rt.cpan.org/Public/Bug/Display.html?id=17975">RT</a>&nbsp;</li><li>Added better error reporting for TTFont errors</li><li>Added experimental win32 support RT <b>[Update: v2.2.2.5 is better for windows support]</b><br /></li></ul>You can grab this release off <a href="http://search.cpan.org/%7Ekthakore/">CPAN</a>. <br /><br />This is still a stopover to the major release v2.4. Which will hope fully solve the memory leaks problems.<br /><i><br /></i><br /><i>--yapgh</i><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3102167581424744259-3262180750381344183?l=yapgh.blogspot.com' alt='' /></div></div></div>
\ No newline at end of file