Bug 104420 - Make function code cache proportional to main codeblock cache
Summary: Make function code cache proportional to main codeblock cache
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: 2012-12-07 16:55 PST by Oliver Hunt
Modified: 2012-12-07 17:01 PST (History)
1 user (show)

See Also:


Attachments
Patch (2.30 KB, patch)
2012-12-07 16:56 PST, 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 2012-12-07 16:55:13 PST
Make function code cache proportional to main codeblock cache
Comment 1 Oliver Hunt 2012-12-07 16:56:26 PST
Created attachment 178308 [details]
Patch
Comment 2 Geoffrey Garen 2012-12-07 16:57:50 PST
Comment on attachment 178308 [details]
Patch

r=me
Comment 3 WebKit Review Bot 2012-12-07 16:58:49 PST
Attachment 178308 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source..." exit_code: 1
Source/JavaScriptCore/runtime/CodeCache.h:134:  enum members should use InterCaps with an initial capital letter.  [readability/enum_casing] [4]
Source/JavaScriptCore/runtime/CodeCache.h:142:  enum members should use InterCaps with an initial capital letter.  [readability/enum_casing] [4]
Total errors found: 2 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Oliver Hunt 2012-12-07 17:01:06 PST
Committed r137001: <http://trac.webkit.org/changeset/137001>