OLD | NEW |
| 1 2012-07-12: Version 3.12.11 |
| 2 |
| 3 Renamed "mips" arch to "mipsel" in the GYP build. |
| 4 |
| 5 Fixed computation of call targets on prototypes in Crankshaft. |
| 6 (Chromium issue 125148) |
| 7 |
| 8 Removed use of __lookupGetter__ when generating stack trace. |
| 9 (issue 1591) |
| 10 |
| 11 Turned on ES 5.2 globals semantics by default. |
| 12 (issue 1991, Chromium issue 80591) |
| 13 |
| 14 Synced preparser and parser wrt syntax error in switch..case. |
| 15 (issue 2210) |
| 16 |
| 17 Fixed reporting of octal literals in strict mode when preparsing. |
| 18 (issue 2220) |
| 19 |
| 20 Fixed inline constructors for Harmony Proxy prototypes. |
| 21 (issue 2225) |
| 22 |
| 23 Performance and stability improvements on all platforms. |
| 24 |
| 25 |
1 2012-07-10: Version 3.12.10 | 26 2012-07-10: Version 3.12.10 |
2 | 27 |
3 Re-enabled and fixed issue with array bounds check elimination | 28 Re-enabled and fixed issue with array bounds check elimination |
4 (Chromium issue 132114). | 29 (Chromium issue 132114). |
5 | 30 |
6 Fixed Debug::Break crash. (Chromium issue 131642) | 31 Fixed Debug::Break crash. (Chromium issue 131642) |
7 | 32 |
8 Added optimizing compiler support for JavaScript getters. | 33 Added optimizing compiler support for JavaScript getters. |
9 | 34 |
10 Performance and stability improvements on all platforms. | 35 Performance and stability improvements on all platforms. |
(...skipping 4352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4363 setting break points in them. | 4388 setting break points in them. |
4364 | 4389 |
4365 | 4390 |
4366 2008-07-03: Version 0.1.0 | 4391 2008-07-03: Version 0.1.0 |
4367 | 4392 |
4368 Initial export. | 4393 Initial export. |
4369 | 4394 |
4370 # Local Variables: | 4395 # Local Variables: |
4371 # mode:text | 4396 # mode:text |
4372 # End: | 4397 # End: |
OLD | NEW |