Commit Graph

32433 Commits

Author SHA1 Message Date
Terrence Cole
5511a142b0 Bug 990336 - Generalize the slots barrier and use it to optimize dense-range-ref; r=jonco 2014-03-31 17:51:53 -07:00
Mark Hammond
cd2c8e6c5b Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted. 2014-04-02 10:53:55 +11:00
Jan de Mooij
241c17b152 Bug 986155 - Fix MPostWriteBarrier alias set to not inhibit certain optimizations. r=bhackett 2014-04-01 22:41:11 +02:00
Nicholas D. Matsakis
571d7915d5 Bug 973238 Part 2 -- Remove TypedObjectPointer abstraction r=sfink 2014-03-10 17:25:00 -04:00
Nicholas D. Matsakis
a7c390959e Bug 973238 Part 1 -- Remove getSuitableClaspAndProto r=sfink 2014-03-10 16:23:24 -04:00
Jan de Mooij
01fde567f1 Bug 989586 - Fix Ion correctness bug when inlining |new Array(x)|. r=bhackett 2014-04-01 21:19:39 +02:00
Terrence Cole
d01e2ab502 Bug 889543 - Use AutoCycleDetector instead of CloneMemory; r=till
--HG--
extra : rebase_source : 394255ac2da12eaea09c8be95847a5d19f6b3b21
2014-03-11 09:00:16 -07:00
Kannan Vijayan
92c7a79f42 Bug 990022 - Refactor BaselineIC profiler pseudo-stack update code. r=efaust 2014-04-01 10:46:45 -04:00
Nicholas D. Matsakis
7cbc5f53f7 Bug 966575 Part 15 -- Port to use CheckedInt32 r=waldo 2014-03-17 21:29:59 -04:00
Nicholas D. Matsakis
c4511de5c6 Bug 966575 Part 14 -- Convert from size_t to int32_t to reflect reality that we do not support objects larger than 2Gig r=sfink 2014-02-16 15:42:51 -05:00
Nicholas D. Matsakis
5727668b3e Bug 966575 Part 13 -- Remove type repr completely, replacing with atomized strings r=sfink 2014-02-16 06:48:03 -05:00
Hannes Verschore
0c311ae47a Bug 813366 - Fix handling of failing to create jit code in yarr, r=till 2014-04-01 13:30:08 +02:00
Hannes Verschore
2645b81c02 Bug 986366: Fix --disable-ion builds, r=djvj 2014-04-01 13:29:32 +02:00
Jon Coppeard
bb2e7cbea1 Bug 959787 - Handlify JS_ExecuteScript and JS::Evaluate APIs r=terrence r=bz 2014-04-01 11:34:39 +01:00
Jon Coppeard
c761e55700 Bug 959787 - Handlify jsapi-test eval functions r=terrence 2014-04-01 11:34:38 +01:00
Nicolas B. Pierron
cf5ed52de1 Bug 989344 part 2 - Share LRecoverInfo between LSnapshots. r=jandem 2014-03-31 09:39:45 -07:00
Nicolas B. Pierron
00d83d3e90 Bug 989344 part 1 - Extract LRecoverInfo from LSnapshot. r=jandem 2014-03-31 09:39:45 -07:00
Nicolas B. Pierron
807485f39d Bug 988958 - Extract the frame encoding/decoding logic from Snapshots. r=h4writer 2014-03-31 09:39:45 -07:00
Nicholas D. Matsakis
e269bc6919 Bug 988493 -- improve error message for missing self-hosted prop r=till 2014-03-26 13:36:39 -04:00
Nicolas B. Pierron
8d106e88ac Bug 989613 - Check OOM of allocation writer in the SnapshotWriter. r=h4writer 2014-03-31 03:10:00 -07:00
Jon Coppeard
00c8108dfb Bug 986864 r=sfink 2014-03-31 10:56:23 +01:00
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