RESOLVED FIXED 100827
Sparse array size threshold should be increased to 100000
https://bugs.webkit.org/show_bug.cgi?id=100827
Summary Sparse array size threshold should be increased to 100000
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.