diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-02-28 11:29:33 -0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-02-28 11:29:33 -0800 |
commit | 6442cbef2058019d2e53050f432a80e47c08f517 (patch) | |
tree | 2c27a43f5e40a0d072f32639e74142f2b5860478 /deps/v8/ChangeLog | |
parent | a14bb04c0500567bc0579da50cc5bc3cb559ba20 (diff) | |
download | node-new-6442cbef2058019d2e53050f432a80e47c08f517.tar.gz |
Upgrade V8 to 3.1.7
Diffstat (limited to 'deps/v8/ChangeLog')
-rw-r--r-- | deps/v8/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/deps/v8/ChangeLog b/deps/v8/ChangeLog index 1d91fcded1..e4b018c833 100644 --- a/deps/v8/ChangeLog +++ b/deps/v8/ChangeLog @@ -1,3 +1,17 @@ +2011-02-28: Version 3.1.7 + + Fixed a number of crash bugs. + + Improved Crankshaft for x64 and ARM. + + Fixed implementation of indexOf/lastIndexOf for sparse + arrays (http://crbug.com/73940). + + Fixed bug in map space compaction (http://crbug.com/59688). + + Added support for direct getter accessors calls on ARM. + + 2011-02-24: Version 3.1.6 Fixed a number of crash bugs. |