OLD | NEW |
| 1 2012-07-03: Version 3.12.7 |
| 2 |
| 3 Fixed lazy compilation for strict eval scopes. |
| 4 (Chromium issue 135066) |
| 5 |
| 6 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP. |
| 7 (issue 2151) |
| 8 |
| 9 Report "hidden properties" in heap profiler for properties case. |
| 10 (issue 2212) |
| 11 |
| 12 Activated optimization of packed arrays by default. |
| 13 |
| 14 Performance and stability improvements on all platforms. |
| 15 |
| 16 |
1 2012-06-29: Version 3.12.6 | 17 2012-06-29: Version 3.12.6 |
2 | 18 |
3 Cleaned up hardfp ABI detection for ARM (V8 issue 2140). | 19 Cleaned up hardfp ABI detection for ARM (V8 issue 2140). |
4 | 20 |
5 Extended TypedArray support in d8. | 21 Extended TypedArray support in d8. |
6 | 22 |
7 | 23 |
8 2012-06-28: Version 3.12.5 | 24 2012-06-28: Version 3.12.5 |
9 | 25 |
10 Fixed lazy parsing heuristics to respect outer scope. | 26 Fixed lazy parsing heuristics to respect outer scope. |
(...skipping 4306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4317 setting break points in them. | 4333 setting break points in them. |
4318 | 4334 |
4319 | 4335 |
4320 2008-07-03: Version 0.1.0 | 4336 2008-07-03: Version 0.1.0 |
4321 | 4337 |
4322 Initial export. | 4338 Initial export. |
4323 | 4339 |
4324 # Local Variables: | 4340 # Local Variables: |
4325 # mode:text | 4341 # mode:text |
4326 # End: | 4342 # End: |
OLD | NEW |