[webkit-dev] Changing data structures in webkit

Abhishek Bichhawat abhishek_bichhawat at yahoo.co.in
Mon Aug 5 06:57:16 PDT 2013


Hi,

I tried changing the JSValue.h and JSCell.h classes by adding new fields. It runs fine in some of the cases, but in some other cases an assert fails when it checks if it is an "m_cell" in isString() function of JSString/JSValue. I suspect that it is related to some garbage collection as the website is loading and then it fails. I was wondering if there are some size checks that need to be fulfilled for this to go through fine and GC to run fine.

Thanks and Regards,
Abhishek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20130805/61b5b38d/attachment.html>


More information about the webkit-dev mailing list