RESOLVED FIXED 92892
C++ code should get ClassInfo from the Structure
https://bugs.webkit.org/show_bug.cgi?id=92892
Summary C++ code should get ClassInfo from the Structure
Mark Hahnenberg
Reported 2012-08-01 11:50:47 PDT
In our march to remove ClassInfo from our JSCell object headers, we can switch C++ code over to grabbing the ClassInfo from the Structure since it is finally safe to do so now that Structure access is safe during finalization/destruction. The remaining JIT code changes can be done in a separate patch.
Attachments
Patch (3.84 KB, patch)
2012-08-01 12:03 PDT, Mark Hahnenberg
ggaren: review+
Mark Hahnenberg
Comment 1 2012-08-01 12:03:46 PDT
Geoffrey Garen
Comment 2 2012-08-01 12:07:33 PDT
Comment on attachment 155854 [details] Patch r=me
Mark Hahnenberg
Comment 3 2012-08-01 12:25:14 PDT
Note You need to log in before you can comment on or make changes to this bug.