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

Prepare push of V8 version 1.2.7 to trunk. Now working on version 1.2.8.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2120 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent d498361c
2009-06-08: Version 1.2.7
Improved debugger and profiler support.
Reduced compilation time by improving the handling of deferred
code.
Optimized interceptor accesses where the property is on the object
on which the interceptors is attached.
Fixed compilation problem on GCC 4.4 by changing the stack
alignment to 16 bytes.
Fixed handle creation to follow stric aliasing rules.
Fixed compilation on FreeBSD.
Introduced API for forcing the deletion of a property ignoring
interceptors and attributes.
2009-05-29: Version 1.2.6
Added a histogram recording hit rates at different levels of the
......
......@@ -34,7 +34,7 @@
// cannot be changed without changing the SCons build script.
#define MAJOR_VERSION 1
#define MINOR_VERSION 2
#define BUILD_NUMBER 7
#define BUILD_NUMBER 8
#define PATCH_LEVEL 0
#define CANDIDATE_VERSION true
......
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