Eric Faust
|
559021c984
|
Bug 1169731 - [[Call]] on a class constructor should throw. (r=jandem)
|
2015-06-17 14:37:49 -07:00 |
|
Shu-yu Guo
|
e363e0893e
|
Bug 1154115 - Rewrite the JSAPI profiling API to use a FrameHandle, as to avoid multiple lookups in JitcodeGlobalTable. (r=djvj)
|
2015-05-11 14:16:44 -07:00 |
|
Nicolas B. Pierron
|
44a8690a30
|
Bug 1161584 - Add TrackedStrategy::SetProp_InlineCache. r=shu
|
2015-05-06 15:51:45 +02:00 |
|
Boris Zbarsky
|
f54052e8b0
|
Bug 1155788. Make the Ion inner-window optimizations work again. r=efaust
|
2015-04-17 22:01:02 -04:00 |
|
Shu-yu Guo
|
c7e9fd5dea
|
Bug 1154997 - Deal with self-hosted builtins when stringifying tracked optimization type info. (r=djvj)
|
2015-04-16 20:32:49 -07:00 |
|
Shu-yu Guo
|
391b6a4e68
|
Bug 1150654 - Add CantInlineNoSpecialization to distinguish natives for which there is no Ion specialization. (r=jandem)
|
2015-04-08 20:36:20 -07:00 |
|
Jan de Mooij
|
24e926ddb3
|
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
|
2015-03-28 23:22:11 +01:00 |
|
Phil Ringnalda
|
9d871304c0
|
Backed out changeset 0c030f97a04f (bug 1144366) for being on top of patches being backed out
CLOSED TREE
|
2015-03-28 10:39:56 -07:00 |
|
Jan de Mooij
|
47c1798049
|
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
|
2015-03-28 12:08:37 +01:00 |
|
Jan de Mooij
|
abd330b014
|
Bug 1142669 part 6 - Don't inline scripts that are known to inline a lot of code. r=h4writer
|
2015-03-25 15:15:23 +01:00 |
|
Shu-yu Guo
|
5a24dca93b
|
Bug 1145440 - Ship constant names for tracked strategy and outcomes in the profile JSON instead of slightly longer form strings. (r=djvj)
|
2015-03-20 20:48:32 -07:00 |
|
Shu-yu Guo
|
6bd8282dd3
|
Bug 1143860 - Deduplicate tracked optimizations when streaming the profile. (r=djvj)
|
2015-03-20 20:48:31 -07:00 |
|
Jan de Mooij
|
b66a404e9b
|
Bug 1142669 part 4 - Fix some inlining issues and inline scripts with loops. r=h4writer
|
2015-03-19 15:10:07 +01:00 |
|
Jan de Mooij
|
3844a93f2b
|
Bug 1142669 part 3 - Limit the total inlined bytecode size to avoid excessive inlining. r=h4writer
|
2015-03-20 13:45:36 +01:00 |
|
Benjamin Bouvier
|
3acae0acf1
|
Bug 1134638: 14. Inline SIMD getters (signMask, .x, .y, .z, .w) in Ion; r=nbp
|
2015-02-26 12:08:16 +01:00 |
|
Jan de Mooij
|
3a1d650059
|
Bug 1136837 part 1 - Don't inline calls with incomplete type information for this or arguments. r=h4writer
|
2015-02-26 15:33:45 +01:00 |
|
Shu-yu Guo
|
ea54df0fa3
|
Bug 1131429 - Add a shell function to dump all of a function's tracked optimizations. (r=djvj)
|
2015-02-23 20:33:56 -08:00 |
|
Shu-yu Guo
|
01e14a347f
|
Bug 1129780 - Report the youngest sampled frame's line number if it has optimization info. (r=djvj)
|
2015-02-23 20:33:56 -08:00 |
|
Shu-yu Guo
|
76a818f4c8
|
Bug 1129769 - Handle more kinds when resolving tracked type names. (r=djvj)
|
2015-02-23 20:33:56 -08:00 |
|
Carsten "Tomcat" Book
|
6d8808c7af
|
Backed out changeset bc2fdecaaec7 (bug 1129769) for hazard failures on a CLOSED TREE
|
2015-02-23 10:20:31 +01:00 |
|
Carsten "Tomcat" Book
|
9bf1fcebc5
|
Backed out changeset 389c918b643c (bug 1129780)
|
2015-02-23 10:20:05 +01:00 |
|
Carsten "Tomcat" Book
|
97a150bb6d
|
Backed out changeset b70a4383ee84 (bug 1131429)
|
2015-02-23 10:20:01 +01:00 |
|
Shu-yu Guo
|
91d3a14a68
|
Bug 1131429 - Add a shell function to dump all of a function's tracked optimizations. (r=djvj)
|
2015-02-22 20:05:35 -08:00 |
|
Shu-yu Guo
|
522ad62eb8
|
Bug 1129780 - Report the youngest sampled frame's line number if it has optimization info. (r=djvj)
|
2015-02-22 20:05:34 -08:00 |
|
Shu-yu Guo
|
ae0d6a31fa
|
Bug 1129769 - Handle more kinds when resolving tracked type names. (r=djvj)
|
2015-02-22 20:05:34 -08:00 |
|
Brian Hackett
|
9e50b6836a
|
Bug 1133254 - Improve type information and Ion compilation when dealing with converted unboxed objects, r=jandem.
|
2015-02-21 18:52:50 -06:00 |
|
Shu-yu Guo
|
20cf051e39
|
Bug 1129781 - Re-lookup JIT code return addr when stringifying optimization info instead of caching the index. (r=djvj)
This saves us some circular buffer space.
|
2015-02-09 18:11:19 -08:00 |
|
Shu-yu Guo
|
0b016e2921
|
Bug 1127156 - Rework optimization tracking JSAPI to be more usable from the profiler. (r=djvj)
|
2015-02-04 13:40:02 -08:00 |
|