Revision: 10445
Author: [email protected]
Date: Thu Jan 19 07:28:48 2012
Log: Prepare push to trunk. Now working on version 3.8.8.
[email protected]
Review URL: https://chromiumcodereview.appspot.com/9264011
http://code.google.com/p/v8/source/detail?r=10445
Modified:
/branches/bleeding_edge/ChangeLog
/branches/bleeding_edge/src/version.cc
=======================================
--- /branches/bleeding_edge/ChangeLog Mon Jan 16 02:28:34 2012
+++ /branches/bleeding_edge/ChangeLog Thu Jan 19 07:28:48 2012
@@ -1,3 +1,26 @@
+2012-01-19: Version 3.8.7
+
+ Ensure that LRandom restores rsi after call to the C function on
x64.
+ (Chromium issue http://crbug.com/110509)
+
+ Fixing include issues on *bsd when building with scons.
+ (issue 1897)
+
+ Provide a switch to specify -fno-strict-aliasing
+ (issue 1887)
+
+ Move WIN32 define from standalone.gypi to common.gypi
+ (issue 1760)
+
+ Fix corner-case in heap size estimation.
+ (issue 1893)
+
+ Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
+ (issue 1903)
+
+ Performance improvements and bug fixes.
+
+
2012-01-16: Version 3.8.6
Add primitive WebGL array support to d8.
=======================================
--- /branches/bleeding_edge/src/version.cc Mon Jan 16 02:28:34 2012
+++ /branches/bleeding_edge/src/version.cc Thu Jan 19 07:28:48 2012
@@ -1,4 +1,4 @@
-// Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright 2012 the V8 project authors. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
@@ -34,7 +34,7 @@
// cannot be changed without changing the SCons build script.
#define MAJOR_VERSION 3
#define MINOR_VERSION 8
-#define BUILD_NUMBER 7
+#define BUILD_NUMBER 8
#define PATCH_LEVEL 0
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev