OLD | NEW |
| 1 2012-06-25: Version 3.12.3 |
| 2 |
| 3 Reverted r11835 'Unify promotion and allocation limit computation' due |
| 4 to V8 Splay performance regression on Mac. (Chromium issue 134183) |
| 5 |
| 6 Fixed sharing of literal boilerplates for optimized code. (issue 2193) |
| 7 |
| 8 Performance and stability improvements on all platforms. |
| 9 |
| 10 |
1 2012-06-22: Version 3.12.2 | 11 2012-06-22: Version 3.12.2 |
2 | 12 |
3 Made near-jump check more strict in LoadNamedFieldPolymorphic on | 13 Made near-jump check more strict in LoadNamedFieldPolymorphic on |
4 ia32/x64. (Chromium issue 134055) | 14 ia32/x64. (Chromium issue 134055) |
5 | 15 |
6 Fixed lazy sweeping heuristics to prevent old-space expansion. | 16 Fixed lazy sweeping heuristics to prevent old-space expansion. |
7 (issue 2194) | 17 (issue 2194) |
8 | 18 |
9 Performance and stability improvements on all platforms. | 19 Performance and stability improvements on all platforms. |
10 | 20 |
(...skipping 4260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4271 setting break points in them. | 4281 setting break points in them. |
4272 | 4282 |
4273 | 4283 |
4274 2008-07-03: Version 0.1.0 | 4284 2008-07-03: Version 0.1.0 |
4275 | 4285 |
4276 Initial export. | 4286 Initial export. |
4277 | 4287 |
4278 # Local Variables: | 4288 # Local Variables: |
4279 # mode:text | 4289 # mode:text |
4280 # End: | 4290 # End: |
OLD | NEW |