Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 2012-02-14: Version 3.9.6 | |
| 2 | |
| 3 Fix template-related linker error. (Chromium issue 1936) | |
|
Jakob Kummerow
2012/02/14 11:42:35
"1936" is probably not a Chromium issue.
| |
| 4 | |
| 5 Temporarily disable inlining of Math.floor called as a function because | |
|
Jakob Kummerow
2012/02/14 11:42:35
Remove this entry; change has been reverted.
| |
| 6 of test failures. (issue 1947) | |
| 7 | |
| 8 Allow inlining of functions containing object literals. (issue 1322) | |
| 9 | |
| 10 Add --call-graph-size option to tickprocessor. (issue 1937) | |
| 11 | |
| 12 Heap Snapshot maximum size limit is too low for really big apps. At the | |
| 13 moment the limit is 256MB. (Chromium issue 113015) | |
| 14 | |
| 15 Performance and stability improvements on all platforms. | |
| 16 | |
| 17 | |
| 1 2012-02-09: Version 3.9.5 | 18 2012-02-09: Version 3.9.5 |
| 2 | 19 |
| 3 Removed unused command line flags. | 20 Removed unused command line flags. |
| 4 | 21 |
| 5 Performance and stability improvements on all platforms. | 22 Performance and stability improvements on all platforms. |
| 6 | 23 |
| 7 | 24 |
| 8 2012-02-08: Version 3.9.4 | 25 2012-02-08: Version 3.9.4 |
| 9 | 26 |
| 10 Properly initialize element-transitioning array literals on ARM. | 27 Properly initialize element-transitioning array literals on ARM. |
| (...skipping 3699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3710 setting break points in them. | 3727 setting break points in them. |
| 3711 | 3728 |
| 3712 | 3729 |
| 3713 2008-07-03: Version 0.1.0 | 3730 2008-07-03: Version 0.1.0 |
| 3714 | 3731 |
| 3715 Initial export. | 3732 Initial export. |
| 3716 | 3733 |
| 3717 # Local Variables: | 3734 # Local Variables: |
| 3718 # mode:text | 3735 # mode:text |
| 3719 # End: | 3736 # End: |
| OLD | NEW |