OLD | NEW |
| 1 2012-06-22: Version 3.12.2 |
| 2 |
| 3 Made near-jump check more strict in LoadNamedFieldPolymorphic on |
| 4 ia32/x64. (Chromium issue 134055) |
| 5 |
| 6 Fixed lazy sweeping heuristics to prevent old-space expansion. |
| 7 (issue 2194) |
| 8 |
| 9 Performance and stability improvements on all platforms. |
| 10 |
| 11 |
1 2012-06-21: Version 3.12.1 | 12 2012-06-21: Version 3.12.1 |
2 | 13 |
3 Performance and stability improvements on all platforms. | 14 Performance and stability improvements on all platforms. |
4 | 15 |
5 | 16 |
6 2012-06-20: Version 3.12.0 | 17 2012-06-20: Version 3.12.0 |
7 | 18 |
8 Fixed Chromium issues: | 19 Fixed Chromium issues: |
9 115100, 129628, 131994, 132727, 132741, 132742, 133211 | 20 115100, 129628, 131994, 132727, 132741, 132742, 133211 |
10 | 21 |
(...skipping 4249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4260 setting break points in them. | 4271 setting break points in them. |
4261 | 4272 |
4262 | 4273 |
4263 2008-07-03: Version 0.1.0 | 4274 2008-07-03: Version 0.1.0 |
4264 | 4275 |
4265 Initial export. | 4276 Initial export. |
4266 | 4277 |
4267 # Local Variables: | 4278 # Local Variables: |
4268 # mode:text | 4279 # mode:text |
4269 # End: | 4280 # End: |
OLD | NEW |