OLD | NEW |
| 1 2013-09-23: Version 3.22.0 |
| 2 |
| 3 LiveEdit to mark more closure functions for re-instantiation when scope |
| 4 layout changes. |
| 5 (issue 2872) |
| 6 |
| 7 Made bounds check elimination iterative instead of recursive. |
| 8 (Chromium issue 289706) |
| 9 |
| 10 Turned on i18n support by default. |
| 11 |
| 12 Set the proper instance-type on HAllocate in BuildFastLiteral. |
| 13 (Chromium issue 284577) |
| 14 |
| 15 Performance and stability improvements on all platforms. |
| 16 |
| 17 |
1 2013-09-18: Version 3.21.17 | 18 2013-09-18: Version 3.21.17 |
2 | 19 |
3 Implemented local load/store elimination on basic blocks. | 20 Implemented local load/store elimination on basic blocks. |
4 | 21 |
5 Added mutex when accessing concurrent recompilation output queue. | 22 Added mutex when accessing concurrent recompilation output queue. |
6 (Chromium issue 291236) | 23 (Chromium issue 291236) |
7 | 24 |
8 Don't lookup the cache for the result of Function::New. | 25 Don't lookup the cache for the result of Function::New. |
9 (Chromium issue 272579) | 26 (Chromium issue 272579) |
10 | 27 |
(...skipping 5937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5948 setting break points in them. | 5965 setting break points in them. |
5949 | 5966 |
5950 | 5967 |
5951 2008-07-03: Version 0.1.0 | 5968 2008-07-03: Version 0.1.0 |
5952 | 5969 |
5953 Initial export. | 5970 Initial export. |
5954 | 5971 |
5955 # Local Variables: | 5972 # Local Variables: |
5956 # mode:text | 5973 # mode:text |
5957 # End: | 5974 # End: |
OLD | NEW |