| OLD | NEW |
| 1 2012-10-31: Version 3.15.0 |
| 2 |
| 3 Loosened aligned code target requirement on ARM (issue 2380) |
| 4 |
| 5 Fixed JSON.parse to treat leading zeros correctly. |
| 6 (Chromium issue 158185) |
| 7 |
| 8 Performance and stability improvements on all platforms. |
| 9 |
| 10 |
| 1 2012-10-22: Version 3.14.5 | 11 2012-10-22: Version 3.14.5 |
| 2 | 12 |
| 3 Killed off the SCons based build. | 13 Killed off the SCons based build. |
| 4 | 14 |
| 5 Added a faster API for creating v8::Integer objects. | 15 Added a faster API for creating v8::Integer objects. |
| 6 | 16 |
| 7 Speeded up function deoptimization by avoiding quadratic pass over | 17 Speeded up function deoptimization by avoiding quadratic pass over |
| 8 optimized function list. (Chromium issue 155270) | 18 optimized function list. (Chromium issue 155270) |
| 9 | 19 |
| 10 Always invoke the default Array.sort functions from builtin functions. | 20 Always invoke the default Array.sort functions from builtin functions. |
| (...skipping 4704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4715 setting break points in them. | 4725 setting break points in them. |
| 4716 | 4726 |
| 4717 | 4727 |
| 4718 2008-07-03: Version 0.1.0 | 4728 2008-07-03: Version 0.1.0 |
| 4719 | 4729 |
| 4720 Initial export. | 4730 Initial export. |
| 4721 | 4731 |
| 4722 # Local Variables: | 4732 # Local Variables: |
| 4723 # mode:text | 4733 # mode:text |
| 4724 # End: | 4734 # End: |
| OLD | NEW |