Terrence Cole
|
d46c720a8d
|
Bug 854051 - Remove HashTable::clearWithoutCallingDestructors; r=billm
--HG--
extra : rebase_source : 6ae023e1dc878f33e823d80c8cd0a91950159d94
|
2013-03-25 11:48:26 -07:00 |
|
Terrence Cole
|
7a9993a105
|
Bug 852802 - Add incremental needsBarrier to the runtime and check it first; r=billm
--HG--
extra : rebase_source : b5af1fbd8f587e152e115f9c74222f195d0d97b5
|
2013-03-19 17:59:42 -07:00 |
|
Ryan VanderMeulen
|
4bba3d12d2
|
Backed out changeset 6b6a4d28e510 (bug 852802) for bustage on a CLOSED TREE.
|
2013-04-01 12:34:57 -04:00 |
|
Terrence Cole
|
5903256777
|
Bug 852802 - Add incremental needsBarrier to the runtime and check it first; r=billm
|
2013-03-19 17:59:42 -07:00 |
|
Terrence Cole
|
f69194b367
|
Bug 765432 - Make JS_IsAboutToBeFinalized indirect; r=bholley,billm
|
2013-03-28 13:27:29 -07:00 |
|
Terrence Cole
|
bd1c5dfa27
|
Backed out changeset 3af927a8260c for suspected bustage on a CLOSED TREE
--HG--
extra : rebase_source : 4f69820605dd64ef6e89604749ad643138605fbe
|
2013-03-27 16:01:00 -07:00 |
|
Terrence Cole
|
c79f7848c0
|
Bug 852802 - Add incremental needsBarrier to the runtime and check it first; r=billm
--HG--
rename : content/svg/content/src/SVGFETurbulenceElement.h => content/svg/content/src/nsSVGFilters.cpp
extra : rebase_source : d30970922e139e6d1a87bbdf53f27b4e67313b08
|
2013-03-19 17:59:42 -07:00 |
|
Nicholas Nethercote
|
b339bee5d5
|
Bug 854763 - Add a memory reporter for asm.js array buffers. r=luke.
--HG--
extra : rebase_source : 7710041552c96677344c85849cb6a7409a95edd2
|
2013-03-25 20:39:28 -07:00 |
|
Nicholas Nethercote
|
e099bc7560
|
Bug 851421 (part 2) - Don't emit bytecode for asm.js functions unless linking fails. r=luke.
--HG--
extra : rebase_source : cbab73e8bad5d6153cfb1cdd7599c608e78fad8a
|
2013-03-14 18:44:03 -07:00 |
|
Sean Stangl
|
d591db543e
|
Bug 850070 - Fix Vector::initCapacity() argument name: conflicts with layout code. r=red
|
2013-03-22 17:53:31 -07:00 |
|
Sean Stangl
|
08c26b02b9
|
Bug 850070 - Part 2/2 - Parallelize OdinMonkey compilations. r=luke
|
2013-03-19 15:24:22 -07:00 |
|
Jeff Walden
|
331ad2a22c
|
MSVC wants a cast-to-integer-type before dividing by a bool that should promote to int. Sigh. Followup to bug 851237, r=windows-redness
--HG--
extra : rebase_source : cf4ca438261d5bdf115a21d40f1ad4164ccbeaea
|
2013-03-21 19:01:45 -07:00 |
|
Jeff Walden
|
d30ff604a4
|
Bug 851237 - Replace StaticAssert uses with MOZ_STATIC_ASSERT. r=dholbert
--HG--
extra : rebase_source : d8b9715e05b959b11ee0f645141fd077b8599ab1
|
2013-03-21 18:26:15 -07:00 |
|
Jon Coppeard
|
95b5365899
|
Bug 781070 - make NullPtr public r=terrence
--HG--
extra : rebase_source : d59f24956708178c310cfca220bfd77d237e8f19
|
2013-03-20 10:41:20 +00:00 |
|
Jan de Mooij
|
cc0fdd5b0d
|
Bug 850156 - Use separate memory reporters for Ion and baseline code. r=njn,dvander
|
2013-03-20 11:24:17 +01:00 |
|
Luke Wagner
|
0e3edc5977
|
Bug 852331 - immediately GC the Zone after JS::Evaluate on a very large script (r=bhackett)
--HG--
extra : rebase_source : f64efadd1f324b5bfa3574aab1a434b22724fa16
|
2013-03-18 17:37:24 -07:00 |
|
Jon Coppeard
|
6bab380d05
|
Bug 848754 - GC: Remove relaxed root checking infrastructure r=terrence
--HG--
extra : rebase_source : 7f781b1c7edbae14ce9b2fd4d45c44e8cb5c2968
|
2013-03-08 08:54:59 +00:00 |
|
Jon Coppeard
|
b9652b9f39
|
Bug 849273 - Investigate splitting the js and JS namespaces r=terrence
--HG--
extra : rebase_source : 2b131d0177f02e5f0e89398545481fcacbfde00f
|
2013-03-19 10:35:41 +00:00 |
|
Nicholas Nethercote
|
002fe1c5b2
|
Bug 850523 (part 1) - Add a "js-main-runtime-temporary-peak" memory reporter (2nd attempt). r=wmccloskey,jlebar.
--HG--
extra : rebase_source : d90dcad2ed990b6e276ff38c36170b815ae9b823
|
2013-03-06 20:40:36 -08:00 |
|
Phil Ringnalda
|
3dbc683edc
|
Back out e0038e628250 and 02b242697afb (bug 850523) for test_memoryReporters.xul crashes
CLOSED TREE
|
2013-03-17 22:15:25 -07:00 |
|
Nicholas Nethercote
|
1aad0e70c2
|
Bug 850523 (part 1) - Add a "js-main-runtime-temporary-peak" memory reporter. r=wmccloskey,jlebar.
--HG--
extra : rebase_source : d183213c48b9d07fb62fce830998bcb8bb044f47
|
2013-03-06 20:40:36 -08:00 |
|
Bill McCloskey
|
bfa3037d1f
|
Bug 759585 - Zones (r=jonco,bhackett,njn,dvander,luke,bz,mccr8,bholley)
|
2013-03-16 20:36:37 -07:00 |
|
Luke Wagner
|
26b31ecf0a
|
Bug 840282 - OdinMonkey (sr=dmandelin)
--HG--
extra : rebase_source : 4a3869dca32755abb58bbd3d9a06599e61b397f2
|
2013-03-15 02:29:02 -07:00 |
|
Jeff Walden
|
710fb71f2d
|
Bug 843402 - Make all always-inlined methods just inline, and let the compiler choose how to optimize. r=http://perf.snarkfest.net/compare-talos/index.html?oldRevs=7ad145f9b092&newRev=6be7cad95d97&submit=true is a wash
|
2013-03-04 09:41:11 -08:00 |
|
Jeff Walden
|
dc93b27405
|
Bug 846976 - Move CallArgs into its own header for better readability. r=jorendorff, f=bz, f=bholley
|
2013-02-28 20:07:23 -08:00 |
|
Benjamin Peterson
|
47c4676421
|
Bug 779233 - Count script filenames as part of script source memory. r=njn
--HG--
extra : rebase_source : f8c6e2d0867f172a68bac2242dd401db89c92236
|
2013-03-12 21:56:57 -05:00 |
|
Terrence Cole
|
5f8247e2f3
|
Bug 850074 - Move SpiderMonkey stack rooting infrastructure to RootingAPI.h; r=billm
--HG--
rename : js/src/gc/Root.h => js/public/RootingAPI.h
extra : rebase_source : 52027c9c887f686a86097e5465179fa69fac9d6c
|
2013-03-12 14:05:57 -07:00 |
|
Terrence Cole
|
9784aa8945
|
Bug 848599 - Implement DisableGenerationalGC like DisableIncrementalGC; r=billm
--HG--
extra : rebase_source : aad333f9196a74e4579be70bd2ebf62fe16f23ed
|
2013-03-07 10:47:56 -08:00 |
|
Jeff Walden
|
56bb38cf34
|
Bug 835542 - Add an IntegralConstant helper to TypeTraits.h, and use it where the spec says we should be using it. r=bjacob
--HG--
extra : rebase_source : a1272a85489771ce1cbe5c3aaa678b5b04b49226
|
2012-12-16 18:20:17 -05:00 |
|
Terrence Cole
|
1d56d4f28d
|
Bug 844932 - HashTable rekey fixup does not guarantee !overloaded; r=sfink
--HG--
extra : rebase_source : e9354d0d3377f75c56cee8a0b2d6078fa9d9fbdb
|
2013-02-25 10:37:36 -08:00 |
|
Luke Wagner
|
aa1d0960df
|
Bug 845458 - IonMonkey: simplify constant double handling on x86 (r=dvander)
|
2013-02-26 19:56:30 -05:00 |
|
Jan de Mooij
|
4a0621a2c2
|
Bug 844893 - Don't assert when two threads call getVMWrapper at the same time. r=luke
|
2013-02-26 13:49:44 +01:00 |
|
Nicholas Nethercote
|
9f21892a79
|
Bug 843462 (part 1) - Make Vector::insert() less error-prone. r=luke.
--HG--
extra : rebase_source : 8cc2ba2a01d7d4970aacb7728bb2936ea473dcf5
|
2013-02-20 21:13:25 -08:00 |
|
Chuck Lee
|
4d6e622ba9
|
Bug 835719 - 0001. Support encode string to UTF-8 byte array. r=terrence
|
2013-02-22 10:58:52 +08:00 |
|
Jonathan Kew
|
e04415fc7f
|
backout cset 4ede352670cd (bug 759585) on a CLOSED TREE on suspicion of making windows reftests so slow that they timeout and burn
|
2013-02-22 09:36:41 +00:00 |
|
Bill McCloskey
|
6798be1a0e
|
Bug 759585 - Change the granularity of collection from compartment to zone (r=jonco,bhackett,njn,dvander,mccr8,bz,luke,bholley)
|
2013-02-21 18:23:47 -08:00 |
|
Jacek Caban
|
3189657162
|
Bug 841695 - Fixed ToPropertyKeySlow redeclared without dllimport warning r=Waldo
--HG--
extra : rebase_source : 5999cdc037b856707969b059739d35fec23428c5
|
2013-02-18 12:29:51 +01:00 |
|
L. David Baron
|
d9c0a39dc8
|
Bug 563195: Fix -Wshadow warnings in public JS API headers (those used from layout/style/). r=njn
|
2013-02-17 22:56:32 -08:00 |
|
Nicholas Nethercote
|
a97f3d62be
|
Bug 685783 - Avoid slop in js::Vector when the element size is not a power of two. r=luke.
--HG--
extra : rebase_source : cd7633073f3765b635f08f948044ff109d196ce8
|
2013-02-10 13:56:22 -08:00 |
|
Nicholas Nethercote
|
c5e9482c20
|
Bug 840809 (part 1) - Fix a comment and rename a constant in HashTable.h. r=luke.
--HG--
rename : content/svg/content/src/SVGComponentTransferFunctionElement.h => content/svg/content/src/nsSVGFilters.cpp
extra : rebase_source : 98370c5137aa67a3f2cedb7fc81668bb80b559bb
|
2013-02-14 11:11:15 -08:00 |
|
Jeff Walden
|
8466cebe90
|
Bug 835551 - Add a new header consolidating non-configure-generated #defines that we require in order to build. r=ted
--HG--
extra : rebase_source : 58c101eeff26cd8060d76a60f6a9b8241b5c9cdb
|
2013-02-06 19:09:59 -08:00 |
|
Terrence Cole
|
73758e7baa
|
Bug 839673 - Do not access the ArenaHeader of already-finalized GCThings; r=luke
|
2013-02-12 17:48:10 -08:00 |
|
Terrence Cole
|
a47b673796
|
Back out changeset 0d285589f47a (Bug 839673) - Broken Merge
|
2013-02-13 11:04:25 -08:00 |
|
Terrence Cole
|
b31a322526
|
Bug 839673 - Do not access the ArenaHeader of already-finalized GCThings; r=luke
--HG--
extra : rebase_source : 8880f66b823b58b8d723fbf2bca4848cc1173ce9
|
2013-02-12 17:48:10 -08:00 |
|
Till Schneidereit
|
22ae6134ff
|
Bug 679940 - Share bytecode, source notes and atoms of functions in a runtime wherever possible. r=bhackett
--HG--
extra : rebase_source : 1518f7830a5640a2216c2d828859b8660d3fff60
|
2013-02-02 00:02:08 +01:00 |
|
Steve Fink
|
0c51d1bac2
|
Bug 668583 - Detect rope corruption earlier in opt builds. r=billm
--HG--
extra : rebase_source : 646e143f453f36c72c379dae521cc59b24fc5584
|
2013-02-12 11:07:26 -08:00 |
|
Jeff Walden
|
579f351e28
|
Rename the |static const bool result| member of IsSame, IsPod, and IsPointer to |value| to be consistent with every other type trait. I have no idea how I managed to consistently not notice this during review. Followup to bug 723228, r=typo
|
2013-02-08 22:59:54 -08:00 |
|
Steve Fink
|
d0a772aef8
|
Bug 838014 - Rooting in ionmonkey, r=terrence
--HG--
extra : rebase_source : cd1978b4e9d43ce4459fc43b79adfac00b2b00d9
|
2013-02-08 13:44:35 -08:00 |
|
Razvan Cojocaru
|
83699243fe
|
Bug 723228 - nsTArray::AssignRange should use memcpy when possible. r=jlebar for the XPCOM changes, r=jwalden for js/mfbt changes
--HG--
extra : rebase_source : 2442a0d29ae0fa7edd0312d980cbc270a4f33134
|
2013-02-08 13:18:49 -08:00 |
|
Steve Fink
|
57bee78e2f
|
Backed out changeset ced35810adb2 (bug 838014). Again.
|
2013-02-07 17:06:42 -08:00 |
|