<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/15128354?origin\x3dhttp://rss101.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Thursday, September 01, 2005

 

Objective-C messaging

Eric Albert: &amp;ldquo;I&amp;#039;m a bit concerned that folks will read Peter&amp;rsquo;s post and think, &amp;lsquo;objc_msgSend is slow! Hey, I use Objective-C! I can make my code a lot faster by tweaking my compiler!&amp;rsquo;&amp;rdquo; more...

http://www.sebura.com
Originally Posted on 9/1/2005 1:46:23 PMContent source: http://outofcheese.org/archives/2005/08/01.html#001288

Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?