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

Prepare to push version 1.3.0 to trunk.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2536 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent d573e3b3
2009-07-27: Version 1.3.0
Allowed RegExp objects to be called as functions (issue 132).
Fixed issue where global property cells would escape after
detaching the global object; see http://crbug.com/16276.
Added support for stepping into setters and getters in the
debugger.
Changed the debugger to avoid stopping in its own JavaScript code
and in the code of built-in functions.
Fixed issue 345 by avoiding duplicate escaping labels.
Fixed ARM code generator crash in short-circuited boolean
expressions and added regression tests.
Added an external allocation limit to avoid issues where small V8
objects would hold on to large amounts of external memory without
causing garbage collections.
Finished more of the inline caching stubs for x64 targets.
2009-07-13: Version 1.2.14
Added separate paged heap space for global property cells and
......
......@@ -34,7 +34,7 @@
// cannot be changed without changing the SCons build script.
#define MAJOR_VERSION 1
#define MINOR_VERSION 3
#define BUILD_NUMBER 0
#define BUILD_NUMBER 1
#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