Revision: 4283
Author: [email protected]
Date: Thu Mar 25 07:40:30 2010
Log: Version 2.1.9.1

Merge r4277 to trunk.

[email protected]
Review URL: http://codereview.chromium.org/1217013
http://code.google.com/p/v8/source/detail?r=4283

Modified:
 /trunk/src/version.cc
 /trunk/tools/gyp/v8.gyp

=======================================
--- /trunk/src/version.cc       Thu Mar 25 07:34:15 2010
+++ /trunk/src/version.cc       Thu Mar 25 07:40:30 2010
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     2
 #define MINOR_VERSION     1
 #define BUILD_NUMBER      9
-#define PATCH_LEVEL       0
+#define PATCH_LEVEL       1
 #define CANDIDATE_VERSION false

 // Define SONAME to have the SCons build the put a specific SONAME into the
=======================================
--- /trunk/tools/gyp/v8.gyp     Thu Mar 25 07:34:15 2010
+++ /trunk/tools/gyp/v8.gyp     Thu Mar 25 07:40:30 2010
@@ -276,7 +276,6 @@
         '../../src/execution.h',
         '../../src/factory.cc',
         '../../src/factory.h',
-        '../../src/fast-codegen.cc',
         '../../src/fast-codegen.h',
         '../../src/fast-dtoa.cc',
         '../../src/fast-dtoa.h',
@@ -417,6 +416,7 @@
             '../../src/arm',
           ],
           'sources': [
+            '../../src/fast-codegen.cc',
             '../../src/jump-target-light-inl.h',
             '../../src/jump-target-light.cc',
             '../../src/virtual-frame-light-inl.h',
@@ -497,6 +497,7 @@
             '../../src/x64',
           ],
           'sources': [
+            '../../src/fast-codegen.cc',
             '../../src/jump-target-heavy-inl.h',
             '../../src/jump-target-heavy.cc',
             '../../src/virtual-frame-heavy-inl.h',

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

To unsubscribe from this group, send email to v8-dev+unsubscribegooglegroups.com or reply 
to this email with the words "REMOVE ME" as the subject.

Reply via email to