Skip to content

Commit 890b890

Browse files
committed
Link to 115.1.0esr source
This version no longer requires applying the patch from bug 1841040.
1 parent d31cf81 commit 890b890

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

docs/Building SpiderMonkey.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,7 @@ Currently, the most reliable way to get the SpiderMonkey source code is
2020
to download the Firefox source.
2121
At the time of writing, the latest source for Firefox ESR 115, which
2222
contains the source for SpiderMonkey ESR 115, can be found here:
23-
https://ftp.mozilla.org/pub/firefox/releases/115.0esr/source/
24-
25-
This version may be broken by compiler optimizations using 32-byte or wider
26-
vector store instructions, so you need to either disable these optimizations
27-
(for example, on x86-64 do not enable AVX), or patch the 115.0 source with
28-
the fixes for the following bug:
29-
30-
- [`js_new<JSRuntime>` allocates memory block not satisfying
31-
`alignof(JSRuntime)`](https://bugzilla.mozilla.org/show_bug.cgi?id=1841040)
23+
https://ftp.mozilla.org/pub/firefox/releases/115.1.0esr/source/
3224

3325
The ESR releases have a major release approximately once a year with
3426
security patches released throughout the year.

0 commit comments

Comments
 (0)