RESOLVED FIXED 36043
[v8] Remove obsolete code for delayed dereferencing of DOM objects for single-heap, multithread v8 usage.
https://bugs.webkit.org/show_bug.cgi?id=36043
Summary [v8] Remove obsolete code for delayed dereferencing of DOM objects for single...
Dmitry Titov
Reported 2010-03-11 18:00:25 PST
It was experimental implementation, since then the v8 is used in a single heap - single thread mode and the code in DOMData that was delaying removal of the objects if GC happens not on their native thread is not needed.
Attachments
Patch. (13.83 KB, patch)
2010-03-11 18:03 PST, Dmitry Titov
levin: review+
dimich: commit-queue-
Dmitry Titov
Comment 1 2010-03-11 18:03:49 PST
Created attachment 50566 [details] Patch. I've run this through Chromium try bots, all green.
Dmitry Titov
Comment 2 2010-03-11 19:53:26 PST
anton muhin
Comment 3 2010-03-11 23:07:15 PST
It's always nice to see that many lines killed---thanks a lot, Dmitry.
Note You need to log in before you can comment on or make changes to this bug.