Updated
[sdlgit/SDL-Site.git] / pages / blog-0021.html-inc
index da0846f..21daaf4 100644 (file)
@@ -1,6 +1,18 @@
 <div class="blog">
 <h1 id="NAME">
-Catching memory leaks in XS
+SDL Alpha 2: A sneak preview
 </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'/></div></div></div>
\ No newline at end of file
+<div style="text-align: right;"><i>Pretty or Ugly,</i><br />
+</div><div style="text-align: right;"><i>Code is Code</i><br />
+</div><div style="text-align: right;"><i>New or Old,</i><br />
+</div><div style="text-align: right;"><i>Code is Code</i><br />
+</div><div style="text-align: right;"><i>Fast or Slow</i><br />
+</div><div style="text-align: right;"><i>Code is Code&nbsp;</i> <br />
+</div><br />
+So over the past week we have been working hard to release the next Alpha for SDL-2.3. In this release we have ported SDL_Image completely, fixed false negatives in our testing suite, improved conditional building. Also we have also started to migrate the very pretty SDL_GFX library. Here is the test for it, enjoy.<br />
+<br />
+<div class="separator" style="clear: both; text-align: center;"><a href="http://4.bp.blogspot.com/_NnqjAQEn1Xo/Sxu4V-sXPrI/AAAAAAAAACI/dmbHSG7C6I0/s1600-h/gfx.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="http://4.bp.blogspot.com/_NnqjAQEn1Xo/Sxu4V-sXPrI/AAAAAAAAACI/dmbHSG7C6I0/s320/gfx.png" /></a><br />
+</div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3102167581424744259-3790085004408370126?l=yapgh.blogspot.com' alt='' /></div>
+<p><a href="http://feedads.g.doubleclick.net/~a/7xpyLL3rBugowwzdsQdjo-K8JDE/0/da"><img src="http://feedads.g.doubleclick.net/~a/7xpyLL3rBugowwzdsQdjo-K8JDE/0/di" border="0" ismap="true"></img></a><br/>
+<a href="http://feedads.g.doubleclick.net/~a/7xpyLL3rBugowwzdsQdjo-K8JDE/1/da"><img src="http://feedads.g.doubleclick.net/~a/7xpyLL3rBugowwzdsQdjo-K8JDE/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/YetAnotherPerlGameHackeryapgh/~4/ex5qVwfaErc" height="1" width="1"/></div></div>
\ No newline at end of file