Commit Graph

32266 Commits

Author SHA1 Message Date
Dan Gohman
32435b8674 Bug 981894 - IonMonkey: Merge the code in MPhi::foldsTo with MPhi::operandIfRedundant. r=nbp 2014-03-20 08:58:27 -07:00
Dan Gohman
ca6f65e18a Bug 981894 - IonMonkey: Misc cleanups r=nbp 2014-03-20 08:58:24 -07:00
Terrence Cole
b0c1b90648 Bug 957723 - Followup fix for decommitted nursery reporting; r=njn 2014-03-19 14:43:44 -07:00
Bob Owen
54871d21fd Bug 978042 - Part 1: AutoPushJSContext in nsEventListenerManager::CompileEventHandlerInternal. r=bholley 2014-03-19 11:08:13 +00:00
Daniel Holbert
a0ba46a58d Bug 985858: Use format string "%s" to fix build warning in Snapshots.cpp. r=nbp 2014-03-20 21:47:39 +08:00
Jan de Mooij
78aa05b25f Bug 985526 part 2 - Use notifyOne instead of notifyAll in StartOffThreadParseScript and StartOffThreadCompression. r=bhackett 2014-03-20 12:05:46 +01:00
Jon Coppeard
442972e4d2 Bug 981462 - Save and restore live array buffer lists over minor GC r=terrence 2014-03-20 09:32:37 +00:00
Jon Coppeard
8f185b4070 Bug 959787 - Handlify some more GCing APIs r=sfink 2014-03-20 09:32:37 +00:00
Hannes Verschore
ab64af52d1 Bug 978077 - IonMonkey: Set returntype of MMinMax to double if one of its arguments is, r=jandem 2014-03-20 09:16:38 +01:00
Steve Fink
476c41949c Bug 985143 - Comment updates to new ArrayBuffer storage scheme
--HG--
extra : rebase_source : 22cee061dc536d327ae10171578bf60b5ccc1469
2014-03-19 10:47:47 -07:00
Jeff Walden
74b4967307 Bug 982974 - Last bit of trunk fixup. r=sfink, r=nmatsakis
--HG--
extra : rebase_source : 8d4800943708f39dcd04d499224cd76ac9194ec7
2014-03-17 16:39:59 -07:00
Shu-yu Guo
2d98bcd3b9 Bug 985182 - Only assert that we aren't operating in the self-hosted global for cross- (not same-) compartment wrappers. (r=bhackett) 2014-03-19 15:00:57 -07:00
Eric Faust
b3b0634177 Bug 953024 - Part 2: Make Ion do common getter optimizations for JSOP_GETGNAME. (r=jandem, f=jwalden over IRC) 2014-03-19 12:46:11 -07:00
Eric Faust
28f2915dc7 Bug 953024 - Part 1: Implement own getter cacheing in BC, and use it for JSOP_GETGNAME. (r=djvj) 2014-03-19 12:46:02 -07:00
Eric Faust
1c81c2a21e Bug 953024 - Part 0: Factor out common BC getter stub logic for own getters. (r=djvj) 2014-03-19 12:44:53 -07:00
Ryan VanderMeulen
e51b5ba2fb Backed out changeset 893b864b4b18 (bug 969012) for causing bug 984653. 2014-03-19 13:16:06 -04:00
Bobby Holley
4fb8ea865c Bug 825392 - Remove SOWs. r=bz 2014-03-19 13:35:45 -03:00
Bobby Holley
bb4da51f82 Bug 825392 - Add xpc::GetXBLScopeOrGlobal and Sprinkle some calls to it where necessary. r=bz 2014-03-19 13:35:45 -03:00
Jan de Mooij
13b0bd0992 Bug 985526 - Use notifyOne instead of notifyAll in StartOffThreadIonCompile. r=bhackett 2014-03-19 17:31:12 +01:00
Nathan Froyd
7e41b29b78 Bug 984985 - avoid a useless stat call when loading JS components; r=bholley 2014-03-18 12:49:00 -04:00
Nathan Froyd
b7c64988e2 Bug 983803 - cast to nsIDOMEvent directly for generated events, rather than calling CallQueryInterface; r=smaug 2014-03-14 15:31:09 -04:00
Nathan Froyd
89ab1d9fa4 Bug 984511 - make selfhosted.out.h explicitly depend on TypedObjectConstants.h; r=glandium 2014-03-19 07:59:39 -04:00
Jan de Mooij
7a97b6b078 Bug 984836 - Rename StackFrame to InterpreterFrame. r=luke 2014-03-19 09:28:57 +01:00
Shu-yu Guo
5009e4ea63 Bug 983477 - Preserve scripts and the JIT code of PJS scripts across GCs for some maximum N GCs. (r=terrence,nmatsakis) 2014-03-19 00:51:55 -07:00
Nicholas D. Matsakis
33a946148b Bug 983987 - Ignore NewDerivedTypedObjects with no uses in ParallelSafetyAnalysis r=shu 2014-03-15 21:16:48 -04:00
Nicholas D. Matsakis
cf75869b1d Bug 983977 - Omit type barriers where possible r=jandem 2014-03-15 06:32:38 -04:00
Nicholas D. Matsakis
e897847d07 Bug 983686 - Parallel fromPar r=shu 2014-03-14 11:20:44 -04:00
Nicholas D. Matsakis
4080cf8c36 Bug 983486 - Collect parallel arenas during parallel iterations r=terrence 2014-03-13 20:55:38 -04:00
Wan-Teh Chang
77312dd534 Bug 983186: js/src/configure.in should append -Wl,--build-id to
NSPR_LDFLAGS. r=glandium.
2014-03-18 18:05:17 -07:00
Brian Hackett
6c0c188452 Bug 984766 - Don't give extra fixed slots to array buffer objects with inline storage, r=sfink. 2014-03-18 19:04:22 -06:00
Bobby Holley
4bf8147d2b Bug 976704 - Make opaque security wrappers non-callable. r=gabor,sr=mrbkap 2014-03-18 19:23:45 -03:00
Jeff Walden
c80214598c Bug 982974 - Back out 3d2bdd4b74ad from a CLOSED TREE, I want to go home and rethink my life. r=death 2014-03-18 15:40:40 -07:00
Terrence Cole
414d65f115 Bug 984684 - Do not fire barriers on shared atoms, round 2; r=sfink
--HG--
extra : rebase_source : f27e71470054e61ad424485e4a610bdaa2ff1314
2014-03-18 15:17:23 -07:00
Terrence Cole
1a7c88d95c No Bug - Fix opt build bustage with generational GC enabled; r=sfink
--HG--
extra : rebase_source : 21769149621f7d5219d02d52e78e48d770e1eece
2014-03-18 15:17:22 -07:00
Kannan Vijayan
d719f647a2 Bug 948229 - Stop ion from pushing pseudostack entries by default for inline frames. r=h4writer 2014-03-18 18:07:17 -04:00
Jeff Walden
1d206cd4db Bug 982974 - Last bit of trunk fixup. r=sfink
--HG--
extra : rebase_source : 5f7635125fca688cf315d21fd2aa9fe59f22baa1
2014-03-17 16:39:59 -07:00
Nicolas B. Pierron
3b8e5a30c3 Bug 962555 part 6 - IonMonkey: Simplify encoding & decoding of RValueAllocations. r=h4writer 2014-03-18 08:31:24 -07:00
Nicolas B. Pierron
370927b666 Bug 962555 part 5 - IonMonkey: Move the RValueAllocation into an indexed buffer. r=h4writer 2014-03-18 08:31:24 -07:00
Brian Hackett
bd10895115 Bug 972817 - Enable type inference unconditionally, r=jandem. 2014-03-18 09:05:16 -06:00
Jan de Mooij
622a060061 Bug 984293 - Poison Yarr code in release builds. r=cpeterson 2014-03-18 13:09:21 +01:00
Chris Peterson
f39ae3e011 Bug 983959 - Part 2: Remove unused DebugOnly #includes in js/. r=luke 2014-03-16 22:40:55 -07:00
Chris Peterson
76a1f7f455 Bug 983959 - Part 1: Fix warnings about unused member variables in js/. r=luke 2014-03-14 23:24:31 -07:00
Terrence Cole
e8174bf4d2 Bug 984684 - Do not fire barriers on shared atoms; r=bhackett 2014-03-17 16:52:10 -07:00
Terrence Cole
49c146c12a Bug 957723 - Decommit unused portions of the nursery; r=jonco 2014-01-08 13:43:55 -08:00
Terrence Cole
9789be790d Backout ed7130b21a68 (Bug 957723) for SM(r) orange on a CLOSED TREE. 2014-03-17 11:42:57 -07:00
Peter Van der Beken
7bb1044991 Bug 982114 - Deal with new DOM binding objects for Window in more places. r=bz. 2014-01-30 15:31:16 +01:00
Peter Van der Beken
79452ebb1f Bug 982112 - Make accesscheck code deal with WebIDL bindings. r=bz. 2013-11-05 09:47:59 +01:00
Brian Hackett
1828e351f1 Bug 979480 - Don't store array buffer contents in elements, r=sfink. 2014-03-17 11:46:04 -06:00
Steve Fink
2d632d7150 Bug 981809 - Postbarrier WeakMapPtr keys, r=terrence
--HG--
extra : rebase_source : 207e9ab48a03ec4fdfe314a8c2c6e6af95853d6b
2014-03-13 13:53:34 -07:00
Terrence Cole
53981598ec Bug 957723 - Decommit unused portions of the nursery; r=jonco
--HG--
extra : rebase_source : b4e5a0b55d1817d3fc312b4aed2abb4e5273b145
2014-01-08 13:43:55 -08:00