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

46896 Коммитов

Автор SHA1 Сообщение Дата
Tom Schuster 2303e52ff2 Bug 1123053 - Force English as language for date/time in jstests. r=jandem 2015-01-19 16:12:34 +01:00
Nicolas B. Pierron 0e0c23ad64 Bug 1112159 part 6 - Add test case to verify stack alignment. r=me 2015-01-19 14:30:14 +01:00
Nicolas B. Pierron 96e95b84a9 Bug 1112159 part 5 - Assert mips entry frame is aligned. r=rankov 2015-01-19 14:30:14 +01:00
Nicolas B. Pierron aac423e8a8 Bug 1112159 part 4 - Align arm entry frame. r=mjrosenb 2015-01-19 14:30:14 +01:00
Nicolas B. Pierron 49e7425e4f Bug 1112159 part 3 - Align x86/x64 entry frame. r=bbouvier 2015-01-19 14:30:13 +01:00
Nicolas B. Pierron e93409d85d Bug 1112159 part 2 - MacroAssembler::assertStackAlignment accepts an additional offset argument. r=bbouvier 2015-01-19 14:30:13 +01:00
Nicolas B. Pierron 6b1ca879d4 Bug 1112159 part 1 - Add a testing function to check the stack alignment. r=bbouvier 2015-01-19 14:30:13 +01:00
Nicolas Devillers 751bdbb5fc Bug 1096129 - IonMonkey: Implement Ceil Recover Instruction. r=nbp 2015-01-19 11:16:32 +01:00
ProgramFOX cda08c2825 Bug 1031203 - Added test cases for float64x2. r=bbouvier 2015-01-16 17:24:14 +01:00
ProgramFOX df5586d909 Bug 1031203 - Implemented float64x2. r=bbouvier 2015-01-16 17:17:37 +01:00
Tom Schuster 3d38388655 Bug 1122944 - Function.prototype.bind should preserve constructable property of target. r=till 2015-01-18 12:09:38 +01:00
Terrence Cole b54cb1c139 Bug 1122842 - Remove the dead declaration of JS_DumpHeap; r=sfink 2015-01-17 11:43:11 -08:00
Shu-yu Guo 8961dccd21 Bug 1122833 - Don't relazify scripts with direct eval. (r=till) 2015-01-17 11:40:18 -08:00
Shu-yu Guo 7ab8747286 Bug 1122534 - Skip named lambda scopes in ScopeIter every time we increment its StaticScopeIter. (r=luke) 2015-01-17 11:40:18 -08:00
Phil Ringnalda 62d8506443 Back out 41607c9f0d26 (bug 900849) on suspicion of making Gu interval_tree_test.js time out
CLOSED TREE
2015-01-17 10:03:16 -08:00
Till Schneidereit dac4c08e5a Bug 1084019 - Make the "name" property of function objects configurable. r=jorendorff
--HG--
rename : js/src/tests/ecma_5/strict/function-name.js => js/src/tests/ecma_6/Function/function-name.js
extra : rebase_source : af1d50fd561aa3e7d7c77bc273ab3449f2056682
2015-01-17 15:38:58 +01:00
Jan de Mooij c8a3d75ec3 Bug 900849 - Make polymorphic inlining work with non-singletons. r=djvj 2015-01-17 13:04:04 +01:00
Jan de Mooij 470b1ad6d6 Bug 1116760 - Add a shell function to test function relazification. r=till 2015-01-17 12:54:03 +01:00
Bill McCloskey f6534c08fb Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley,bent) 2015-01-16 18:34:47 -08:00
Bill McCloskey cb8c3ea750 Backout bug 1118618 on a CLOSED TREE 2015-01-16 14:46:05 -08:00
Terrence Cole 180ec33276 Backout CGC (Bug 650161, ae2eec4a74ea) to deal with a couple crashes that cropped up with wider exposure. 2015-01-16 14:25:58 -08:00
Steve Fink 0dd21980ef Bug 1122195 - Only allow objects for setGCCallback parameter, r=terrence
--HG--
extra : rebase_source : 4cbd0223e49289dc5dbde593899ff0cca2e343f5
2015-01-16 12:50:19 -08:00
Steve Fink 92516a5212 Bug 847579 - Re-enable testGCOutOfMemory, r=terrence
--HG--
extra : rebase_source : e958d58adcc67934ed021b6662c589c70e9b45e0
2015-01-16 12:50:16 -08:00
Terrence Cole f813d48496 Backed out changeset 1f2367eb72f0 (Bug 1119537) for bustage on a CLOSED TREE.
--HG--
extra : rebase_source : f156828b7bb7ef64731a2dcdd25e278accb55304
2015-01-16 12:15:35 -08:00
Kyle Huey 7c82e6dd0a Bug 1121673: Use move references in IPDL. r=bent 2015-01-16 11:58:52 -08:00
Terrence Cole c5496a9a5a Bug 1111361 - Allow for lower latency GC on elm micro-benchmark; r=jonco
--HG--
extra : rebase_source : 470a0caf7c58d2c6da33ac111bfa06f0ff355dfa
2015-01-16 09:44:20 -08:00
Terrence Cole 63476966c6 Bug 1119537 - Part 2: Decommit foreground swept arenas concurrent with background sweeping; r=jonco
--HG--
extra : rebase_source : eab5e905bf5494dffc1a0e9faa0865fb60932e53
2015-01-14 09:40:03 -08:00
Terrence Cole 1dba9cb944 Bug 1119537 - Part 1: Eagerly decommit background swept arenas; r=jonco
--HG--
extra : rebase_source : 386b9b4f2bb2a49f01193659c6c9d7cb716b2a10
2015-01-14 09:40:02 -08:00
Terrence Cole 4c2f89db4d Bug 1119549 - Part 2: Common up lifo freeing with sweeping; r=jonco
--HG--
extra : rebase_source : dff4c52fee69018964b1fc78ed5221202ea939f7
2015-01-14 09:40:03 -08:00
Terrence Cole 779912786e Bug 1119549 - Part 1: Always sweep background things by zone group; r=jonco
--HG--
extra : rebase_source : 51baf3d3a3107bc8deb8a121763f56114e370774
2015-01-14 09:40:02 -08:00
Bill McCloskey 50963a26d1 Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley) 2015-01-16 10:11:18 -08:00
Bill McCloskey 5c867be0e8 Bug 1119753 - Fix CPOW GC crash (r=jonco) 2015-01-16 09:56:30 -08:00
Kannan Vijayan 3c3096880e Bug 1057082 - Fix static-analysis build sailure on CLOSED TREE. r=tbpl-red 2015-01-16 11:57:24 -05:00
Kannan Vijayan 73ec9a8625 Bug 1057082 - 7/7 - Fix tests. r=jandem 2015-01-15 20:11:22 -05:00
Kannan Vijayan aef7e0502e Bug 1057082 - 6/7 - Modify profiler sampler to use jit stack walking instead of pseudostack. r=jandem r=BenWa 2015-01-15 20:11:22 -05:00
Kannan Vijayan 6a0633fdc1 Bug 1057082 - 5/7 - Remove SPS instrumentation and replace with exitaddr instrumentation. r=jandem 2015-01-15 20:11:22 -05:00
Kannan Vijayan 0aae8b17a1 Bug 1057082 - 4/7 - Add assembler helpers for later patches. r=jandem 2015-01-15 20:11:21 -05:00
Kannan Vijayan 45cbaa636c Bug 1057082 - 3/7 - Modify jits to use lastProfilingFrame and lastProfilingCallSite fields. r=jandem 2015-01-15 20:11:21 -05:00
Kannan Vijayan b3b9045b11 Bug 1057082 - 2/7 - Add profiler exit and enter frame instrumentation code. r=jandem 2015-01-15 20:11:21 -05:00
Kannan Vijayan c1b5c21405 Bug 1057082 - 1/7 - Add JitActivation fields required for new profiler implementation. r=jandem 2015-01-15 20:11:20 -05:00
ziyunfei 5217bbc81f Bug 1121391 - Update Array.from to match the spec. r=till 2015-01-16 00:34:00 -05:00
Jon Coppeard cc19a363f6 Bug 650161 - Enable compacting GC on GC_SHRINK collections r=terrence r=glandium 2015-01-16 14:34:32 +00:00
Jon Coppeard c8cab92a68 Bug 650161 - Fix misc build errors with compacting GC enabled r=terrence 2015-01-16 14:34:16 +00:00
Nathan Froyd acd33f956c Bug 1122143 - use gmtime_s on windows in ComputeUTCTime; r=till
ComputeLocalTime uses localtime_s; we should use the equivalent in
ComputeUTCTime.
2015-01-15 13:20:05 -05:00
Shu-yu Guo f3df5eeb96 Bug 1121434 - Followup: maybe fix MSVC bullshit on a CLOSED TREE. 2015-01-15 22:39:42 -08:00
Shu-yu Guo 3e0e1fac0c Bug 1121434 - Followup: fix js bustage on a CLOSED TREE. (r=me) 2015-01-15 21:01:23 -08:00
Shu-yu Guo 8faea231e2 Bug 1122246 - Make StaticEvalScope a ScopeObject instead of NestedScopeObject to not confuse the bytecode emitter. (r=luke) 2015-01-15 20:22:24 -08:00
Shu-yu Guo ee45a033aa Bug 1121434 - Rename ExecutionMode to AnalysisMode. (r=jandem) 2015-01-15 20:22:24 -08:00
Trevor Saunders 5b86ecf80c bug 1077549 - remove useless gcc version checks r=glandium 2015-01-15 21:30:05 -05:00
Nicholas Nethercote 69fe655b04 Bug 1121304 (part 2, attempt 2) - Remove PLDHashTableOps::{alloc,free}Table. r=froydnj.
--HG--
extra : rebase_source : bc119bd0d3b6944e8c5a000950e0c4052cb70aef
2015-01-14 14:35:56 -08:00