searching for reviewer(terrence)
9377eb0e4de37e83278f4098cfcdb695632e02d4: Bug 1067942 - Change error message for attempted getter-only property writes to include the property name. r=terrence,ms2ger
Till Schneidereit <till@tillschneidereit.net> - Tue, 30 Sep 2014 01:17:55 +0200 - rev 347933
Push 31508 by cbook@mozilla.com at Thu, 16 Mar 2017 14:36:04 +0000
Bug 1067942 - Change error message for attempted getter-only property writes to include the property name. r=terrence,ms2ger MozReview-Commit-ID: 2IyEPyAaoNt
e81fec3ed9903da002e0ea3241c7a50dd524d64d: Bug 1290337 - Part 27: Pass CallArgs& to GetScriptAndPCArgs. r=terrence
Tooru Fujisawa <arai_a@mac.com> - Tue, 18 Oct 2016 16:45:59 +0900 - rev 318407
Push 30839 by philringnalda@gmail.com at Wed, 19 Oct 2016 02:36:31 +0000
Bug 1290337 - Part 27: Pass CallArgs& to GetScriptAndPCArgs. r=terrence
68bbfe4642cb35ef9947914386fa566f4ffe6d87: Bug 1307723 - Use USE_CLOCK_API on Android 64-bit. r=terrence
Makoto Kato <m_kato@ga2.so-net.ne.jp> - Thu, 06 Oct 2016 15:53:11 +0900 - rev 316788
Push 30783 by philringnalda@gmail.com at Fri, 07 Oct 2016 02:58:32 +0000
Bug 1307723 - Use USE_CLOCK_API on Android 64-bit. r=terrence MozReview-Commit-ID: GTPaqSbkh9T
c05dd2167ba573dee54a0626d9539c973103b7ef: Bug 1290337 - Part 10: Replace WrapperValue parameter tor const WrapperValue&. r=terrence
Tooru Fujisawa <arai_a@mac.com> - Sun, 11 Sep 2016 18:15:23 +0900 - rev 316055
Push 30759 by philringnalda@gmail.com at Sat, 01 Oct 2016 06:25:09 +0000
Bug 1290337 - Part 10: Replace WrapperValue parameter tor const WrapperValue&. r=terrence
e5865e178cc442982a37088902945487488377ee: Bug 1290337 - Part 8: Use const reference in VoidDefaultAdaptor and BoolDefaultAdaptor. r=terrence
Tooru Fujisawa <arai_a@mac.com> - Sun, 11 Sep 2016 18:15:23 +0900 - rev 316053
Push 30759 by philringnalda@gmail.com at Sat, 01 Oct 2016 06:25:09 +0000
Bug 1290337 - Part 8: Use const reference in VoidDefaultAdaptor and BoolDefaultAdaptor. r=terrence
76234719298ad869a44d6d2272db71b1fd8d7278: Bug 1290337 - Part 7: Replace Value parameter to const Value& in GC. r=terrence
Tooru Fujisawa <arai_a@mac.com> - Sun, 11 Sep 2016 18:15:22 +0900 - rev 316052
Push 30759 by philringnalda@gmail.com at Sat, 01 Oct 2016 06:25:09 +0000
Bug 1290337 - Part 7: Replace Value parameter to const Value& in GC. r=terrence
6dbf0a82ba22448445d4e6706513c537f1bd0c6c: Bug 1290337 - Part 6: Replace Value parameter to const Value& in RootingAPI. r=terrence
Tooru Fujisawa <arai_a@mac.com> - Sun, 11 Sep 2016 18:15:22 +0900 - rev 316051
Push 30759 by philringnalda@gmail.com at Sat, 01 Oct 2016 06:25:09 +0000
Bug 1290337 - Part 6: Replace Value parameter to const Value& in RootingAPI. r=terrence
2a5b15755b6e4c61b584c0dc5949481713f297ef: Bug 1300380 - Fix autospider on osx. r=terrence
Tooru Fujisawa <arai_a@mac.com> - Tue, 27 Sep 2016 10:42:13 +0900 - rev 315313
Push 30747 by cbook@mozilla.com at Tue, 27 Sep 2016 09:22:00 +0000
Bug 1300380 - Fix autospider on osx. r=terrence
aeab17249ad8c722544490d1afb54bb0630e24ba: Bug 1300380 - Move deep clone test into separated file and mark it slow in cgc. r=terrence
Tooru Fujisawa <arai_a@mac.com> - Tue, 27 Sep 2016 10:42:13 +0900 - rev 315312
Push 30747 by cbook@mozilla.com at Tue, 27 Sep 2016 09:22:00 +0000
Bug 1300380 - Move deep clone test into separated file and mark it slow in cgc. r=terrence
e15d82589f84255ef9e428ff2fafa2f7f3bade88: Bug 1303015 - Update assertions now CCWs can be allocated in the nursery r=terrence
Jon Coppeard <jcoppeard@mozilla.com> - Fri, 23 Sep 2016 13:17:42 +0100 - rev 315147
Push 30744 by ihsiao@mozilla.com at Mon, 26 Sep 2016 10:35:40 +0000
Bug 1303015 - Update assertions now CCWs can be allocated in the nursery r=terrence
26b700f375392d27918c84f97c1b88de9ec52ff8: Bug 1304543 - Minimising nusery size conflicts with nursery zeal mode r=terrence
Jon Coppeard <jcoppeard@mozilla.com> - Fri, 23 Sep 2016 13:17:41 +0100 - rev 315145
Push 30744 by ihsiao@mozilla.com at Mon, 26 Sep 2016 10:35:40 +0000
Bug 1304543 - Minimising nusery size conflicts with nursery zeal mode r=terrence
bc9f87959cd462b5935672059cc908fe777be623: Bug 1302276 - Don't abuse mozilla::Forward in move-constructor definitions to move members/base classes into the new object, and correctly use perfect forwarding in Zone::cellIter. r=terrence
Jeff Walden <jwalden@mit.edu> - Mon, 12 Sep 2016 16:35:27 -0700 - rev 315021
Push 30739 by cbook@mozilla.com at Fri, 23 Sep 2016 10:07:02 +0000
Bug 1302276 - Don't abuse mozilla::Forward in move-constructor definitions to move members/base classes into the new object, and correctly use perfect forwarding in Zone::cellIter. r=terrence
41b22909f10a0a8b4657da8170d10aeaec2b4af8: Bug 1301496 - Simplify runtime check when tracing helper threads r=terrence a=decoder
Jon Coppeard <jcoppeard@mozilla.com> - Thu, 22 Sep 2016 13:02:40 +0100 - rev 314965
Push 30739 by cbook@mozilla.com at Fri, 23 Sep 2016 10:07:02 +0000
Bug 1301496 - Simplify runtime check when tracing helper threads r=terrence a=decoder
50ffa88306ec4ea39a7d797db4331ff27325da41: Bug 1304425 - Cancel off thread compilations by runtime or zone GC state where possible r=jandem r=terrence
Jon Coppeard <jcoppeard@mozilla.com> - Thu, 22 Sep 2016 11:24:33 +0100 - rev 314961
Push 30739 by cbook@mozilla.com at Fri, 23 Sep 2016 10:07:02 +0000
Bug 1304425 - Cancel off thread compilations by runtime or zone GC state where possible r=jandem r=terrence
a4ef0b5b78cbbea3212cfcf0eae948b433e88a48: Bug 1294747. Make sure we expose the expando of a [OverrideBuiltins] proxy to active JS when it gets cleared from the proxy. r=terrence
Boris Zbarsky <bzbarsky@mit.edu> - Thu, 15 Sep 2016 15:04:56 -0400 - rev 314172
Push 30710 by cbook@mozilla.com at Fri, 16 Sep 2016 10:56:55 +0000
Bug 1294747. Make sure we expose the expando of a [OverrideBuiltins] proxy to active JS when it gets cleared from the proxy. r=terrence This should also fix bug 1296775 and bug 1290359. There's a very good chance it will also fix bug 1293386, bug 1292855, and bug 1289452: those would get hit if we happened to start _another_ gc after the expando died but while it was still in the Rooted. All of them seem to be dying under the domClass->mGetProto call, which could finish up a GC that kills the expando and then do _another_ one, causing the Rooted to try to mark a dead object.
2eaed28b43939187dc169a9ce0951eda5957673a: Bug 1301764 - Implement JS_GC_REPORT_TENURING to report what is getting tenured, r=terrence
Steve Fink <sfink@mozilla.com> - Tue, 13 Sep 2016 14:03:40 -0700 - rev 314113
Push 30705 by kwierso@gmail.com at Thu, 15 Sep 2016 23:29:32 +0000
Bug 1301764 - Implement JS_GC_REPORT_TENURING to report what is getting tenured, r=terrence
0febd243c39d400938766278776d235246652734: Bug 1302645 - Only relazify functions on shrinking GCs to avoid reparsing too much. r=terrence
Jan de Mooij <jdemooij@mozilla.com> - Thu, 15 Sep 2016 12:58:42 +0200 - rev 314053
Push 30705 by kwierso@gmail.com at Thu, 15 Sep 2016 23:29:32 +0000
Bug 1302645 - Only relazify functions on shrinking GCs to avoid reparsing too much. r=terrence
850159471c686be76390a2ee8dae12afbac7cc32: Bug 1302243 - Use more SprintfLiteral in SpiderMonkey. r=terrence
Tom Schuster <evilpies@gmail.com> - Wed, 14 Sep 2016 20:48:46 +0200 - rev 314037
Push 30705 by kwierso@gmail.com at Thu, 15 Sep 2016 23:29:32 +0000
Bug 1302243 - Use more SprintfLiteral in SpiderMonkey. r=terrence
9ff810febb0af9cf4e08ed5c1b4c902aef3f4f5f: Bug 1237058 - Nursery allocate cross-compartment wrappers; r=jonco,r=terrence
Terrence Cole <terrence@mozilla.com> - Mon, 04 Apr 2016 11:50:12 -0700 - rev 313569
Push 30694 by cbook@mozilla.com at Tue, 13 Sep 2016 09:58:08 +0000
Bug 1237058 - Nursery allocate cross-compartment wrappers; r=jonco,r=terrence
0fda02f7c6a0000a95c5fe23debeb5653c6b96b7: Bug 844769 - Don't access heap state from off main thread r=terrence
Jon Coppeard <jcoppeard@mozilla.com> - Fri, 09 Sep 2016 19:29:45 +0100 - rev 313433
Push 30682 by philringnalda@gmail.com at Sat, 10 Sep 2016 07:14:41 +0000
Bug 844769 - Don't access heap state from off main thread r=terrence
7463c762e71934161e585d3a41237c604f688adb: Bug 1294242 - Don't assert that errno hasn't been set; r=terrence
Nick Fitzgerald <fitzgen@gmail.com> - Thu, 08 Sep 2016 17:21:44 -0700 - rev 313364
Push 30679 by cbook@mozilla.com at Fri, 09 Sep 2016 10:03:06 +0000
Bug 1294242 - Don't assert that errno hasn't been set; r=terrence In general, tons of code in mozilla-central doesn't check and/or unset errno, so we can't rely on it being unset here.
cfa4bfef55aa1f78bd6c51faa46cbc23d6643715: Bug 1301449 - Fix assertions in MapAlignedPages to make it more intuitive. r=terrence CLOSED TREE
Emanuel Hoogeveen <emanuel.hoogeveen@gmail.com> - Thu, 08 Sep 2016 15:46:54 -0700 - rev 313359
Push 30679 by cbook@mozilla.com at Fri, 09 Sep 2016 10:03:06 +0000
Bug 1301449 - Fix assertions in MapAlignedPages to make it more intuitive. r=terrence CLOSED TREE
b48c0088fad27760cbae9733af3d6e3e0afad5df: Bug 1296015 - Don't allocate typed arrays with the wrong AllocKind when tenuring. r=terrence,smvv
Jan de Mooij <jdemooij@mozilla.com> - Wed, 07 Sep 2016 12:49:00 +0200 - rev 313015
Push 30669 by kwierso@gmail.com at Thu, 08 Sep 2016 00:56:12 +0000
Bug 1296015 - Don't allocate typed arrays with the wrong AllocKind when tenuring. r=terrence,smvv
cef1721594bf04fb708e6fb1f5a4d80722443b02: Bug 1298356 - Remove possibility of GC in Nursery::queueSweepAction and crash on alloc failure r=terrence
Shu-yu Guo <shu@rfrn.org> - Wed, 07 Sep 2016 11:30:50 +0100 - rev 313012
Push 30669 by kwierso@gmail.com at Thu, 08 Sep 2016 00:56:12 +0000
Bug 1298356 - Remove possibility of GC in Nursery::queueSweepAction and crash on alloc failure r=terrence
488c4ea38e16888e9ab439f5ef0f258252597848: Bug 1292590 - Trace script pointers in off thread compilation tasks r=terrence a=abillings
Jon Coppeard <jcoppeard@mozilla.com> - Wed, 07 Sep 2016 11:30:32 +0100 - rev 313011
Push 30669 by kwierso@gmail.com at Thu, 08 Sep 2016 00:56:12 +0000
Bug 1292590 - Trace script pointers in off thread compilation tasks r=terrence a=abillings
8a8e5d79f09c2b9ddea191bdf44df305fb045cad: Bug 1296275 - Be better about exposing to active js in AudioBuffer::StealJSArrayDataIntoSharedChannels(). r=terrence
Andrew McCreight <continuation@gmail.com> - Mon, 29 Aug 2016 15:03:42 -0700 - rev 311987
Push 30628 by ryanvm@gmail.com at Wed, 31 Aug 2016 13:53:01 +0000
Bug 1296275 - Be better about exposing to active js in AudioBuffer::StealJSArrayDataIntoSharedChannels(). r=terrence MozReview-Commit-ID: GC8sncFJlPS
2ccbded01c01295b4d87e4a13a8f0f5e3e23dad3: Bug 1245965 - Remove the NewObjectCache. r=terrence
Jan de Mooij <jdemooij@mozilla.com> - Sat, 27 Aug 2016 19:57:34 +0200 - rev 311611
Push 30618 by kwierso@gmail.com at Tue, 30 Aug 2016 00:41:06 +0000
Bug 1245965 - Remove the NewObjectCache. r=terrence
96281cc98bc619164580b33340e116318c94de2a: Bug 1297244 - Assert on the type given as a parameter to Heap. r=terrence
Leo Gaspard <leo@gaspard.io> - Wed, 24 Aug 2016 14:21:42 -0700 - rev 311326
Push 30607 by ryanvm@gmail.com at Fri, 26 Aug 2016 13:37:16 +0000
Bug 1297244 - Assert on the type given as a parameter to Heap. r=terrence
361c0ddbcef03797e737cd676ea43521ab3c0fde: Bug 1297026 - Replace outdated references to 'compartment GC' with 'zone GC' r=terrence
Jon Coppeard <jcoppeard@mozilla.com> - Thu, 25 Aug 2016 12:00:56 +0100 - rev 311185
Push 30603 by kwierso@gmail.com at Thu, 25 Aug 2016 23:59:44 +0000
Bug 1297026 - Replace outdated references to 'compartment GC' with 'zone GC' r=terrence
ee5faca706c8abe55cd36693f4ce78ef90cbb12d: Bug 1297404 - Remove the JS_CallOnce JSAPI function. r=terrence
Nick Fitzgerald <fitzgen@gmail.com> - Tue, 23 Aug 2016 11:25:00 -0400 - rev 311006
Push 30599 by ryanvm@gmail.com at Thu, 25 Aug 2016 12:11:16 +0000
Bug 1297404 - Remove the JS_CallOnce JSAPI function. r=terrence
5b07a9829bd7975d95576a6d08c08c3ce0c36b6e: Bug 1288579 - Fix hang when GC is decommitting r=terrence
Jon Coppeard <jcoppeard@mozilla.com> - Wed, 24 Aug 2016 10:13:58 +0100 - rev 310979
Push 30599 by ryanvm@gmail.com at Thu, 25 Aug 2016 12:11:16 +0000
Bug 1288579 - Fix hang when GC is decommitting r=terrence
32c3c2cb3b9200b4d862c5463678793df535d65a: Bug 1296639 - Remove decommit threshold prefs r=terrence
Jon Coppeard <jcoppeard@mozilla.com> - Wed, 24 Aug 2016 10:13:50 +0100 - rev 310978
Push 30599 by ryanvm@gmail.com at Thu, 25 Aug 2016 12:11:16 +0000
Bug 1296639 - Remove decommit threshold prefs r=terrence
ffc79e7e829747725626e9f6ad6024a388b4afa1: Bug 1288870, part 3 - Root the return value of the prewrap callback. r=mrbkap,terrence
Andrew McCreight <continuation@gmail.com> - Tue, 23 Aug 2016 05:59:57 -0700 - rev 310912
Push 30599 by ryanvm@gmail.com at Thu, 25 Aug 2016 12:11:16 +0000
Bug 1288870, part 3 - Root the return value of the prewrap callback. r=mrbkap,terrence Like part 2, this patch is to work around a false GC hazard in ~XPCNativeInterface in part 4. This hazard is around the return value of WrapperFactory::PrepareForWrapping(), because ~XPCCallContext might call ~XPCNativeInterface. The fix is to pass the return value into a mutable handle. Unfortunately, this function is used in the JSAPI, so JS minor engine changes are also needed. MozReview-Commit-ID: GwFxmrXFXmb
4b6f61ea7594ae263945c95fc652d1aaad01042b: Bug 1295741 - jslock.h is dead, long live jsnspr.h; r=terrence
Nick Fitzgerald <fitzgen@gmail.com> - Mon, 22 Aug 2016 10:15:53 -0700 - rev 310709
Push 30593 by ryanvm@gmail.com at Tue, 23 Aug 2016 14:05:29 +0000
Bug 1295741 - jslock.h is dead, long live jsnspr.h; r=terrence This commit makes the following changes: * Removed unnecessary includes of jslock.h from files that are using js/src/thread/* primitives now. * Removed includes of prcvar.h, prlock.h, and prthread.h in jslock.h. * Renamed jslock.h to jsnspr.h since its only remaining utility is to either wrap the few NSPR headers we still use, or alternatively include the vm/PosixNSPR.h shim instead if JS_POSIX_NSPR is defined.
82b764f1a1b11ceae82fc3e9bdd2c3a4296da6a0: Bug 1295740 - Print the test thread's bit instead of PR_GetCurrentThread() in testThreadingExclusiveData.cpp; r=terrence
Nick Fitzgerald <fitzgen@gmail.com> - Mon, 22 Aug 2016 10:15:53 -0700 - rev 310708
Push 30593 by ryanvm@gmail.com at Tue, 23 Aug 2016 14:05:29 +0000
Bug 1295740 - Print the test thread's bit instead of PR_GetCurrentThread() in testThreadingExclusiveData.cpp; r=terrence
6100b7cdc3847a27275d54143ea4b113f333917e: Bug 1295739 - Make JSRuntime::ownerThread_ a js::Thread::Id instead of void*; r=terrence
Nick Fitzgerald <fitzgen@gmail.com> - Mon, 22 Aug 2016 10:15:53 -0700 - rev 310707
Push 30593 by ryanvm@gmail.com at Tue, 23 Aug 2016 14:05:29 +0000
Bug 1295739 - Make JSRuntime::ownerThread_ a js::Thread::Id instead of void*; r=terrence
36737385a10d70a433fba1288a9b1f47a282de3a: Bug 1295738 - Remove the unused JSAPI function JS_GetCurrentThread; r=terrence
Nick Fitzgerald <fitzgen@gmail.com> - Mon, 22 Aug 2016 10:15:53 -0700 - rev 310706
Push 30593 by ryanvm@gmail.com at Tue, 23 Aug 2016 14:05:29 +0000
Bug 1295738 - Remove the unused JSAPI function JS_GetCurrentThread; r=terrence
e8e83cdf7679c2401f5aa500b58e5eead0dd203d: Bug 1275749 - Part 1: Remove the DEBUG-only js::FutexRuntime::lockHolder_ member, since we already get those checks by using js::Mutex; r=terrence
Nick Fitzgerald <fitzgen@gmail.com> - Mon, 22 Aug 2016 10:15:53 -0700 - rev 310705
Push 30593 by ryanvm@gmail.com at Tue, 23 Aug 2016 14:05:29 +0000
Bug 1275749 - Part 1: Remove the DEBUG-only js::FutexRuntime::lockHolder_ member, since we already get those checks by using js::Mutex; r=terrence
5c56991cb9a5a2e8d3fbaa826024d9b920f3cea6: Bug 1293239 - Fix error when reverting nursery resize heuristic change r=terrence
Jon Coppeard <jcoppeard@mozilla.com> - Mon, 22 Aug 2016 17:43:14 +0100 - rev 310702
Push 30593 by ryanvm@gmail.com at Tue, 23 Aug 2016 14:05:29 +0000
Bug 1293239 - Fix error when reverting nursery resize heuristic change r=terrence
e70737edc80e82c9e5a4472c16bf7a8ccbdcfc30: Bug 1296715 - Add line-based profiling output for major GC r=terrence
Jon Coppeard <jcoppeard@mozilla.com> - Mon, 22 Aug 2016 11:14:24 +0100 - rev 310565
Push 30586 by archaeopteryx@coole-files.de at Mon, 22 Aug 2016 15:28:39 +0000
Bug 1296715 - Add line-based profiling output for major GC r=terrence
325bdb8f8f8007b13f94ad9994acede46a148f50: Bug 1110928, part 3 - Add a method to schedule the system zone for GC. r=terrence
Andrew McCreight <continuation@gmail.com> - Fri, 19 Aug 2016 15:26:56 -0700 - rev 310476
Push 30585 by ryanvm@gmail.com at Mon, 22 Aug 2016 13:41:00 +0000
Bug 1110928, part 3 - Add a method to schedule the system zone for GC. r=terrence MozReview-Commit-ID: 4L3iQMPWGNe
520e4b9d3ed0990d85665e82027c752516a482c2: Bug 1293127 - Mark CCW keys that have nursery pointers explicitly rather than using the generic buffer r=terrence
Jon Coppeard <jcoppeard@mozilla.com> - Fri, 19 Aug 2016 16:56:25 +0100 - rev 310370
Push 30582 by kwierso@gmail.com at Sat, 20 Aug 2016 01:16:25 +0000
Bug 1293127 - Mark CCW keys that have nursery pointers explicitly rather than using the generic buffer r=terrence
491bc7e98f2aecc40a4fb096e9f3bc7a548989fa: Bug 1293239 - Revert nursery resizing heuristics r=terrence
Jon Coppeard <jcoppeard@mozilla.com> - Fri, 19 Aug 2016 10:44:01 +0100 - rev 310267
Push 30576 by ryanvm@gmail.com at Fri, 19 Aug 2016 13:53:39 +0000
Bug 1293239 - Revert nursery resizing heuristics r=terrence
567ed465cf00289e09b3a1bc91ff3adf60cb0814: Bug 1293209 - Don't assert tables are empty if the embedding leaked JS GC things r=terrence
Jon Coppeard <jcoppeard@mozilla.com> - Fri, 19 Aug 2016 10:44:01 +0100 - rev 310266
Push 30576 by ryanvm@gmail.com at Fri, 19 Aug 2016 13:53:39 +0000
Bug 1293209 - Don't assert tables are empty if the embedding leaked JS GC things r=terrence
c92292e06b2d7a451b5bd11709ad56eabc0b197f: Bug 1295035 - Check for failure when allocating chunks r=terrence
Jon Coppeard <jcoppeard@mozilla.com> - Wed, 17 Aug 2016 09:41:29 +0100 - rev 309815
Push 30570 by kwierso@gmail.com at Wed, 17 Aug 2016 23:38:48 +0000
Bug 1295035 - Check for failure when allocating chunks r=terrence
20e66ea8de8eceb9489274116761b4f699c8f029: Bug 1295027 - Only mark objects for pretenuring after end of trace session r=terrence
Jon Coppeard <jcoppeard@mozilla.com> - Wed, 17 Aug 2016 09:41:29 +0100 - rev 309814
Push 30570 by kwierso@gmail.com at Wed, 17 Aug 2016 23:38:48 +0000
Bug 1295027 - Only mark objects for pretenuring after end of trace session r=terrence
24ebd63a53ec60b329e81e1838aa4d9433360c19: Bug 1295551 - Sweep dictionary mode objects after minor GC r=terrence
Jon Coppeard <jcoppeard@mozilla.com> - Wed, 17 Aug 2016 09:41:29 +0100 - rev 309813
Push 30570 by kwierso@gmail.com at Wed, 17 Aug 2016 23:38:48 +0000
Bug 1295551 - Sweep dictionary mode objects after minor GC r=terrence
31c8b972a7631b779038d152546afe031dd87c53: Bug 1294469 - Shrink the nursery if we run out of memory r=terrence
Jon Coppeard <jcoppeard@mozilla.com> - Tue, 16 Aug 2016 10:30:18 +0100 - rev 309608
Push 30565 by kwierso@gmail.com at Wed, 17 Aug 2016 00:07:29 +0000
Bug 1294469 - Shrink the nursery if we run out of memory r=terrence
d71e707ab730fde92522f2e8bf9eda2fcbab6992: Bug 1294566 - Clear the eval cache after compacting GC r=terrence
Jon Coppeard <jcoppeard@mozilla.com> - Tue, 16 Aug 2016 10:30:18 +0100 - rev 309607
Push 30565 by kwierso@gmail.com at Wed, 17 Aug 2016 00:07:29 +0000
Bug 1294566 - Clear the eval cache after compacting GC r=terrence
772ec8c912ac30334e69ecc123a8ba9229334925: Bug 1294466 - Check that the output of all JITFLAGS is the same on jit-tests. r=terrence
Jinank Jain <jinank94@gmail.com> - Mon, 15 Aug 2016 13:04:57 -0400 - rev 309555
Push 30565 by kwierso@gmail.com at Wed, 17 Aug 2016 00:07:29 +0000
Bug 1294466 - Check that the output of all JITFLAGS is the same on jit-tests. r=terrence