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

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to