diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-12-21 10:54:24 -0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-12-21 10:54:24 -0800 |
commit | 4eaf4ce26a0e66179d199997d9e0290867557702 (patch) | |
tree | aeaee42bc8f92e958abd90abc71eead5015bfbef /deps/v8/ChangeLog | |
parent | a82f5389d9673a48ab0facd6e77b2244dfe084c6 (diff) | |
download | node-new-4eaf4ce26a0e66179d199997d9e0290867557702.tar.gz |
Upgrade V8 to 3.8.2
Diffstat (limited to 'deps/v8/ChangeLog')
-rw-r--r-- | deps/v8/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deps/v8/ChangeLog b/deps/v8/ChangeLog index a81dedd45d..fecc591320 100644 --- a/deps/v8/ChangeLog +++ b/deps/v8/ChangeLog @@ -1,3 +1,13 @@ +2011-12-21: Version 3.8.2 + + Add max optimization flag to v8 gyp build to ensure V8 is always built + fully optimized in Chrome. + + MIPS: Bring MIPS to parity with other platforms. + + Optimizations and stability improvements on all platforms. + + 2011-12-19: Version 3.8.1 Fixed GCC 4.7 warnings. Patch from Tobias Burnus. |