Граф коммитов

60093 Коммитов

Автор SHA1 Сообщение Дата
Tom Schuster ad4425f805 Bug 1350263 - Ion/MacroAssembler typeof object improvements. r=jandem 2017-05-02 18:24:04 +02:00
Tom Schuster 204d59dfd0 Bug 1350263 - Primitive typeof CacheIR support. r=jandem 2017-05-02 18:24:03 +02:00
Lars T Hansen fd01f61f18 Bug 1338217 - Share code between Wasm instances. r=luke
--HG--
extra : rebase_source : 44ddfa61bce96a4ad36034755f406ecce277770b
extra : histedit_source : 112168f6c44b7968e997800dbefb327e47b23485
2017-05-02 14:44:38 +02:00
Jan de Mooij 37a5962246 Bug 1353353 - Add GetName and BindName CacheIR spew. r=evilpie 2017-05-02 15:38:13 +02:00
Jan de Mooij 3cad77631d Bug 1361021 - Remove jump + haltingAlign(8) in MacroAssembler::guardedCallPreBarrier. r=djvj 2017-05-02 15:37:35 +02:00
Jan de Mooij 6f02dca89c Bug 1357680 part 3 - Don't mark the new group as having unknown properties when changing an object's proto. r=bhackett 2017-05-02 14:26:44 +02:00
Andrew McCreight 173d5653f5 Bug 1361547, part 2 - Implement missing cases in JS_GetTraceThingInfo(). r=sfink
MozReview-Commit-ID: GNteLjfArfg

--HG--
extra : rebase_source : 911aa4f458e8622e1482e41874f1cce50bcbdd1a
2017-05-02 15:38:04 -07:00
Andrew McCreight 471bef90b5 Bug 1361547, part 1 - Alphabetically sort existing cases in JS_GetTraceThingInfo(). r=sfink
A comment by TraceKind says to sort alphabetically. Currently, these
cases appear to not be in any particular order.

MozReview-Commit-ID: 3owHBViGUs5

--HG--
extra : rebase_source : f8fb4f19700e0248a73556d0de1cdf8aec5c9df0
2017-05-02 15:35:28 -07:00
Sean Stangl 16d70f440e Bug 1359051 - Define cacheFlush for non-Simulator ARM64 builds. r=tcampbell
--HG--
extra : rebase_source : c590b90b784df2676df6ccd9c43d4e5ca82c1fd3
2017-04-24 07:10:58 -07:00
Jon Coppeard 16df2c682c Bug 1360502 - Prioritise GC parallel tasks when selecting tasks to run on helper threads r=jandem 2017-05-02 10:40:32 +01:00
Bill McCloskey bb2fc6efce Bug 1360372 - Avoid rooting hazard when entering atoms compartment (r=sfink)
This patch avoids a rooting hazard involving the atoms compartment. There is
code in jsatom.cpp that enters the atoms compartment while unrooted pointers
are on the stack. Now that enterZoneGroup can potentially yield, this leads to
a rooting hazard. This patch avoids the hazard by using a totally separate path
that avoids enterZoneGroup when entering the atoms compartment.

MozReview-Commit-ID: ExG1ofCbN8C
2017-05-01 16:18:10 -07:00
Bill McCloskey a20cb19dce Bug 1360372 - Acquire cooperative lock when entering system zone group (r=bhackett)
MozReview-Commit-ID: 92SgTKMD6xt
2017-05-01 16:17:58 -07:00
Shu-yu Guo c619f9ac87 Bug 1360839 - Call IteratorClose due to abrupt completion from yield. (r=arai) 2017-05-01 15:08:03 -07:00
Jim Chen 50d30e203b Bug 1357874 - Add more AArch64 support to JS code; r=luke
* Fix a parentheses warning when compiling testGCAllocator.cpp.

* Define GETRANDOM_NR macro for AArch64.

* Disable Android workarounds in jsnativestack.cpp and
  WasmSignalHandlers.cpp for AArch64, because AArch64 is only supported
  on API 21+, in which case those workarounds don't apply.

* Enable trace logging in TraceLogging.cpp.
2017-05-01 14:46:00 -04:00
Jan de Mooij e4f46ab99f Bug 1360852 - Fix emitGuardIsInt32Index to allocate input register before calling addFailurePath. r=evilpie
--HG--
extra : amend_source : ca2f2995afbe85ab9b8b3662bb7f8bbf22d91b22
2017-05-01 12:38:51 -04:00
Kannan Vijayan 3e15b3041e Bug 1358599 - Use runtime guards for jitcode pre-barriers instead of patchable jumps. r=jandem r=sfink 2017-04-30 08:42:34 -04:00
Sebastian Hengst bb580f3e71 Backed out changeset fd049b7bf3d2 (bug 1360372) for hazards. r=backout 2017-04-30 10:03:17 +02:00
Bill McCloskey 32eac2e449 Bug 1360372 - Acquire cooperative lock when entering system zone group (r=bhackett)
MozReview-Commit-ID: 92SgTKMD6xt
2017-04-29 20:59:45 -07:00
Sebastian Hengst 218d14273c merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: BTRXNHiIEWd
2017-04-29 21:30:59 +02:00
Jan de Mooij 8ddc231e13 Bug 1360523 - Define number of reserved slots explicitly for each proxy js::Class. r=bz 2017-04-29 14:41:49 +02:00
Jan de Mooij 35bcc30a53 Bug 1360520 - Add a GrayLinkReservedSlot constant and use it instead of hardcoding 1. r=jonco 2017-04-29 14:36:18 +02:00
Sebastian Hengst 22de13017e Backed out changeset 0e150cf52e59 as the last remnants of the push which started the hazards (also tracking in bug 1359980). r=backout 2017-04-29 14:23:06 +02:00
Sebastian Hengst 6069f365a3 Backed out changeset f42d614a7227 2017-04-29 14:20:24 +02:00
Sebastian Hengst 1b21c4fa80 Backed out changeset de236ed88685 (bug 1351107) to hopefully fixing rooting hazard. r=backout 2017-04-29 12:51:52 +02:00
Sebastian Hengst f48836bad3 Backed out changeset 2c965dfef6c8 (bug 1359980) for hazard. r=backout 2017-04-29 11:05:03 +02:00
Sebastian Hengst 736c2cb1d9 Backed out changeset 21447217ddbd (bug 1359980) 2017-04-29 11:00:42 +02:00
Jeff Walden 9a87fb6fae Bug 1359980 - Followup hazard fix. (Maybe the varargs threw off the hazard analysis, where the suppress-GC operation occurred *inside* a varargs function? *shrug*) r=bustage 2017-04-28 19:35:52 -07:00
Sebastian Hengst f4f104e7e0 merge mozilla-central to autoland. r=merge a=merge 2017-04-29 11:11:48 +02:00
Andrew Swan f38ced1fc9 Bug 1354682 Add transform to XPCOMUtils.defineLazyPreferenceGetter r=kmag
MozReview-Commit-ID: Lm59IHMNcy9

--HG--
extra : rebase_source : 3250d759b1b9909bcc7564139a3d7066d8376b60
2017-04-28 22:39:13 -07:00
Phil Ringnalda f8d5e6ddf9 Backed out 3 changesets (bug 1354682) for sessionstore browser-chrome bustage
CLOSED TREE

Backed out changeset 55405fd328f9 (bug 1354682)
Backed out changeset 56b8122e64a3 (bug 1354682)
Backed out changeset 9374009a95e5 (bug 1354682)

MozReview-Commit-ID: BNVhwID8NwD
2017-04-28 20:24:34 -07:00
Jeff Walden d1bac2da78 Bug 1351107 - Use unicode::{LINE,PARA}_SEPARATOR instead of hand-rolling them for TokenStream code. r=arai
--HG--
extra : rebase_source : 928d87700a93fe6ccaa5eac45de9c304f2b0f03f
2017-04-15 00:51:56 -07:00
Jeff Walden c69ddc19ad Bug 1359980 - Make RegExpParser::ReportError give better error messages that point directly at the offending character within the pattern, rather than just at the start of the RegExp literal. r=arai
--HG--
extra : rebase_source : 9ac96d60605e4cd44347a1507b1ae0dc418d3daa
2017-04-25 23:36:22 -07:00
Jeff Walden 8f9c41e0d0 Remove or curtail a bunch of unnecessary dependencies on frontend/TokenStream.h to substantially reduce the number of files that must be recompiled for a change to TokenStream.h. No bug, rs=bbouvier
--HG--
extra : rebase_source : 222f24e2792df0d5afef2a258f1572cd67648cf2
2017-04-25 23:36:22 -07:00
Jeff Walden b4fe419d1d Make Interpreter.h not #include ParseNode.h. No bug, r=shu
--HG--
extra : rebase_source : 0659a1d8e0408d3b4a2a22988a5d394857a891b8
2017-04-25 23:36:22 -07:00
Andrew Swan 46e486f880 Bug 1354682 Add transform to XPCOMUtils.defineLazyPreferenceGetter r=kmag
MozReview-Commit-ID: Lm59IHMNcy9

--HG--
extra : rebase_source : 796d9b0b7a6bf94782ebeeaf35d237176687c0ac
2017-04-28 16:10:44 -07:00
Jon Coppeard 8711eef9cd Bug 1359252 - Add pre-write barrier for JIT writes to NativeIterator::obj r=jandem 2017-04-28 12:05:30 +01:00
Carsten "Tomcat" Book 1045b9730a merge mozilla-inbound to mozilla-central a=merge 2017-04-28 10:36:11 +02:00
Bill McCloskey 7c672b4158 Bug 1359245 - Fix compiler error on CLOSED TREE
MozReview-Commit-ID: 57cVUcTV1Rv
2017-04-27 15:53:37 -07:00
Bill McCloskey 34a4f034bb Bug 1359245 - Remove references to context from the cycle collector (r=mccr8)
MozReview-Commit-ID: 1QoNEiZMvBf
2017-04-27 15:34:46 -07:00
Bill McCloskey 9862d9c932 Bug 1359245 - Remove some tracing callbacks at shutdown (r=mccr8)
When we just had CycleCollectedJSContext (and no CycleCollectedJSRuntime) a
weird thing happened at shutdown:
1. We would call JS_DestroyContext from ~CycleCollectedJSContext. By that time,
   the ~XPCJSContext destructor had already finished.
2. Destroying the context runs a final GC. That GC would call back into various
   GC callbacks, such as TraceBlackJS and TraceGrayJS.
3. These callbacks would do a virtual method call:
   http://searchfox.org/mozilla-central/rev/876c7dd30586f9c6f9c99ef7444f2d73c7acfe7c/xpcom/base/CycleCollectedJSRuntime.cpp#791
4. Normally this method call would call into
   XPCContext::TraceNativeBlackRoots. However, C++ changes the vtable for an
   object during destruction. So we would only call CycleCollectedJSContext's
   version of TraceNativeBlackRoots, which is empty. So we never traced anything.

When I moved this code into the runtime, we actually do call into
XPCJSRuntime::TraceNativeBlackRoots at that time. So the behavior changed, and
that was causing crashes once I nulled out the TLS as you asked. So I removed
these callbacks for the last GC.

MozReview-Commit-ID: 3do13bjpwQj
2017-04-27 15:34:46 -07:00
Bill McCloskey 1d5c5ef48b Bug 1359245 - Keep a linked list of CycleCollectedJSContexts in the runtime (r=mccr8)
This patch keeps a list of all the cooperatively scheduled contexts that are
linked to a runtime. In places where we need to iterate over all contexts (for
GC, specifically), it iterates over the list.

MozReview-Commit-ID: 3pKJX78f2l0
2017-04-27 15:34:46 -07:00
Bill McCloskey 267ad1f2b0 Bug 1359245 - Initial support for cooperative contexts (r=mccr8)
This patch adds initial support for cooperatively scheduled
CycleCollectedJSContexts.

MozReview-Commit-ID: 5pfPubHUanL
2017-04-27 15:34:46 -07:00
Bill McCloskey ee9f642133 Bug 1359245 - Remove CycleCollectedJSRuntime::mJSContext (r=mccr8,sfink)
This patch eliminates a field where we assume that there is one
CycleCollectedJSContext per runtime.

MozReview-Commit-ID: 5cEL5Ml6Y9v
2017-04-27 15:34:46 -07:00
Bill McCloskey 11b1f07146 Bug 1359245 - Get rid of CycleCollectedJSRuntime::MainContext (r=mccr8)
This is another method that assumes one context per runtime. This patch
eliminates the method.

MozReview-Commit-ID: JHcQ1nyiHSP
2017-04-27 15:34:46 -07:00
Bill McCloskey 1e5747d0b4 Bug 1359245 - Eliminate nsXPConnect::mContext (r=mccr8)
This field assumes there is one XPCJSContext globally (i.e., per nsXPConnect
instance). This patch eliminates the field by using different paths to
reach the context.

MozReview-Commit-ID: FjR6cTZ5QfZ
2017-04-27 15:34:46 -07:00
Bill McCloskey 133ed14a85 Bug 1359245 - Eliminate some XPCJSContext::Get() usage (r=mccr8)
XPCJSContext::Get() now does a TLS lookup, which is a little more expensive
than looking up a global variable. This patch removes as many of the TLS
lookups as possible.

MozReview-Commit-ID: GsqzJn55Lya
2017-04-27 15:34:46 -07:00
Bill McCloskey 3e774f9f8a Bug 1359245 - Eliminate nsXPConnect::GetContextInstance() (r=mccr8)
This method assumes there is one global XPCJSContext. This patch eliminates
uses of it.

MozReview-Commit-ID: L2AkBGh5TnC
2017-04-27 15:34:46 -07:00
Bill McCloskey 51147a69b6 Bug 1359245 - Use TLS to return XPCJSContext::Get() (r=mccr8)
Once we have multiple XPCJSContext's, we may have to figure out which one we're
using with TLS. A later patch tries to remove as many of these TLS lookups
as possible so that performance doesn't suffer.

MozReview-Commit-ID: 50uHpDLZmUH
2017-04-27 15:34:46 -07:00
Bill McCloskey 6df90ba01c Bug 1359245 - Move JS engine promise callbacks from JSRuntime to JSContext (r=till)
The promise callbacks are intended to run on the XPCJSContext, so the data
that is associated with them should be per-context. We might as well make
the callbacks themselves per-context as well.

MozReview-Commit-ID: LmQNz1EovJx
2017-04-27 15:34:46 -07:00
Wes Kocher 9528ad9a03 Merge m-c to inbound, a=merge
MozReview-Commit-ID: DaH1djmEY5A
2017-04-27 13:29:07 -07:00
Carsten "Tomcat" Book e1e203f1f5 Merge mozilla-central to autoland 2017-04-27 16:36:41 +02:00
Tom Tromey 9a70d783bc Bug 1360152 - null-check correct value in ToDisassemblySource; r=froydnj
MozReview-Commit-ID: 3HR4ZofDlyW

--HG--
extra : rebase_source : 62d158727e11a8ccda64cdc36631dbaeb3b548cb
2017-04-27 07:29:09 -06:00
André Bargull 11bb19e7da Bug 1359294 - Remove toLocaleLowerCase/toLocaleUpperCase callbacks in XPCLocale. r=Waldo
--HG--
extra : rebase_source : 711d5bfc896a48f63b6c825823ba5aef5c93413c
extra : histedit_source : 7a34417565cf6151c39d7c68c776505142098f24
2017-05-03 09:55:06 -07:00
Jeremy Chen 79f145e226 Bug 1359313 - whitelist -moz-border-*-colors related bindings to satisfy heap write analysis. r=bholley,heycam
A quick fix for hazard bustage by increase the NUM_ALLOWED_WRITE_HAZARDS
from 3 to 7 is pushed in bug 1348173 comment 37. In this bug, we shall do
the actual fix and restore the NUM_ALLOWED_WRITE_HAZARDS.

The -moz-border-*-colors bindings trigger errors because they're using
outparams (nsStyleBorder) which further manipulate its member (mBorderColors)
which is a double raw pointers. Since we don't have the ability to
whitelist the indirect access to mBorderColors[x] list, we can only add
them to the ignoreContents for now.

We might be able to move these bindings to the whitelist of the above
treatAsSafeArgument function, if we could refactor mBorderColors to use
nsTArray directly.

MozReview-Commit-ID: 2cQz58K2A10

--HG--
extra : rebase_source : af2b5b944fb9d19fe28f57eaa37f77174d48bfa4
2017-04-27 12:06:05 +08:00
Wes Kocher 226702fd85 Merge m-c to autoland a=merge
MozReview-Commit-ID: LOGgOErcV9L
2017-04-26 17:43:38 -07:00
Wes Kocher c90904f9bf Merge inbound to central, a=merge CLOSED TREE
MozReview-Commit-ID: 9HQViJrDT6S
2017-04-26 17:30:31 -07:00
Tom Tromey 3e96a70858 Bug 1334278 - have FormatStackDump return UniqueChars; r=froydnj
Change FormatStackDump to return UniqueChars and fix up the users.  This
removes a bit more manual memory management.

MozReview-Commit-ID: 60GBgeS4rzg

--HG--
extra : rebase_source : 15060321f567816ca434cdf1ef816d8322ceefff
2017-04-21 12:47:06 -06:00
Luke Wagner 77a486b3b3 Bug 1359612 - Baldr: make ToABIFunctionType work on any function signature (r=bbouvier)
MozReview-Commit-ID: IzzCpt6wwPr

--HG--
extra : rebase_source : f5d5e72647e2cdcecefca671d4bc57120aa80500
2017-04-26 09:52:11 -05:00
Benjamin Bouvier c22f53e64f Bug 1359810: wasm: in always-baseline mode, consider hardware requirements; r=luke
--HG--
extra : rebase_source : 029d8b6b18f593285f3b9eb92058545d5daaca0a
2017-04-14 17:54:49 +02:00
Jon Coppeard 6f85e884cd Bug 1359049 - Improve gray marking assertions to cover object private GC pointers r=sfink 2017-04-26 14:15:32 +01:00
Jan de Mooij aae9e97436 Bug 1359421 - Simplify/optimize SharedContext::isFunctionBox by removing an unnecessary virtual call. r=shu 2017-04-26 14:59:00 +02:00
Jon Coppeard d3c28babad Bug 1352430 - Add zeal mode to exercise incremental foreground finalization r=sfink
--HG--
extra : rebase_source : df146d0f518714cb435c24e8c907f653e3e5f2c1
2017-04-26 11:19:06 +01:00
Jon Coppeard 57137dea9d Bug 1352430 - Add barrier to CPOWs table to remove dying objects r=billm
--HG--
extra : rebase_source : a923df26fc706615b248191cf544a372ff357bd4
2017-04-26 11:18:53 +01:00
Jon Coppeard eb3c9870bf Bug 1352430 - Add barrier to wrapper cache to clear dying objects that have not yet been finalized r=bz r=sfink
* * *
Code review followup

--HG--
extra : rebase_source : 10c1fd603c2dd1ac2ff5770ae9aec2e9131681ce
2017-04-26 11:18:39 +01:00
Jon Coppeard f67bc06071 Bug 1352430 - Update XPConnect sweeping to handle incrementally finalized objects r=mccr8 r=sfink
--HG--
extra : rebase_source : 10c974bedd003cf23de9e32ad7ae202441c92db9
2017-04-26 11:18:13 +01:00
Jon Coppeard 8c75ba5bbb Bug 1352430 - Update the GC finalize callback to communicate the new state r=sfink r=mccr8
--HG--
extra : rebase_source : ebd661eee50bbf48f21c12e6a1c6df9015f81beb
2017-04-26 10:57:08 +01:00
Jon Coppeard 6b7c3479f2 Bug 1352430 - Finalize foreground objects incrementally r=sfink
--HG--
extra : rebase_source : 9b5b080ad6eca3017f41494423e489131f157e86
2017-04-26 10:57:03 +01:00
Tom Schuster 902d20ddff Bug 1355155 - Scalar replacement for arrow functions. r=nbp 2017-04-26 11:52:24 +02:00
Lars T Hansen 7765aa5354 Bug 1359461: Assert that SAB values are not cloned cross-process. r=sfink 2017-04-25 17:43:11 +02:00
Carsten "Tomcat" Book 68e9a2dfd5 Merge mozilla-central to mozilla-inbound 2017-04-26 09:04:59 +02:00
Nicholas Nethercote bc1d6a21a2 Bug 1358320 - Make TimeStamp::ProcessCreation()'s outparam optional. r=gsvelto.
TimeStamp::ProcessCreations()'s aIsInconsistent outparam is ignored by the
majority of its caller. This patch makes it optional. Notably, this makes
ProcessCreation() easier to use in a constructor's initializer list.
2017-04-26 14:55:54 +10:00
Wes Kocher 5e8bdb175d Merge inbound to m-c a=merge
MozReview-Commit-ID: A85cs7Yriqj
2017-04-25 13:53:00 -07:00
Jan de Mooij 1331eb4e54 Bug 1359093 - Inline the ToWindowProxyIfWindow is-global check. r=evilpie
--HG--
extra : rebase_source : 5ea21a17fcb72114f6740f41343f2168ddede125
2017-04-25 15:08:42 +02:00
Jan de Mooij 9a36b7a7b6 Bug 1359077 - Optimize a few things in ExposeGCThingToActiveJS. r=jonco
--HG--
extra : rebase_source : 7cecd6b2bed61e35c187effb47a94b236697bd86
2017-04-25 15:07:55 +02:00
Jan de Mooij 660878a108 Bug 1357680 part 2 - Remove unnecessary setNewGroupUnknown call in SetClassAndProto. r=bhackett 2017-04-25 13:52:06 +02:00
Jan de Mooij b9198d5117 Bug 1357024 - Fix fixupAliasedInputs to not leave an unusable register on 32-bit platforms. r=h4writer 2017-04-25 13:51:03 +02:00
Lars T Hansen 0eec1e4467 Bug 1338217 - Make data structures immutable in preparation for sharing Wasm code. r=luke
--HG--
extra : rebase_source : 1554db7a4054cfab3878e2313e2c3353fc29e161
2017-04-25 11:27:08 +02:00
Lars T Hansen 5724e57fa5 Bug 1358396 - Refactor wasm debug state into its own object. r=luke
--HG--
extra : rebase_source : 30ceafc81d64717e4f5bb0ba720f68d5b7e35700
extra : source : 42385129d6dc2873541d6c3ca343bd1f61cd1d63
2017-04-25 10:01:44 +02:00
Jan de Mooij 902507487f Bug 1356424 - Fix DoSetElemFallback to try to transition before attaching an add-slot stub. r=h4writer
--HG--
extra : rebase_source : 0b3bc0e87def1f2d9603d4c34138445b7f231017
2017-04-25 12:58:40 +02:00
Jan de Mooij 3d34d9a8de Bug 1352510 - Handle already-invalidated IonScripts in ArrayPushDense. r=h4writer
--HG--
extra : rebase_source : 807ed6f72eb353020a4460ba0137e37f88245f6b
2017-04-25 12:56:54 +02:00
Jon Coppeard d7e0c83dcc Bug 1359001 - Make AutoAssertGCCallback a no-op in opt builds r=sfink 2017-04-25 10:56:34 +01:00
Jan de Mooij a1c12c55e9 Bug 1358753 - Allocate ProxyValueArray inline in the object instead of using malloc. r=bhackett 2017-04-25 08:51:30 +02:00
Iris Hsiao 47c1689c86 Merge mozilla-central to mozilla-inbound 2017-04-25 11:30:03 +08:00
Iris Hsiao 1548482ea5 merge mozilla-inbound to mozilla-central a=merge 2017-04-25 11:21:30 +08:00
Wes Kocher 497d2c96ed Merge m-c to autoland, a=merge
MozReview-Commit-ID: Lmq6phawHD
2017-04-24 16:16:50 -07:00
Jan de Mooij 113e7692b5 Bug 1358047 - Move Baseline CacheIR code map from JitCompartment to JitZone. r=djvj 2017-04-24 12:41:04 +02:00
Lars T Hansen e7763d14f5 Bug 1358962 - JS engine non-unified builds, add missing -inl includes. r=jandem 2017-04-24 09:03:50 +02:00
Petr Sumbera e8cb02c59f Bug 1352449 - JSErrorReport::initBorrowedLinebuf should be called with aligned pointer for char16_t. r=arai 2017-04-21 03:59:25 -07:00
Luke Wagner 2b1c12aa2c Bug 1356680 - Baldr: make builtin thunks JSRuntime-independent (r=bbouvier)
MozReview-Commit-ID: 2bIvhjULsg6

--HG--
rename : js/src/wasm/WasmRuntime.cpp => js/src/wasm/WasmBuiltins.cpp
rename : js/src/wasm/WasmRuntime.h => js/src/wasm/WasmBuiltins.h
2017-04-24 13:35:14 -05:00
Benjamin Bouvier 54067c07dd Bug 1357370: Manually preserve WasmTlsReg before an ABI call; r=luke
--HG--
extra : amend_source : 3f84758001703ebaea4ce405883cc1ab94f38465
2017-04-19 13:37:32 +02:00
Tom Schuster 3f372174a6 Bug 654190 - Optimize calls to GetIndexFromString in CacheIR. r=jandem 2017-04-24 19:09:17 +02:00
Tom Schuster e18fa23abc Bug 654190 - Cache index values in JS strings. r=jandem 2017-04-24 19:09:17 +02:00
Jon Coppeard 9ba6497c55 Bug 1354273 - GC during OOMTest if we create too many compartments r=sfink 2017-04-24 10:58:36 +01:00
Jon Coppeard fc385646cd Bug 1351467 - Disable GC zeal in testGCGrayMarking r=sfink 2017-04-24 10:49:24 +01:00
Yury Delendik e62d0b44cc Bug 1355263 - Generate better source URL for the wasm module. r=luke
The URLs will have the following format:
   wasm: [<uri-econded-filename-of-host> ":"] <64-bit-hash>

MozReview-Commit-ID: 3diYgRWhki1

--HG--
extra : rebase_source : 2603ab4dc41aad0ae4f49184d89ad912516d3d6a
2017-04-10 19:08:07 -05:00
Lars T Hansen 1ff218abde Bug 1351278 - Avoid stepping over Windows stack guard page, r=jandem
--HG--
extra : amend_source : 44d3cad54b78b5c394d9fdbd920c3d59f2168c83
2017-04-07 14:41:35 +02:00
André Bargull 7ffa076cff Bug 1303703 - Part 4: Check assignment destructuring syntax before constant-folding. r=shu
--HG--
extra : rebase_source : a8b6e1fa60f7282cfc9229fa9808ca7f873ec3b3
2017-04-22 03:32:09 -07:00
André Bargull c65efe2ba4 Bug 1303703 - Part 3: Syntax parse destructuring assignment patterns. r=shu
--HG--
extra : rebase_source : 0daecbc1665b17ac1746eea74821088fa73ec6de
2017-04-22 02:19:10 -07:00
André Bargull 2165b6d8c2 Bug 1303703 - Part 2: Clean-up bits of destructuring parsing which are no longer needed. r=shu
--HG--
extra : rebase_source : dd040437e34804224a343dc4560fd91155b06833
2017-04-22 02:09:23 -07:00
André Bargull 3eb0058955 Bug 1303703 - Part 1: Separate binding pattern parsing from object/array literal parsing. r=shu
--HG--
extra : rebase_source : 75919aca29f8d2267efc2dd0012ec80f308081fc
2017-04-22 02:04:27 -07:00