Bug 95821 - Remove use of JSCell::classInfoOffset() from virtualForThunkGenerator
Summary: Remove use of JSCell::classInfoOffset() from virtualForThunkGenerator
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Hahnenberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-04 23:18 PDT by Mark Hahnenberg
Modified: 2012-09-05 12:07 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.63 KB, patch)
2012-09-04 23:22 PDT, Mark Hahnenberg
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Hahnenberg 2012-09-04 23:18:47 PDT
We can replace the load of the ClassInfo from the object with a load from the Structure.
Comment 1 Mark Hahnenberg 2012-09-04 23:22:25 PDT
Created attachment 162164 [details]
Patch
Comment 2 WebKit Review Bot 2012-09-05 12:07:12 PDT
Comment on attachment 162164 [details]
Patch

Clearing flags on attachment: 162164

Committed r127625: <http://trac.webkit.org/changeset/127625>
Comment 3 WebKit Review Bot 2012-09-05 12:07:14 PDT
All reviewed patches have been landed.  Closing bug.