OLD | NEW |
| 1 2012-04-19: Version 3.10.4 |
| 2 |
| 3 Fixed issues when stressing compaction with WeakMaps. |
| 4 |
| 5 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919) |
| 6 |
| 7 Simplify invocation sequence at monomorphic function invocation sites. |
| 8 (issue 2079) |
| 9 |
| 10 Performance and stability improvements on all platforms. |
| 11 |
| 12 |
1 2012-04-17: Version 3.10.3 | 13 2012-04-17: Version 3.10.3 |
2 | 14 |
3 Fixed several bugs in heap profiles (including issue 2078). | 15 Fixed several bugs in heap profiles (including issue 2078). |
4 | 16 |
5 Throw syntax errors on illegal escape sequences. | 17 Throw syntax errors on illegal escape sequences. |
6 | 18 |
7 Implemented rudimentary module linking (behind --harmony flag) | 19 Implemented rudimentary module linking (behind --harmony flag) |
8 | 20 |
9 Implemented ES5 erratum: Global declarations should shadow | 21 Implemented ES5 erratum: Global declarations should shadow |
10 inherited properties. | 22 inherited properties. |
(...skipping 4016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4027 setting break points in them. | 4039 setting break points in them. |
4028 | 4040 |
4029 | 4041 |
4030 2008-07-03: Version 0.1.0 | 4042 2008-07-03: Version 0.1.0 |
4031 | 4043 |
4032 Initial export. | 4044 Initial export. |
4033 | 4045 |
4034 # Local Variables: | 4046 # Local Variables: |
4035 # mode:text | 4047 # mode:text |
4036 # End: | 4048 # End: |
OLD | NEW |