Bug 119705 - Move additionalIdentifiers into DFGCommonData as only the optimising JITs use them
Summary: Move additionalIdentifiers into DFGCommonData as only the optimising JITs use...
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: 2013-08-12 16:21 PDT by Oliver Hunt
Modified: 2013-08-12 16:40 PDT (History)
0 users

See Also:


Attachments
Patch (3.48 KB, patch)
2013-08-12 16:21 PDT, Oliver Hunt
ggaren: 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 2013-08-12 16:21:30 PDT
Move additionalIdentifiers into DFGCommonData as only the optimising JITs use them
Comment 1 Oliver Hunt 2013-08-12 16:21:57 PDT
Created attachment 208571 [details]
Patch
Comment 2 Geoffrey Garen 2013-08-12 16:34:30 PDT
Comment on attachment 208571 [details]
Patch

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

r=me

> Source/JavaScriptCore/bytecode/CodeBlock.h:659
> +    size_t numberOfAdditionalIdentifiers() const

dfgIdentifiers would be nice in this name, too.
Comment 3 Oliver Hunt 2013-08-12 16:40:19 PDT
Committed r153963: <http://trac.webkit.org/changeset/153963>