Commit Graph

33202 Commits

Author SHA1 Message Date
Hannes Verschore
aebec2d5e6 Bug 1006811: IonMonkey: Don't inline bound function if target is not a function, r=jandem 2014-05-16 23:47:04 +02:00
Wes Kocher
72e3fce0aa Backed out 4 changesets (bug 973238) for build bustage on a CLOSED TREE
Backed out changeset cc81a0f56362 (bug 973238)
Backed out changeset 472dffac7f21 (bug 973238)
Backed out changeset e40e2dbf7d9e (bug 973238)
Backed out changeset 2ca44eb13ecf (bug 973238)
2014-05-16 13:52:49 -07:00
Nicholas D. Matsakis
b3d3609778 Bug 973238 Part 7 -- Remove type object addendum; leave the addendum mechanism in place r=bhackett 2014-03-11 13:44:58 -04:00
Nicholas D. Matsakis
b397b3bb78 Bug 973238 Part 6 -- Consult prototype rather than typed object addendum r=bhackett 2014-03-11 13:23:24 -04:00
Nicholas D. Matsakis
7199ae2bef Bug 973238 Part 5 -- Remove private field from StructTypeDescr, which is unused r=sfink 2014-04-01 22:46:04 -04:00
Nicholas D. Matsakis
6123a97591 Bug 973238 Part 4 -- Use prototype rather than reserved slot to uncover descriptor r=jandem 2014-03-11 12:50:32 -04:00
Hannes Verschore
530515598d Backed out changeset 66a520c18efe (bug 1008590) for octane-mandreel regression. 2014-05-16 21:21:10 +02:00
Ryan VanderMeulen
582b987a26 Backed out changeset 36bfb1d8b8fe (bug 1010655) for Cpp test crashes. 2014-05-16 14:52:13 -04:00
Terrence Cole
65e68dba5c Bug 1010655 - Always use the faster version of IsInsideNursery when possible; r=jonco
--HG--
extra : rebase_source : 474ef235d747f9008f79b2ad0328ec1566b8c641
2014-05-14 19:48:09 -07:00
Dan Gohman
cdb1998179 Bug 844779 - IonMonkey: Make loops contiguous. r=h4writer 2014-05-16 06:40:09 -07:00
Brian Hackett
297d80e262 Bug 1011366 - Allow unaligned accesses in irregexp, r=jandem. 2014-05-16 05:32:59 -07:00
Jon Coppeard
d62c9fb3f3 Bug 982561 - Fix rooting analysis false positive caused by 36eba9f58983 r=me 2014-05-16 12:10:59 +01:00
Hannes Verschore
d6249c64fe Bug 911738 - IonMonkey: Add check to recompile when hitting heurstic that disabled inlining, r=jandem 2014-05-16 12:37:13 +02:00
Jan de Mooij
60c71582c4 Bug 1008590 - Don't store chars pointer for inline strings, store JSString length and flags separately. r=luke 2014-05-16 12:26:21 +02:00
Jon Coppeard
59848d7b02 Bug 982561 - Add tests for weak maps with key delegates r=terrence 2014-05-16 09:56:50 +01:00
Jon Coppeard
5d7595a316 Bug 982561 - Add zone edges for unmarked weakmap keys with delegates in a different zone r=terrence 2014-05-16 09:44:43 +01:00
Jon Coppeard
7ae255df01 Bug 982561 - Convert JSCompartment's list of marked weakmaps into list of all weakmaps r=terrence 2014-05-16 09:44:11 +01:00
Jan de Mooij
7889d6f2fc Bug 1009664 - Remove duplicate fixed slot initialization in some cases. r=terrence 2014-05-16 09:59:40 +02:00
Inanc Seylan
865fe21cf3 Bug 1009967 - Add recover functionality for BitXor; r=nbp 2014-05-15 23:40:44 -07:00
Nicolas B. Pierron
72b05e085b Bug 1007027 - Replace MPhi::slot by a flag based on ResumePoint indexes. r=h4writer 2014-05-15 22:57:18 -07:00
Nicholas Nethercote
0032128ea4 Bug 1011355 (part 3) - Tiny FreeSpan tweaks. r=billm.
--HG--
extra : rebase_source : 739e5104bee8ea878d5c8e421d7cd6cfd095c2da
2014-05-15 22:16:27 -07:00
Nicholas Nethercote
ea70beb0f9 Bug 1011355 (part 2) - Add a CompactFreeSpan class. r=billm.
--HG--
extra : rebase_source : 693f7ff5abb5e3335b62c790c997f713526027f0
2014-05-15 22:16:25 -07:00
Nicholas Nethercote
22dfa21a80 Bug 1011355 (part 1) - Remove FreeList::allocateFromNewArena(). r=billm.
--HG--
extra : rebase_source : 0098da34802c9febdd0fe351859ce995ba7e449a
2014-05-15 17:27:08 -07:00
Shu-yu Guo
d75d945512 Bug 1009335 - Propagate errors from ParallelSafetyAnalysis when compiling off main thread. (r=bhackett) 2014-05-15 18:18:21 -07:00
Girish Sharma
50fa2456f1 Bug 1004487 - Add Cu.isModuleLoaded method to know if a resource has been loaded via Cu.import, r=bholley 2014-05-15 23:52:45 +05:30
Nicholas Nethercote
03fadcbf08 No bug. Fix a tiny error in the JS shell's help message. rs=terrence.
DONTBUILD because it's a trivial string-only change.

--HG--
extra : rebase_source : b98b49fbb60efed5953f4da6f2e47637172556c5
2014-05-15 16:47:58 -07:00
Brian Hackett
f08c286b61 Bug 976446 - Add port of irregexp regexp engine, and use by default, r=jandem. 2014-05-15 16:48:21 -07:00
Daniel Holbert
b7888e2abd Bug 1010621: Remove redundant definition for helper-function 'IsCompilingAsmJS'. r=djvj 2014-05-15 16:29:27 -07:00
Bill McCloskey
a739450726 Bug 1008418 - Fix review comment DONTBUILD 2014-05-15 16:17:52 -07:00
Bill McCloskey
c8fdca4d92 Bug 1008418 - Add dumpObject to TestingFunctions.cpp (r=sfink) 2014-05-15 16:16:41 -07:00
Luke Wagner
cca3db9fa5 Bug 1007383 - Include asm.js frames in JS::DescribeStack (r=jandem,robcee) 2014-05-15 12:30:45 -05:00
Ryan VanderMeulen
01c38401e9 Backed out changeset ce34c13388f2 (bug 1007383) for crashtest failures. 2014-05-15 14:23:11 -04:00
Luke Wagner
b68b74f976 Bug 1007383 - Include asm.js frames in JS::DescribeStack (r=jandem,robcee) 2014-05-15 12:30:45 -05:00
Luke Wagner
b0af8d4c29 Bug 1004552 - OdinMonkey: Float64Array should accept float? (r=bbouvier)
--HG--
extra : rebase_source : 6c8c1537e8a14afcf3fdcf9a16517f19d957a4e8
2014-05-15 09:34:19 -05:00
Dan Gohman
49124cfd48 Bug 1011045 - IonMonkey: Pass AnyRegister by value instead of const-ref. r=jandem 2014-05-15 09:58:03 -07:00
Dan Gohman
3860d31594 Bug 1011045 - SpiderMonkey: Shrink and simplify AnyRegister r=jandem 2014-05-15 09:58:03 -07:00
Jan de Mooij
c8922385ee Bug 1010775 part 8 - Pass FloatRegister by value instead of const-ref. r=sunfish 2014-05-15 17:42:39 +02:00
Jan de Mooij
30634a7f54 Bug 1010775 part 7 - Pass AsmJSAbsoluteAddress and AsmJSImmPtr by value instead of const-ref. r=sunfish 2014-05-15 17:42:38 +02:00
Jan de Mooij
b3c3e4ed2a Bug 1010775 part 6 - Pass AbsoluteAddress and PatchedAbsoluteAddress by value instead of const-ref. r=sunfish 2014-05-15 17:42:38 +02:00
Jan de Mooij
042e72a91d Bug 1010775 part 5 - Pass ImmGCPtr and ImmMaybeNurseryPtr by value instead of const-ref. r=sunfish 2014-05-15 17:42:38 +02:00
Jan de Mooij
97feec9143 Bug 1010775 part 4 - Pass ImmPtr by value instead of const-ref. r=sunfish 2014-05-15 17:42:38 +02:00
Jan de Mooij
cef6c4491f Bug 1010775 part 3 - Pass ImmWord by value instead of const-ref. r=sunfish 2014-05-15 17:42:38 +02:00
Jan de Mooij
cc21da8794 Bug 1010775 part 2 - Pass Imm32 by value instead of const-ref. r=sunfish 2014-05-15 17:42:32 +02:00
Jan de Mooij
bda720d862 Bug 1010775 part 1 - Pass Register by value instead of const-ref. r=sunfish 2014-05-15 17:42:30 +02:00
Dan Gohman
79195f8785 Bug 1010698 - SpiderMonkey: Include the function in the math cache hash computation. r=luke 2014-05-15 07:57:54 -07:00
Julien Levesy
7e0b15cd45 Bug 1008707: Implemented BitOr recover operation; r=bbouvier 2014-05-15 16:05:49 +02:00
Douglas Crosher
172bcfe045 Bug 1001569 - Yarr ARM: Free Segments using js_delete to match their allocation with js_new. r=jorendorff 2014-05-12 21:02:56 +10:00
Jon Coppeard
02f84aa706 Bug 1009788 - Allow js::TriggerZoneGC() to be called from parallel threads again r=terrence 2014-05-15 09:07:40 +01:00
Nick Lebedev
b7223435b4 Bug 998002 - Rename nsContentUtils::Get{Subject,Object}Principal to nsContentUtils::{Subject,Object}Principal. r=bholley 2014-05-13 11:58:00 +02:00
Emanuel Hoogeveen
566ca0b5ea Bug 1005849 - Part 1: Refactor GC allocation logic to match jemalloc3 more closely. r=terrence 2014-05-13 18:32:00 +02:00