Chromium Code Reviews| Index: ChangeLog |
| =================================================================== |
| --- ChangeLog (revision 7313) |
| +++ ChangeLog (working copy) |
| @@ -1,3 +1,18 @@ |
| +2011-03-23: Version 3.2.4 |
| + |
| + Added isolates which allows several V8 instances in the same process. |
| + This is controlled through the new Isolate class in the API. |
| + |
| + Implemented more of EcmaScript 5 strict mode. |
| + |
| + Reduced the time it takes to make detailed heap snapshot. |
| + |
| + Added a number of commands to the ARM simulator and enhanced the ARM |
| + disassembler. |
| + |
| + Improved Crankshaft performance on all platforms. |
|
Mads Ager (chromium)
2011/03/23 08:59:57
Maybe we should leave this one out since for this
Søren Thygesen Gjesse
2011/03/23 09:05:49
Done.
|
| + |
| + |
| 2011-03-17: Version 3.2.3 |
| Fixed a number of crash bugs. |