Bug 119705

Summary: Move additionalIdentifiers into DFGCommonData as only the optimising JITs use them
Product: WebKit Reporter: Oliver Hunt <oliver>
Component: New BugsAssignee: Oliver Hunt <oliver>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ggaren: review+

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>