Bug 100827

Summary: Sparse array size threshold should be increased to 100000
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, ggaren, mark.lam, msaboff, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 100828, 98606    
Attachments:
Description Flags
the patch oliver: review+

Filip Pizlo
Reported 2012-10-31 01:18:56 PDT
It's currently at 10000 (so 10x less than what I want).
Attachments
the patch (1.65 KB, patch)
2012-10-31 01:30 PDT, Filip Pizlo
oliver: review+
Filip Pizlo
Comment 1 2012-10-31 01:30:00 PDT
Created attachment 171596 [details] the patch
Filip Pizlo
Comment 2 2012-11-01 00:42:26 PDT
Darin Adler
Comment 3 2012-11-01 10:14:08 PDT
Comment on attachment 171596 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=171596&action=review > Source/JavaScriptCore/runtime/ArrayConventions.h:60 > // These values have to be macros to be used in max() and min() without introducing > // a PIC branch in Mach-O binaries, see <rdar://problem/5971391>. I think this issue may be obsolete now.
Note You need to log in before you can comment on or make changes to this bug.