Bug 92892

Summary: C++ code should get ClassInfo from the Structure
Product: WebKit Reporter: Mark Hahnenberg <mhahnenberg>
Component: JavaScriptCoreAssignee: Mark Hahnenberg <mhahnenberg>
Status: RESOLVED FIXED    
Severity: Normal CC: fpizlo, ggaren
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ggaren: review+

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.