OLD | NEW |
---|---|
1 2012-04-19: Version 3.10.4 | |
2 | |
3 Fix issues when stressing compaction with WeakMaps. | |
Jakob Kummerow
2012/04/19 11:56:21
nit: Past tense please. (Twice more below.)
Sven Panne
2012/04/19 11:59:35
Done.
| |
4 | |
5 Fix 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 Fix typo in lazy-instance.h. (issue 2091) | |
Jakob Kummerow
2012/04/19 11:56:21
You can remove this entry. (Yes, it has a bug numb
Sven Panne
2012/04/19 11:59:35
Done.
| |
11 | |
12 Performance and stability improvements on all platforms. | |
13 | |
14 | |
1 2012-04-17: Version 3.10.3 | 15 2012-04-17: Version 3.10.3 |
2 | 16 |
3 Fixed several bugs in heap profiles (including issue 2078). | 17 Fixed several bugs in heap profiles (including issue 2078). |
4 | 18 |
5 Throw syntax errors on illegal escape sequences. | 19 Throw syntax errors on illegal escape sequences. |
6 | 20 |
7 Implemented rudimentary module linking (behind --harmony flag) | 21 Implemented rudimentary module linking (behind --harmony flag) |
8 | 22 |
9 Implemented ES5 erratum: Global declarations should shadow | 23 Implemented ES5 erratum: Global declarations should shadow |
10 inherited properties. | 24 inherited properties. |
(...skipping 4016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4027 setting break points in them. | 4041 setting break points in them. |
4028 | 4042 |
4029 | 4043 |
4030 2008-07-03: Version 0.1.0 | 4044 2008-07-03: Version 0.1.0 |
4031 | 4045 |
4032 Initial export. | 4046 Initial export. |
4033 | 4047 |
4034 # Local Variables: | 4048 # Local Variables: |
4035 # mode:text | 4049 # mode:text |
4036 # End: | 4050 # End: |
OLD | NEW |