Bug 65779 - Inline allocation of function objects
Summary: Inline allocation of function objects
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Oliver Hunt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-05 11:24 PDT by Oliver Hunt
Modified: 2011-08-05 13:03 PDT (History)
0 users

See Also:


Attachments
Patch (13.40 KB, patch)
2011-08-05 11:34 PDT, Oliver Hunt
barraclough: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2011-08-05 11:24:54 PDT
Inline allocation of function objects
Comment 1 Oliver Hunt 2011-08-05 11:34:15 PDT
Created attachment 103091 [details]
Patch
Comment 2 Gavin Barraclough 2011-08-05 12:22:48 PDT
Comment on attachment 103091 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=103091&action=review

> Source/JavaScriptCore/jit/JITInlineMethods.h:431
>  }

It might be nice if these called a 'storeCell()' helper, or some such thing.  For examples, we might want to be changing the 64bit rep in the near future.
Comment 3 Oliver Hunt 2011-08-05 13:03:33 PDT
Committed r92498: <http://trac.webkit.org/changeset/92498>