Jan de Mooij
|
f6a13d5475
|
Bug 952942 - Baseline-compile scripts with array comprehensions. r=djvj
|
2014-03-29 15:03:05 -04:00 |
|
Masatoshi Kimura
|
62ca863526
|
Bug 988122 - Expose Promise on non-window non-worker globals. r=bholley sr=bz
|
2014-03-29 15:55:53 +09:00 |
|
Boris Zbarsky
|
192bc01f54
|
Bug 982680. Fix regress-406572.js to actually test something useful. r=peterv,waldo
|
2014-03-29 01:45:09 -04:00 |
|
Nick Fitzgerald
|
485ed1e9d2
|
Bug 988476 - Create Debugger.Memory, a place to expose our memory tools to JS; r=jimb
|
2014-03-28 17:33:33 -07:00 |
|
Nicolas B. Pierron
|
21fce3468c
|
Bug 988903 - Rename Snapshots packing constants. r=djvj
|
2014-03-28 12:58:35 -07:00 |
|
Jan de Mooij
|
fa3959bffa
|
Bug 988875 - Fix slow bug782083.js jit-test. r=bhackett
|
2014-03-28 14:56:46 -04:00 |
|
Jan de Mooij
|
444f29f25d
|
Bug 989356 - Remove Ion BOX_OUTPUT_ACCESSORS macro. r=sstangl
|
2014-03-28 14:56:44 -04:00 |
|
Jan de Mooij
|
78e9b2c004
|
Bug 958432 - Add jit-test. r=me
|
2014-03-28 14:56:43 -04:00 |
|
Sean Stangl
|
1386614078
|
Bug 987935 - inlineScriptedCall() must check return of TypeSet::clone(). r=nbp
|
2014-03-25 12:39:27 -07:00 |
|
Benjamin Bouvier
|
864abef755
|
Bug 989166: Reserve stack explicitly rather than implicitly; r=sstangl
|
2014-03-28 18:36:34 +01:00 |
|
Sean Stangl
|
077150a927
|
Bug 987910 - Callers of updateFromMatchPairs() must handle error. r=nbp
|
2014-03-25 11:52:25 -07:00 |
|
Terrence Cole
|
5f1c628cec
|
Bug 987666 - Remove the unused dynamic root analysis. r=sfink
|
2014-03-24 18:32:36 -04:00 |
|
Carsten "Tomcat" Book
|
858b98e2b2
|
Backed out changeset 83714ee6b2bb (bug 988053) for fix bustage
|
2014-03-28 10:30:12 +01:00 |
|
Ben Hackett
|
9e58fd9ab5
|
Bug 969436 - Changed the SafepointReader constructor to properly read safepoints, depending on the size of PackedRegisterMask; r=Nicolas B. Pierron
|
2014-03-26 17:41:00 +01:00 |
|
Terrence Cole
|
5191aaca91
|
Bug 989035 - Track malloced slots attached to the nursery. r=njn
|
2014-03-27 22:52:02 -04:00 |
|
Terrence Cole
|
17e3f122bb
|
Bug 988326 - Start GC arenas in the decommitted state. r=jonco
|
2014-03-26 13:12:45 -04:00 |
|
Terrence Cole
|
b55205f5d3
|
Bug 988053 - Commit nursery memory on an as-needed basis. r=jonco
|
2014-03-26 09:57:15 -04:00 |
|
Nicolas B. Pierron
|
0d5d9c6a4e
|
Bug 983598 part 4 - Extract RecoverWriter out of SnapshotWriter. r=djvj
|
2014-03-28 00:17:30 -07:00 |
|
Nicolas B. Pierron
|
7369bb3078
|
Bug 983598 part 3 - Extract RecoverReader out of the SnapshotReader. r=jandem
|
2014-03-28 00:17:30 -07:00 |
|
Nicolas B. Pierron
|
6e4dd09031
|
Bug 983598 part 2 - Rename trackFrame to trackSnapshot. r=jandem
|
2014-03-28 00:17:29 -07:00 |
|
Nicolas B. Pierron
|
0374ea00bb
|
Bug 983598 part 1 - Remove inheritance of the SnapshotReader. r=jandem
|
2014-03-28 00:17:28 -07:00 |
|
Jed Davis
|
ed733b97f7
|
Bug 914561: Record EnterJIT trampoline frame address on SPS pseudostack. r=nbp
|
2014-03-27 19:20:20 -07:00 |
|
Jed Davis
|
232e47276f
|
Bug 914561 - Add AbsoluteAddress load32/store32 on x86/x64. r=nbp
|
2014-03-27 19:20:19 -07:00 |
|
Terrence Cole
|
44d028c42e
|
Bug 619558 - Enable generational GC on desktop; r=sfink, sr=naveed
--HG--
extra : rebase_source : 7234cc03ed04d48d54ac613e25708a1321501f24
|
2014-02-05 10:04:16 -08:00 |
|
Jon Coppeard
|
9206ac0dec
|
Bug 988821 - Move minor GC into main GC loop, r=terrence
--HG--
extra : rebase_source : 3478c0b5110c9891b3bb1ea2bccdc63954d359fd
|
2014-03-27 15:52:23 +00:00 |
|
Ehsan Akhgari
|
5b9f45a1a5
|
Bug 798158 - Part 1: Use a pointer-sized type to store refcounts internally; r=bsmedberg
|
2014-03-27 16:38:33 -04:00 |
|
Ms2ger
|
794257a824
|
Bug 984006 - Remove xpcom/ds from local includes; r=ehsan
|
2014-03-27 21:05:14 +01:00 |
|
Ms2ger
|
ad620f5913
|
Bug 981371 - Fix a confused assertion in JSVAL_IS_OBJECT_IMPL (64-bits); r=luke
|
2014-03-27 21:05:13 +01:00 |
|
Hannes Verschore
|
09cad0dae1
|
Bug 968931: IonMonkey: Loosen the verifyOsiPointRegs checks, r=jandem
|
2014-03-27 20:08:34 +01:00 |
|
Nicholas D. Matsakis
|
b0a48291fa
|
Bug 987912 -- Clear thread-local arenas after every iteration r=shu
|
2014-03-25 14:00:14 -04:00 |
|
Christian Holler
|
98f28f408c
|
Bug 988097 - Allow oomAfterAllocations in non-debug builds. r=jandem
--HG--
extra : rebase_source : 8e9c7119bc24deb74e864e061984bf57e909c414
|
2014-03-27 19:15:22 +01:00 |
|
Shu-yu Guo
|
aaa303a5d0
|
Bug 988706 - Fix bogus assert in ForkJoin. (r=lth in person)
|
2014-03-27 10:22:55 -07:00 |
|
Hannes Verschore
|
40d145e1bb
|
Bug 983580 - IonMonkey: Use backtracking allocator for asmjs style code, r=luke
|
2014-03-27 16:59:38 +01:00 |
|
Sean Stangl
|
e6038365f6
|
Bug 616491 - Limit YARR stack size to 1MB. r=mjrosenb
|
2014-03-26 14:47:11 -07:00 |
|
Lars T Hansen
|
74fe52c814
|
Bug 988833 - Reduce the number of iterations in TypedObject-TypeDescrIsSizedArrayType.js to avoid intermittent timeouts when running under the interpreter. r=jandem
|
2014-03-27 11:02:28 -04:00 |
|
Jan de Mooij
|
2cbd12d460
|
Bug 988475 - Rename IonFrame_* enum to JitFrame_*. r=nbp
--HG--
extra : rebase_source : 597e04cf1c6bcd2a177d1bc1386d222f8cb62a6d
|
2014-03-27 10:11:55 -04:00 |
|
Jan de Mooij
|
ddd9519592
|
Bug 988418 - Remove some unused OSR code. r=nbp
--HG--
extra : rebase_source : 5c2594d82a97cea4ca05d6b24aba8dcc31fccd8a
|
2014-03-27 10:11:35 -04:00 |
|
Jan de Mooij
|
9fbcf58a4e
|
Bug 988561 - Make jit-test testBug686274.js run faster with non-default JIT flags. r=luke
--HG--
extra : rebase_source : 4a85e97bf3db0359b375de564204f162238abc12
|
2014-03-27 10:04:58 -04:00 |
|
Jeff Walden
|
159f9946f7
|
Bug 987807 (reland with correct bug number so DONTBUILD) - Fix ggc-only typos. r=i-am-so-smrt
--HG--
extra : rebase_source : c37723cd80e80f12885c136cfdf54d2eabcc65af
|
2014-03-27 01:20:27 -04:00 |
|
Jeff Walden
|
cc53ff1ce4
|
Back out 2424dfed0c3c, tagged with wrong bug number. r=i-am-so-smrt-still
--HG--
extra : rebase_source : 066cb2c2ee7c1c85cfe9bf1e2d62c0e3b0d0725b
|
2014-03-27 01:18:57 -04:00 |
|
Dan Minor
|
07494741dd
|
Bug 988522 - Temporarily disable jit-test parallel timeout.js and timeout-gc.js tests until Bug 906525 is resolved; r=terrence
|
2014-03-26 16:19:51 -04:00 |
|
Carsten "Tomcat" Book
|
5842aa58f9
|
Backed out changeset 71568f10952a (bug 988326) for assertions
|
2014-03-27 11:40:32 +01:00 |
|
Terrence Cole
|
b0f4329186
|
Bug 988326 - Start GC arenas in the decommitted state; r=jonco
|
2014-03-26 13:12:45 -04:00 |
|
Carsten "Tomcat" Book
|
bad79ac3be
|
Backed out changeset 52f43e3f552f (bug 619558) for frequent mochitest other test failure on OS X 10.8
|
2014-03-27 10:14:39 +01:00 |
|
Ryan VanderMeulen
|
3e14ec93b2
|
Merge m-c to inbound.
|
2014-03-26 23:09:54 -04:00 |
|
Ryan VanderMeulen
|
4dc5242df5
|
Merge inbound to m-c.
|
2014-03-26 20:58:31 -04:00 |
|
Shu-yu Guo
|
714c15c5d3
|
Bug 985312 - PJS: Remove the bounds function from ForkJoin. (r=nmatsakis)
--HG--
rename : js/src/builtin/Parallel.js => js/src/builtin/ParallelUtilities.js
|
2014-03-26 05:30:22 -07:00 |
|
Nathan Froyd
|
23709854ea
|
Bug 987457 - rename ProtoAndIfaceArray to ProtoAndIfaceCache; r=bz
|
2014-03-22 13:04:09 -04:00 |
|
Wes Kocher
|
5389f8cd94
|
Merge m-c to fx-team
|
2014-03-25 20:23:20 -07:00 |
|
Dave Townsend
|
fdf690adfd
|
Bug 986757: Defer firing OnNewGlobalObject until after the __URI__ property is set for JS Modules. r=bholley
|
2014-03-25 16:33:06 -07:00 |
|