OLD | NEW |
| 1 2012-07-05: Version 3.12.8 |
| 2 |
| 3 Implemented TypedArray.set and ArrayBuffer.slice in d8. |
| 4 |
| 5 Performance and stability improvements on all platforms. |
| 6 |
| 7 |
1 2012-07-03: Version 3.12.7 | 8 2012-07-03: Version 3.12.7 |
2 | 9 |
3 Fixed lazy compilation for strict eval scopes. | 10 Fixed lazy compilation for strict eval scopes. |
4 (Chromium issue 135066) | 11 (Chromium issue 135066) |
5 | 12 |
6 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP. | 13 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP. |
7 (issue 2151) | 14 (issue 2151) |
8 | 15 |
9 Report "hidden properties" in heap profiler for properties case. | 16 Report "hidden properties" in heap profiler for properties case. |
10 (issue 2212) | 17 (issue 2212) |
(...skipping 4322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4333 setting break points in them. | 4340 setting break points in them. |
4334 | 4341 |
4335 | 4342 |
4336 2008-07-03: Version 0.1.0 | 4343 2008-07-03: Version 0.1.0 |
4337 | 4344 |
4338 Initial export. | 4345 Initial export. |
4339 | 4346 |
4340 # Local Variables: | 4347 # Local Variables: |
4341 # mode:text | 4348 # mode:text |
4342 # End: | 4349 # End: |
OLD | NEW |