Review URL: http://codereview.chromium.org/8829
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@617
ce2b1a6d-e550-0410-aec6-
3dcde31c8c00
+2008-10-28: Version 0.4.1
+
+ Added caching of RegExp data in compilation cache.
+
+ Added Visual Studio project file for d8 shell.
+
+ Fixed function call performance regression introduced in version
+ 0.4.0 when splitting the global object in two parts (issue 120).
+
+ Fixed issue 131 by checking for empty handles before throwing and
+ reporting exceptions.
+
+
2008-10-23: Version 0.4.0
Split the global object into two parts: The state holding global
const char* v8::V8::GetVersion() {
- return "0.4.1 (candidate)";
+ return "0.4.2 (candidate)";
}