gecko-dev/js/src
Lars T Hansen 3bd2682fac Bug 1739576 - Make 8GB available. r=rhunt
Tidy up MaxMemoryPages(IndexType::I64) so that it returns a value
corresponding to the max buffer byte length.  Fix two asserts that
were incorrect and that triggered when making this change.

Add a test that the max memory pages for i64 is indeed at least 8GB.

Drive-by fix to allow a test to OOM without reporting that as a
failure.

Differential Revision: https://phabricator.services.mozilla.com/D130452
2021-11-05 20:03:22 +00:00
..
build
builtin Bug 1721849 - Add CompileAllToStencil testing function. r=arai 2021-11-04 18:25:42 +00:00
ctypes
debugger Bug 1720619 - Part 2: Add JS::InstantiateOptions. r=tcampbell 2021-10-18 17:08:06 +00:00
devtools Bug 1582898 Fix lint failure r=fix CLOSED TREE 2021-10-18 17:04:33 -04:00
doc
ds
editline Bug 1733545 - Remove REQUIRES_UNIFIED_BUILD from third-party directories that don't need it. r=firefox-build-system-reviewers,andi 2021-10-01 09:01:27 +00:00
frontend Bug 1739603 - only define variable in BytecodeCompiler.cpp for configurations which use it. r=nbp DONTBUILD 2021-11-05 18:55:02 +00:00
fuzz-tests Bug 1735297 - Fix unused-but-set-variable warning in js/src/fuzz-tests/testWasm.cpp. r=jandem 2021-10-13 22:16:04 +00:00
gc Bug 1738899 - Assert that gray marking doesn't push black entries r=sfink 2021-11-04 13:06:38 +00:00
gdb Bug 1728475 - clang debuginfo has improved, -O0 no longer needed for gdb prettyprinter tests r=firefox-build-system-reviewers,glandium 2021-10-11 16:12:08 +00:00
irregexp Bug 1729871 - Add all components from 'js' to the hybrid build system. r=firefox-build-system-reviewers,mhentges 2021-10-04 15:47:17 +00:00
jit Bug 1738721 - Part 3: Rename MetaTwoByte to MetaScriptedThisShape and remove unused argument r=jandem 2021-11-05 18:14:42 +00:00
jit-test Bug 1739576 - Make 8GB available. r=rhunt 2021-11-05 20:03:22 +00:00
jsapi-tests Backed out 3 changesets (bug 1736604) for causing crashes (1737399) CLOSED TREE 2021-10-27 12:30:31 +03:00
octane
proxy
rust
shell Bug 1729563 - Add shell flag for change-array-by-copy methods r=mgaudet,arai 2021-10-22 18:38:09 +00:00
tests Bug 1737765 - Part 2: Update tests for tzdata2021a3. r=platform-i18n-reviewers,gregtatum 2021-10-26 13:50:59 +00:00
threading
util
vm Bug 1739576 - Make 8GB available. r=rhunt 2021-11-05 20:03:22 +00:00
vtune
wasm Bug 1739576 - Make 8GB available. r=rhunt 2021-11-05 20:03:22 +00:00
zydis
.gitignore
Makefile.in
NamespaceImports.h
README.html
Y.js
aclocal.m4
configure.in
dtoa.c
js-confdefs.h.in
js-config.h.in
js-config.mozbuild
js-cxxflags.mozbuild
js-standalone.mozbuild
jsapi.cpp Bug 1720619 - Part 2: Add JS::InstantiateOptions. r=tcampbell 2021-10-18 17:08:06 +00:00
jsapi.h
jsast.tbl
jsdate.cpp Bug 1731620 - Part 5: Use ICU for jsdate even when MOZ_SYSTEM_ICU is set. r=platform-i18n-reviewers,gregtatum 2021-09-23 10:51:58 +00:00
jsdate.h
jsexn.cpp
jsexn.h
jsfriendapi.cpp Bug 1536061 - Part 1: Change the gray root trace hook to allow gray roots to be marked incrementally r=sfink,mccr8 2021-10-10 11:06:50 +00:00
jsfriendapi.h Bug 1536061 - Part 1: Change the gray root trace hook to allow gray roots to be marked incrementally r=sfink,mccr8 2021-10-10 11:06:50 +00:00
jslibmath.h
jsmath.cpp
jsmath.h
jsnum.cpp
jsnum.h
jspubtd.h Bug 725966 - Part 4: Remove JSTYPE_NULL. r=jandem 2021-10-14 17:59:53 +00:00
jsshell.msg
jstypes.h
make-source-package.py
moz.build Bug 1719746 - Use intl::Locale in SpiderMonkey; r=anba 2021-10-18 13:38:22 +00:00
old-configure.in

README.html

<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta http-equiv="Refresh"
	 content="0;URL=http://developer.mozilla.org/en/docs/SpiderMonkey">
   <title>SpiderMonkey README</title>
</head>
<body>

<h1>SpiderMonkey README</h1>

<p>See the
<a href="http://developer.mozilla.org/en/docs/SpiderMonkey">SpiderMonkey
pages</a> on the Mozilla Developer Center</a>.

</body>
</html>