WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Mark Hahnenberg
Comment 1
2012-08-01 12:03:46 PDT
Created
attachment 155854
[details]
Patch
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
Committed
r124355
: <
http://trac.webkit.org/changeset/124355
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug