3d2e59c22ea226b091a21093c7eba5f8097d60ec
This seemed like a reasonable place to draw the line. Combined with the previous patch, code like this:
```
let arr = new Array(50000);
for (let i = arr.length - 1; i >= 0; i--) {
arr[i] = 0;
}
```
is 9-10x faster.
Differential Revision: https://phabricator.services.mozilla.com/D241533
…
…
…
…
Bug 1954096 - Fix check for nsHyphenator that failed to load its resource. r=layout-reviewers,emilio
…
…
…
Bug
1950605 - Sanitizer: Generate a default config based on the JSON files. r=emilio,frontend-codestyle-reviewers
…
…
…
…
An explanation of the Firefox Source Code Directory Structure and links to
project pages with documentation can be found at:
https://firefox-source-docs.mozilla.org/contributing/directory_structure.html
For information on how to build Firefox from the source code and create the patch see:
https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
If you have a question about developing Firefox, and can't find the solution
on https://firefox-source-docs.mozilla.org/, you can try asking your question on Matrix at chat.mozilla.org in `Introduction` (https://chat.mozilla.org/#/room/#introduction:mozilla.org) channel.
Nightly development builds can be downloaded from:
https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
- or -
https://www.mozilla.org/firefox/channel/desktop/#nightly
Keep in mind that nightly builds, which are used by Firefox developers for
testing, may be buggy.
Description
Languages
JavaScript
32.6%
C++
25.1%
HTML
20.9%
C
10.6%
Python
2.8%
Other
7.6%