Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 2011-09-05: Version 3.6.0 | |
| 2 | |
| 3 Fixed a bug when optimizing named function expression (issue 1647). | |
| 4 | |
| 5 Fixed a bug when optimizing f.call.apply (issue 1650). | |
| 6 | |
| 7 Made arguments and caller always be null on native functions | |
| 8 (issues 1548 and 1643). | |
| 9 | |
| 10 Fixed issue 1648 (cross-compiling x64 targeting ia32). | |
| 11 | |
| 12 Fixed issue 371 (d8 printing of strings containing \0). | |
| 13 | |
| 14 Fixed order of evaluation in arguments to parseInt (issue 1649). | |
| 15 | |
| 16 Fixed a problem with large heap snapshots in Chrome DevTools | |
| 17 (issue 1658, chromium issue 89268). | |
| 18 | |
| 19 Upped maximum heap size from 512M to 700M. | |
|
Vyacheslav Egorov (Chromium)
2011/09/05 10:36:44
default maximum heap size
| |
| 20 | |
| 21 | |
| 1 2011-08-31: Version 3.5.10 | 22 2011-08-31: Version 3.5.10 |
| 2 | 23 |
| 3 Added dependency of v8_base on WinSocket2 Windows library in | 24 Added dependency of v8_base on WinSocket2 Windows library in |
| 4 the GYP-build. | 25 the GYP-build. |
| 5 | 26 |
| 6 Various bugfixes. | 27 Various bugfixes. |
| 7 | 28 |
| 8 | 29 |
| 9 2011-08-29: Version 3.5.9 | 30 2011-08-29: Version 3.5.9 |
| 10 | 31 |
| (...skipping 3206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3217 setting break points in them. | 3238 setting break points in them. |
| 3218 | 3239 |
| 3219 | 3240 |
| 3220 2008-07-03: Version 0.1.0 | 3241 2008-07-03: Version 0.1.0 |
| 3221 | 3242 |
| 3222 Initial export. | 3243 Initial export. |
| 3223 | 3244 |
| 3224 # Local Variables: | 3245 # Local Variables: |
| 3225 # mode:text | 3246 # mode:text |
| 3226 # End: | 3247 # End: |
| OLD | NEW |