utilities/standaloneallocator/CHANGELOG.txt
changeset 16 3c88a81ff781
equal deleted inserted replaced
14:6aeb7a756187 16:3c88a81ff781
       
     1 
       
     2 <add new entries on top>
       
     3 
       
     4 March 23, 2010:
       
     5 - Patch to remove build warnings. Code drop from Robert Katta.
       
     6 
       
     7 Feburary 25, 2010:
       
     8 - Updated code-drop from Robert Katta
       
     9 - The fast allocator version currently in cwrt trunk is the latest ‘good’ one for the purpose
       
    10 of integration with cWRT for ninetwo.
       
    11 However, there was a memory optimisation applied to the implementation of FHA in S60 webkit:
       
    12 decommitting pages that are in the middle of larger free cells in the Doug Lea arena,
       
    13 and recommitting them if required for allocation. This was shown to free significant amounts of
       
    14 unused RAM in the S60 WRT when widgets are started and stopped (as in several MB) that would
       
    15 otherwise be tied into the heap. So, this updated code base is a merge of the ‘S60 webkit’ version
       
    16 (extra memory optimisations) with the ‘Qt’ version (instantiation & tracing).
       
    17 
       
    18 January 20, 2010:
       
    19 - Initial import from Shane Kearn's code-drop
       
    20 - Roughly updated to SHA1 8c0f9e8cf7e88c69e716e8e1270092f634928e7a
       
    21 (http://scm.dev.nokia.troll.no/projects/qt/repos/qt-s60-public/commits/8c0f9e8cf7e88c69e716e8e1270092f634928e7a)
       
    22 Working branch: http://scm.dev.nokia.troll.no/projects/qt/repos/qt-s60-public/logs/new-symbian-allocator
       
    23 
       
    24