OLD | NEW |
| 1 2012-03-14: Version 3.9.19 |
| 2 |
| 3 Ensure there is a smi check of the receiver for global load and call |
| 4 ICs (Chromium issue 117794). |
| 5 |
| 6 Performance and stability improvements on all platforms. |
| 7 |
| 8 |
1 2012-03-13: Version 3.9.18 | 9 2012-03-13: Version 3.9.18 |
2 | 10 |
3 Ensure consistency of Math.sqrt on Intel platforms. | 11 Ensure consistency of Math.sqrt on Intel platforms. |
4 | 12 |
5 Remove static initializers in v8. (issue 1859) | 13 Remove static initializers in v8. (issue 1859) |
6 | 14 |
7 Add explicit dependency on v8_base in the GYP-based build. | 15 Add explicit dependency on v8_base in the GYP-based build. |
8 | 16 |
9 Performance and stability improvements on all platforms. | 17 Performance and stability improvements on all platforms. |
10 | 18 |
(...skipping 3847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3858 setting break points in them. | 3866 setting break points in them. |
3859 | 3867 |
3860 | 3868 |
3861 2008-07-03: Version 0.1.0 | 3869 2008-07-03: Version 0.1.0 |
3862 | 3870 |
3863 Initial export. | 3871 Initial export. |
3864 | 3872 |
3865 # Local Variables: | 3873 # Local Variables: |
3866 # mode:text | 3874 # mode:text |
3867 # End: | 3875 # End: |
OLD | NEW |