fune/js/src
Jan de Mooij e7f5bbb209 Bug 1700990 - Fix frame descriptor for the entry frame. r=nbp
The descriptor's frame size shouldn't include the numActualArgs and calleeToken of
the JitFrameLayout because these fields are already included in the 'header size'.

Change the trampolines to create the frame descriptor before pushing the JitFrameLayout.
This is consistent with how we do this for non-entry frames.

This doesn't affect anything yet, but it will simplify the profiler changes in
bug 1700869.

Differential Revision: https://phabricator.services.mozilla.com/D109752
2021-03-26 07:21:58 +00:00
..
build
builtin Bug 1699851: Inline ArrayIteratorNext r=jandem 2021-03-25 16:19:34 +00:00
ctypes
debugger Bug 1676441 - Allow up to 65534 pages + test cases. r=rhunt 2021-03-16 06:48:25 +00:00
devtools Bug 1699364 - Re-add special case pre-barrier for rope flattening r=sfink 2021-03-18 19:31:57 +00:00
doc
ds
editline
frontend Bug 1692130 - Move DelazifyCanonicalScriptedFunction into frontend, and categorie the entire function as delazification in profiler. r=tcampbell 2021-03-24 04:14:47 +00:00
fuzz-tests Bug 1678097 - Enable Ion for wasm on arm64 without SIMD (phase 0). r=lth. 2021-03-16 10:58:41 +00:00
gc Bug 1698557 - Disable CompartmentCheckTracer check too for TraceSameZoneCrossCompartmentEdge. r=jonco 2021-03-19 16:02:50 +00:00
gdb Bug 1696861 part 6 - Rename Delegate flag to IsUsedAsPrototype. r=tcampbell 2021-03-09 14:28:24 +00:00
irregexp Bug 1691184: Recompile if necessary before retrying interrupted regexp r=mgaudet 2021-03-09 18:34:43 +00:00
jit Bug 1700990 - Fix frame descriptor for the entry frame. r=nbp 2021-03-26 07:21:58 +00:00
jit-test Bug 1698609: Use shape from template object when cloning RegExp r=tcampbell 2021-03-25 20:13:42 +00:00
jsapi-tests Bug 1700034 - Use MAX_ARRAY_INDEX for all isIndex functions. r=evilpie,anba 2021-03-23 06:24:02 +00:00
octane
proxy Bug 1696861 part 2 - Stop marking CCW's dynamic prototype as delegate. r=tcampbell 2021-03-09 14:28:23 +00:00
rust Bug 1693912 - Renumber SIMD instructions based on final spec. r=rhunt 2021-03-12 17:23:54 +00:00
shell Bug 1700616: Turn branch pruning off by default r=jandem 2021-03-25 16:19:35 +00:00
tests Bug 1697954 - Remove unused javascript.options.showInConsole prefs r=marionette-reviewers,webdriver-reviewers,mossop,remote-protocol-reviewers,whimboo 2021-03-15 19:50:41 +00:00
threading
util Bug 1699496 - Don't call GetNativeStackBase when creating helper thread contexts. r=tcampbell 2021-03-26 07:08:10 +00:00
vm Bug 1699496 - Don't call GetNativeStackBase when creating helper thread contexts. r=tcampbell 2021-03-26 07:08:10 +00:00
vtune
wasm Bug 1687629 - ARM64 SIMD operations for MicroAssembler. r=jseward 2021-03-25 17:51:58 +00:00
zydis
.gitignore
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 1699496 - Don't call GetNativeStackBase when creating helper thread contexts. r=tcampbell 2021-03-26 07:08:10 +00:00
jsapi.h Bug 1697904 - Migrate the JIT spectre mitigation prefs to StaticPrefs. r=jandem 2021-03-15 22:20:44 +00:00
jsast.tbl
jsdate.cpp
jsdate.h
jsexn.cpp
jsexn.h
jsfriendapi.cpp Bug 1697479 - Turn extra GC poisoning off by default in nightly builds r=sfink,perftest-reviewers,sparky 2021-03-16 17:44:38 +00:00
jsfriendapi.h Bug 1697479 - Turn extra GC poisoning off by default in nightly builds r=sfink,perftest-reviewers,sparky 2021-03-16 17:44:38 +00:00
jslibmath.h
jsmath.cpp
jsmath.h
jsnum.cpp Bug 1698791 part 3 - Add an is-index flag to JS atoms. r=evilpie 2021-03-22 20:58:29 +00:00
jsnum.h
jspubtd.h
jsshell.msg
jstypes.h
make-source-package.py Bug 1694318 - Remove the js rust crate. r=jandem,sheehan 2021-03-02 08:09:35 +00:00
make-source-package.sh
Makefile.in
moz.build Bug 1689599 - Add Fuzzilli support code to the JS shell. r=jandem 2021-03-12 13:54:35 +00:00
NamespaceImports.h
old-configure.in Bug 1698706 - Always add PIC flags to C{,XX}FLAGS. r=firefox-build-system-reviewers,andi,sheehan,mhentges 2021-03-17 02:27:22 +00:00
README.html
Y.js

<!-- 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>