Bug 124767 - [CodeGeneratorJS] Hash table generator should calculate the number of input entries by itself
Summary: [CodeGeneratorJS] Hash table generator should calculate the number of input e...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zan Dobersek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-22 04:43 PST by Zan Dobersek
Modified: 2018-11-10 23:07 PST (History)
8 users (show)

See Also:


Attachments
Patch (8.14 KB, patch)
2013-11-22 05:03 PST, Zan Dobersek
beidson: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2013-11-22 04:43:17 PST
[CodeGeneratorJS] Hash table generator should calculate the number of input entries by itself
Comment 1 Zan Dobersek 2013-11-22 05:03:28 PST
Created attachment 217671 [details]
Patch
Comment 2 Darin Adler 2013-11-22 07:55:07 PST
Comment on attachment 217671 [details]
Patch

I’m not sure this is a good change. Automatically making tables the “correct” larger size is OK only if it has a benefit. What is the benefit?
Comment 3 Darin Adler 2014-08-19 08:51:12 PDT
We should either land a patch like this or decide not to do it. How can we decide if we want to make this change?
Comment 4 Brady Eidson 2016-05-24 22:05:27 PDT
Comment on attachment 217671 [details]
Patch

Assuming that patches for review since 2013 are stale, r-