Jon Coppeard
a123b01d13
Bug 1307361 - Remove OOM message in heap checking zeal mode r=sfink
2016-10-05 10:09:24 +02:00
Jon Coppeard
4bf21a1fc6
Bug 1302682 - Add assertion to help catch incorrect alloc kind when tenuring r=sfink
2016-10-05 10:09:24 +02:00
Bill McCloskey
f478d1188c
Bug 1306708 - Rename prio to nested in IPDL (r=dvander)
2016-10-04 20:34:54 -07:00
Wes Kocher
a0ecf84551
Merge m-c to inbound, a=merge
2016-10-04 17:42:22 -07:00
Wes Kocher
5a2fb874ca
Merge inbound to central, a=merge
2016-10-04 17:32:01 -07:00
Steve Fink
e63eb33a08
Backed out changeset 327706b55f4e (bug 1306249) on a CLOSED TREE
...
--HG--
extra : amend_source : 4228a770a91f10b2558bcc0426f5e80c7cb537aa
2016-10-04 16:39:22 -07:00
Gary Kwong
198aff4985
Bug 1307523 - Backed out changeset 6e75141df030, rs=jandem over IRC
...
MozReview-Commit-ID: JWBmRQwLZql
2016-10-04 10:44:36 -07:00
Sebastian Hengst
42316b8d09
Backed out changeset 122e1eaf7a4c (bug 1307446) for failing saved-stacks/async-principals.js. r=backout
2016-10-04 18:29:51 +02:00
Tom Schuster
774a8bf34d
Bug 1302163 - Change code to use SprintfLiteral instead of snprintf. r=ehsan
2016-10-04 17:57:51 +02:00
Till Schneidereit
a43663902d
Bug 1307446 - Disable async stacks by default in the JS shell and add command line option for enabling them. r=evilpie
...
MozReview-Commit-ID: HgF3UenbiFY
2016-10-04 17:26:43 +02:00
Jon Coppeard
9978ef7ab0
Bug 1305099 - Fix race updating COW elements pointer after compacting GC r=sfink
2016-10-04 17:10:32 +02:00
Jan Beich
a21ffcabd6
Bug 1306913 - Allow MOZ_ASSERT to check contents before disabling PROT_READ. r=luke
...
MozReview-Commit-ID: FEgRPFJS2A1
--HG--
extra : rebase_source : 0d39c4131462f90de713951d58d33c4ff3344411
2016-10-01 21:39:49 +00:00
Steve Fink
c389f7e9d7
Bug 1306249 - Optimize SumChildTimes by only iterating children, r=jonco
...
--HG--
extra : rebase_source : 250b8992977a5c5a969c510d812694da8c0ade4e
2016-09-30 13:16:52 -07:00
Steve Fink
2fbae55abc
Bug 1306249 - Report phase with longest self time, not longest total time, r=jonco
...
--HG--
extra : rebase_source : 54eb82d2849cf93d8a85e9e575d72ba26321cd93
2016-09-30 12:25:21 -07:00
Steve Fink
3360de184b
Bug 1306249 - GC statistics commenting, r=jonco
...
--HG--
extra : rebase_source : 4006f0c69cc14e5f6d91819983edd38f9edfcd74
2016-09-30 12:24:46 -07:00
Bill McCloskey
b83db28a45
Revert "Bug 1306708 - Rename prio to nested in IPDL (r=dvander)" on a CLOSED TREE
...
This reverts commit b1460c626078afbb9290e7d9ecaf3af605d5e893.
2016-10-04 15:55:19 -07:00
Bill McCloskey
eddd80027c
Bug 1306708 - Rename prio to nested in IPDL (r=dvander)
2016-10-04 15:28:14 -07:00
Jan Beich
0e3c6a3bb5
Bug 1306828 - Unbreak build on BSDs after bug 1305360. r=jandem
...
MozReview-Commit-ID: Ji4HfcZ9Ui
--HG--
extra : transplant_source : %9A%1C%FE%3B%01om%92%16%8A%7B%20%D8%A2u.%B2%F7UG
2016-10-01 08:27:39 +00:00
Chris Manchester
90dd38f890
Bug 1300164 - Move VISIBILITY_FLAGS to Python configure. r=glandium
...
MozReview-Commit-ID: Ku1oUGVdtdm
2016-10-04 11:48:21 -07:00
Carsten "Tomcat" Book
6df735c3b7
Merge mozilla-central to autoland
2016-10-04 12:03:18 +02:00
Iris Hsiao
0b8af653c3
Backed out changeset 50f9b4a613b0 (bug 1287671)
...
CLOSED TREE
2016-10-04 17:05:18 +08:00
Iris Hsiao
3633ffd5dc
Backed out changeset 1c4f0a3784f1 (bug 1287671) for jit-test bustages
...
CLOSED TREE
2016-10-04 17:05:04 +08:00
Mike Hommey
5c2901176e
Bug 1287671 - Replace IS_{LITTLE|BIG}_ENDIAN with MOZ_{LITTLE|BIG}_ENDIAN in js/. r=njn
...
--HG--
extra : rebase_source : 2a66870c0f6f24936a7295c561932944d3988a64
2016-10-04 15:31:45 +09:00
Sean Stangl
3c2abda5ea
Bug 1303178 - Make ARM ScratchRegister usage explicit. r=nbp
...
--HG--
extra : rebase_source : 01f83bb8a3b4fbe02136ce0339f27a6b60f1de42
2016-10-03 21:40:23 -04:00
Mike Hommey
69aeaf7246
Bug 1287671 - Simplify jscpucfg.h. r=njn
...
Endianness is figured out in mfbt/EndianUtils.h, which can be reused.
Apart from endianness, jscpucfg.h is defining JS_HAVE_LONG_LONG, which
isn't used anywhere, defines a macro for the Watcom C/C++ compiler, and
tries to figure out stack growth direction.
The first is obviously unnecessary. The second is not useful now that
building JS requires a C++11-capable compiler, which the Watcom C/C++
compiler isn't. The latter, however, is still relevant, but the check
based on sys/isa_def.h is, afaict, only relevant on HP-UX on PA-RISC,
which is already covered by the check for __hppa.
Consequently, the various checks setting JS_HAVE_header_H defines can
all be removed.
--HG--
extra : rebase_source : 6ceb4f4b8059271b411b919977d507f41f0497f0
2016-07-19 14:54:37 +09:00
Enes Goktas
69fd7610fa
Bug 1303236 - Skip check_vanilla_allocations if -flto flag is set; r=glandium
...
MozReview-Commit-ID: 7WOz6LpRP7L
--HG--
extra : rebase_source : 2147ee6816f976e38ccf456505beb1edfc8147dc
2016-09-21 12:31:41 -07:00
Ehsan Akhgari
cf60002f3c
Bug 1306121 - Add support for emulating V8 stack frame formatting to SpiderMonkey; r=fitzgen
2016-10-03 16:48:00 -04:00
Tom Schuster
4e49d5103f
Bug 1303714 - Always Unwrap ArrayBuffer in TypedArray constructor. r=bholley
2016-10-03 21:19:09 +02:00
Sebastian Hengst
4c034fe691
Backed out changeset 55734588d50e (bug 1306121) for failing SM test saved-stacks/async-principals.js. r=backout
2016-10-03 20:58:39 +02:00
Ehsan Akhgari
1530c55efb
Bug 1306121 - Add support for emulating V8 stack frame formatting to SpiderMonkey; r=fitzgen
2016-10-03 14:34:43 -04:00
Ehsan Akhgari
882e2c307e
Bug 1306756 - Remove the JS_strdup() overload accepting a JSRuntime*; r=sfink
...
There's no way to get a JSRuntime* in the JS API any more.
2016-10-03 12:13:35 -04:00
Shu-yu Guo
eed49d301a
Bug 1304649 - Fix scope notes for lexical scopes. (r=sfink)
2016-10-03 17:48:31 -07:00
Shu-yu Guo
02dc0c0895
Bug 1298809 - Fix skipping lazy function expression bodies to account for semicolon. (r=Waldo)
2016-10-03 17:48:31 -07:00
Sander Mathijs van Veen
acb9b45ad4
Bug 1302367
- Use unsigned integer modulo instead of ModD opcode. r=nbp, r=jandem
...
--HG--
extra : rebase_source : 63337ef0e28137e69e7d7894cb21dcc5c3300c5e
2016-10-03 02:36:00 -04:00
Jan de Mooij
9a0cca9117
Bug 1306963 - Fix some source compression issues. r=arai
2016-10-02 15:19:47 +02:00
Jan de Mooij
32f6de5c48
Bug 1301343 - Trace pointers stored in MIR. r=jonco,nbp
2016-10-02 15:49:57 +02:00
Yury Delendik
e3d691bf9d
Bug 1306719 - Fix unified build compilation of MemoryProtectionExceptionHandler.cpp. r=ehoogeveen
...
MozReview-Commit-ID: DbK8jUGrAVY
2016-09-30 15:21:01 -05:00
Tooru Fujisawa
17c865d7bc
Backed out changeset 7d4875921ecf for check_macroassembler_style.py failure (bug 1303178)
2016-10-01 09:08:53 +09:00
Tooru Fujisawa
99e876cfd9
Bug 1287298 followup - Use JS_ReportErrorNumberASCII instead of JS_ReportErrorNumber. r=bustage
2016-10-01 09:08:49 +09:00
Ehsan Akhgari
556af42028
Bug 1287298 - Add an API to give up ownership of ArrayBuffer data; r=Waldo
...
This is similar to stealing the buffer, except that the ArrayBuffer
won't be detached. The caller is still responsible for freeing the
buffer.
2016-09-30 19:21:42 -04:00
Sean Stangl
652779a674
Bug 1303178 - Make ARM ScratchRegister usage explicit. r=nbp
...
--HG--
extra : amend_source : 27b725734731763ff3d53e53c47ef1c9b81fa1ab
2016-08-17 15:23:41 -07:00
Benjamin Bouvier
18cdeb32d1
Bug 1305318: Reject a typed jump to the top of a loop in a br_table; r=sunfish
...
MozReview-Commit-ID: 2THEPuKEXq7
--HG--
extra : rebase_source : 8f57b968c0f2ff09e741e49655f3c6a14e592311
extra : amend_source : 9a1d643f16f82e1b6ac01ff8ec57a430f5710fbb
2016-09-30 16:07:13 +02:00
Dan Gohman
10e576d7c9
Bug 1306506 - OdinMonkey: Don't require canonicalizable types when computing block signatures. r=luke
2016-09-30 08:27:43 -07:00
Benjamin Bouvier
786c5d0eb6
Bug 1303780: Get a reference into SIMD's memory at the end in ReplaceLane; r=jonco
...
MozReview-Commit-ID: LiLgZ48Cz3a
--HG--
extra : rebase_source : 730907dbf006a031ffc69290da90fbc22c901187
extra : amend_source : 9721e8507930092e8040768330d8e24477f37485
2016-09-30 14:54:31 +02:00
Benjamin Bouvier
5df71e1d94
Bug 1296640: Get a reference into SIMD's memory at the end in BinaryScalar; r=jonco
...
MozReview-Commit-ID: JXBjIWtDXS5
***
fold
--HG--
extra : rebase_source : 47e69778a15f35ba5c3510a3de71b10b793fd6ca
2016-09-30 15:06:29 +02:00
Terrence Cole
0edc10380c
Bug 1297558 - Use a read barrier on Heap to ExposeToActiveJS r=sfink r=mccr8
2016-02-07 09:08:55 -08:00
Tooru Fujisawa
681cacc1f6
Bug 1290337 - Part 15: Replace Value parameter to const Value& in js/xpconnect. r=jandem
2016-09-11 18:15:24 +09:00
Tooru Fujisawa
b695cb6484
Bug 1290337 - Part 14: Replace Value parameter to HandleValue in js/ctypes. r=evilpie
2016-09-11 18:15:24 +09:00
Tooru Fujisawa
e0c7801dc3
Bug 1290337 - Part 13: Replace Value parameter to const Value& in finalizeInBackground. r=sfink
2016-09-11 18:15:23 +09:00
Tooru Fujisawa
83ea1c9449
Bug 1290337 - Part 12: Use const reference in PodSet. r=sfink
2016-09-11 18:15:23 +09:00