Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 2012-02-16: Version 3.9.7 | |
| 2 | |
| 3 Fix V8 issues 1322, 1878, 1942, 1942 and Chromium issue 113924. | |
|
Jakob Kummerow
2012/02/16 15:29:01
nit1: past tense please (also below)
nit2: duplica
| |
| 4 | |
| 5 Fix GCC-4.7 warnings. | |
| 6 | |
| 7 Add Navier-Stokes benchmark. | |
| 8 | |
| 9 Performance and stability improvements on all platforms. | |
| 10 | |
| 11 | |
| 1 2012-02-14: Version 3.9.6 | 12 2012-02-14: Version 3.9.6 |
| 2 | 13 |
| 3 Fix template-related linker error. (issue 1936) | 14 Fix template-related linker error. (issue 1936) |
| 4 | 15 |
| 5 Allow inlining of functions containing object literals. (issue 1322) | 16 Allow inlining of functions containing object literals. (issue 1322) |
| 6 | 17 |
| 7 Add --call-graph-size option to tickprocessor. (issue 1937) | 18 Add --call-graph-size option to tickprocessor. (issue 1937) |
| 8 | 19 |
| 9 Heap Snapshot maximum size limit is too low for really big apps. At the | 20 Heap Snapshot maximum size limit is too low for really big apps. At the |
| 10 moment the limit is 256MB. (Chromium issue 113015) | 21 moment the limit is 256MB. (Chromium issue 113015) |
| (...skipping 3713 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3724 setting break points in them. | 3735 setting break points in them. |
| 3725 | 3736 |
| 3726 | 3737 |
| 3727 2008-07-03: Version 0.1.0 | 3738 2008-07-03: Version 0.1.0 |
| 3728 | 3739 |
| 3729 Initial export. | 3740 Initial export. |
| 3730 | 3741 |
| 3731 # Local Variables: | 3742 # Local Variables: |
| 3732 # mode:text | 3743 # mode:text |
| 3733 # End: | 3744 # End: |
| OLD | NEW |