Bug 69382 - Add static version of JSCell::put
Summary: Add static version of JSCell::put
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: 67690
Blocks:
  Show dependency treegraph
 
Reported: 2011-10-04 15:21 PDT by Mark Hahnenberg
Modified: 2011-10-07 17:05 PDT (History)
2 users (show)

See Also:


Attachments
Patch (70.15 KB, patch)
2011-10-06 16:32 PDT, Mark Hahnenberg
no flags Details | Formatted Diff | Diff
Fix windows (71.19 KB, patch)
2011-10-07 12:03 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 2011-10-04 15:21:13 PDT
On the path to de-virtualizing JSCell, we come to put.  We first need to add static versions of the functions to be called by the corresponding virtual methods.
Comment 1 Mark Hahnenberg 2011-10-06 16:32:07 PDT
Created attachment 110057 [details]
Patch
Comment 2 Mark Hahnenberg 2011-10-07 12:03:47 PDT
Created attachment 110189 [details]
Fix windows
Comment 3 Geoffrey Garen 2011-10-07 16:44:01 PDT
Comment on attachment 110189 [details]
Fix windows

r=me
Comment 4 WebKit Review Bot 2011-10-07 17:05:18 PDT
Comment on attachment 110189 [details]
Fix windows

Clearing flags on attachment: 110189

Committed r96992: <http://trac.webkit.org/changeset/96992>
Comment 5 WebKit Review Bot 2011-10-07 17:05:23 PDT
All reviewed patches have been landed.  Closing bug.