[webkit-dev] [Block Pointer] Deterministic Region Based Memory Manager

Phil Bouchard philippeb8 at gmail.com
Fri Mar 4 20:22:57 PST 2016


Greetings,

I already posted this a couple of years ago but my code wasn't robust 
back then.  Now my memory manager is pretty robust and I was wondering 
if there is any interests to integrate this into WebKit to replace the 
current garbage collector.  AFAIK the latter doesn't run well on 
embedded platforms hence the need to replace it.

My code can be found here:
https://github.com/philippeb8/block_ptr/

And a quick overview can be found here:
http://htmlpreview.github.io/?https://github.com/philippeb8/block_ptr/blob/master/doc/index.html

Finally a very complex example (on Linux x86-64 and Win x86-64) of all 
sort of cyclic reference handling can be found here:
https://github.com/philippeb8/block_ptr/blob/master/example/block_ptr_test2.cpp


Regards,
-Phil



More information about the webkit-dev mailing list