commit | 8493876016e383b59af707cb5184100374f7f353 | [log] [tgz] |
---|---|---|
author | t.mehrvarz <othy74@gmail.com> | Sat Feb 28 07:25:46 2009 +0100 |
committer | Jack Palevich <jackpal@google.com> | Wed May 20 16:08:26 2009 -0700 |
tree | 633a7876b9cec227dabdca5e6e054d501829a3cd | |
parent | d3c6d366379142d0784ab5fe973a939d462aca28 [diff] |
Code to reuse PlatformAddress objects. Minimizing garbage creation on the framework level and reducing the number of runtime GC-hiccups for OpenGL apps and animations. 2nd version: complete rewrite using 8 bit hash, up to 5 probes, cycle through probes cache replacement. (Thank you MichaelDt for your help.) - 1st amend: applied requested modifications - 2nd amend: comment openers, curly bracket