Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Sparse array size threshold should be increased to 100000
https://bugs.webkit.org/show_bug.cgi?id=100827 Patch by Filip Pizlo <fpizlo@apple.com> on 2012-10-31 Reviewed by Oliver Hunt. This enables the use of contiguous arrays in programs that previously couldn't use them. And I so far can't see any examples of this being a downside. To the extent that there is a downside, it ought to be addressed by GC: https://bugs.webkit.org/show_bug.cgi?id=100828 * runtime/ArrayConventions.h: (JSC): Canonical link: https://commits.webkit.org/118998@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@133131 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
030783a
commit c8cc86d439c7b395a8a74603af0c5643f2e36b3a
Showing
3 changed files
with
160 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters