OLD | NEW |
| 1 2012-09-20: Version 3.14.0 |
| 2 |
| 3 Fixed missing slot recording during clearing of CallICs. |
| 4 (Chromium issue 144230) |
| 5 |
| 6 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly. |
| 7 (Chromium issue 150729) |
| 8 |
| 9 Fixed minus zero test. (Issue 2133) |
| 10 |
| 11 Fixed setting array length to zero for slow elements. |
| 12 (Chromium issue 146910) |
| 13 |
| 14 Fixed lost arguments dropping in HLeaveInlined. |
| 15 (Chromium issue 150545) |
| 16 |
| 17 Fixed casting error for receiver of interceptors. |
| 18 (Chromium issue 149912) |
| 19 |
| 20 Throw a more descriptive exception when blocking 'eval' via CSP. |
| 21 (Chromium issue 140191) |
| 22 |
| 23 Fixed debugger's eval when close to stack overflow. (issue 2318) |
| 24 |
| 25 Added checks to live edit. (issue 2297) |
| 26 |
| 27 Switched on code compaction on incremental GCs. |
| 28 |
| 29 Fixed caching of optimized code for OSR. (issue 2326) |
| 30 |
| 31 Not mask exception thrown by toString in String::UtfValue etc. |
| 32 (issue 2317) |
| 33 |
| 34 Fixed API check for length of external arrays. (Chromium issue 148896) |
| 35 |
| 36 Ensure correct enumeration indices in the dict (Chromium issue 148376) |
| 37 |
| 38 Correctly initialize regexp global cache. (Chromium issue 148378) |
| 39 |
| 40 Fixed arguments object materialization during deopt. (issue 2261) |
| 41 |
| 42 Introduced new API to expose external string resource regardless of |
| 43 encoding. |
| 44 |
| 45 Fixed CHECK failure in LCodeGen::DoWrapReceiver when |
| 46 --deopt-every-n-times flag is present |
| 47 (Chromium issue 148389) |
| 48 |
| 49 Fixed edge case of extension with NULL as source string. |
| 50 (Chromium issue 144649) |
| 51 |
| 52 Fixed array index dehoisting. (Chromium issue 141395) |
| 53 |
| 54 Performance and stability improvements on all platforms. |
| 55 |
| 56 |
1 2012-09-11: Version 3.13.7 | 57 2012-09-11: Version 3.13.7 |
2 | 58 |
3 Enable/disable LiveEdit using the (C++) debug API. | 59 Enable/disable LiveEdit using the (C++) debug API. |
4 | 60 |
5 Performance and stability improvements on all platforms. | 61 Performance and stability improvements on all platforms. |
6 | 62 |
7 | 63 |
8 2012-09-06: Version 3.13.6 | 64 2012-09-06: Version 3.13.6 |
9 | 65 |
10 Added validity checking to API functions and calls. | 66 Added validity checking to API functions and calls. |
(...skipping 4555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4566 setting break points in them. | 4622 setting break points in them. |
4567 | 4623 |
4568 | 4624 |
4569 2008-07-03: Version 0.1.0 | 4625 2008-07-03: Version 0.1.0 |
4570 | 4626 |
4571 Initial export. | 4627 Initial export. |
4572 | 4628 |
4573 # Local Variables: | 4629 # Local Variables: |
4574 # mode:text | 4630 # mode:text |
4575 # End: | 4631 # End: |
OLD | NEW |