Commit d77a0468 authored by kasperl@chromium.org's avatar kasperl@chromium.org

Prepare push to trunk. Now working on version 1.0.4.

Review URL: http://codereview.chromium.org/31015

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1387 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent f5966c38
2009-02-27: Version 1.0.3
Optimized double-to-integer conversions in bit operations by using
SSE3 instructions if available.
Optimized initialization sequences that store to multiple
properties of the same object.
Changed the D8 debugger frontend to use JSON messages.
Force garbage collections when disposing contexts.
Align code objects at 32-byte boundaries.
2009-02-25: Version 1.0.2
Improved profiling support by performing simple call stack
......
......@@ -2185,7 +2185,7 @@ bool v8::V8::Initialize() {
const char* v8::V8::GetVersion() {
return "1.0.3 (candidate)";
return "1.0.4 (candidate)";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment