Commit efba01b8 authored by ager@chromium.org's avatar ager@chromium.org

Preparing push of version 1.1.2 to trunk.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1592 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent dd95e1d2
2009-03-24: Version 1.1.2
Improved frame merge code generated by the code generator.
Optimized String.prototype.replace.
Implemented __defineGetter__ and __defineSetter__ for properties
with integer keys on non-array objects.
Improved debugger and profiler support.
Fixed a number of portability issues to allow compilation for
smaller ARM devices.
Exposed object cloning through the API.
Implemented hidden properties. This is used to expose an identity
hash for objects through the API.
Implemented restarting of regular expressions if their input
string changes representation during preemption.
Fixed a code generator bug that could cause assignments in loops
to be ignored if using continue to break out of the loop (issue
284).
2009-03-12: Version 1.1.1
Fixed an assertion in the new compiler to take stack overflow
......
......@@ -2273,7 +2273,7 @@ bool v8::V8::Initialize() {
const char* v8::V8::GetVersion() {
return "1.1.2 (candidate)";
return "1.1.3 (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