Author: [email protected]
Date: Wed May 27 01:46:40 2009
New Revision: 2063

Modified:
    trunk/AUTHORS
    trunk/src/ic.cc
    trunk/src/version.cc

Log:
Merge bleeding_e...@2053 and bleeding_e...@2056 to trunk.
Review URL: http://codereview.chromium.org/113889

Modified: trunk/AUTHORS
==============================================================================
--- trunk/AUTHORS       (original)
+++ trunk/AUTHORS       Wed May 27 01:46:40 2009
@@ -5,12 +5,13 @@

  Google Inc.

-Rene Rebe <[email protected]>
-Rafal Krypa <[email protected]>
-Jay Freeman <[email protected]>
-Daniel James <[email protected]>
-Paolo Giarrusso <[email protected]>
-Daniel Andersson <[email protected]>
  Alexander Botero-Lowry <[email protected]>
-Matt Hanselman <[email protected]>
  Craig Schlenter <[email protected]>
+Daniel Andersson <[email protected]>
+Daniel James <[email protected]>
+Jay Freeman <[email protected]>
+Joel Stanley <[email protected]>
+Matt Hanselman <[email protected]>
+Paolo Giarrusso <[email protected]>
+Rafal Krypa <[email protected]>
+Rene Rebe <[email protected]>

Modified: trunk/src/ic.cc
==============================================================================
--- trunk/src/ic.cc     (original)
+++ trunk/src/ic.cc     Wed May 27 01:46:40 2009
@@ -39,7 +39,7 @@
  namespace internal {

  #ifdef DEBUG
-static const char TransitionMarkFromState(IC::State state) {
+static char TransitionMarkFromState(IC::State state) {
    switch (state) {
      case UNINITIALIZED: return '0';
      case PREMONOMORPHIC: return 'P';

Modified: trunk/src/version.cc
==============================================================================
--- trunk/src/version.cc        (original)
+++ trunk/src/version.cc        Wed May 27 01:46:40 2009
@@ -35,7 +35,7 @@
  #define MAJOR_VERSION     1
  #define MINOR_VERSION     2
  #define BUILD_NUMBER      5
-#define PATCH_LEVEL       1
+#define PATCH_LEVEL       2
  #define CANDIDATE_VERSION false

  // Define SONAME to have the SCons build the put a specific SONAME into the

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to