Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion r12705 committed - Prepare push to trunk. Now working on version 3.14.4....

Received: by 10.58.154.102 with SMTP id vn6mr285824veb.2.1349969752090;
        Thu, 11 Oct 2012 08:35:52 -0700 (PDT)
X-BeenThere: v8-dev@googlegroups.com
Received: by 10.220.107.208 with SMTP id c16ls1375436vcp.3.gmail; Thu, 11 Oct
 2012 08:35:51 -0700 (PDT)
Received: by 10.58.221.132 with SMTP id qe4mr300459vec.9.1349969751238;
        Thu, 11 Oct 2012 08:35:51 -0700 (PDT)
Received: by 10.58.221.132 with SMTP id qe4mr300458vec.9.1349969751221;
        Thu, 11 Oct 2012 08:35:51 -0700 (PDT)
Return-Path: <3V-d2UBAKBooq2rs6w7s-125s3zCu22uzs.q209M-rs9u22uzsu52836....@codesite.bounces.google.com>
Received: from mail-vb0-f76.google.com (mail-vb0-f76.google.com [209.85.212.76])
        by gmr-mx.google.com with ESMTPS id r14si337425vdu.1.2012.10.11.08.35.51
        (version=TLSv1/SSLv3 cipher=OTHER);
        Thu, 11 Oct 2012 08:35:51 -0700 (PDT)
Received-SPF: pass (google.com: domain of 3V-d2UBAKBooq2rs6w7s-125s3zCu22uzs.q209M-rs9u22uzsu52836....@codesite.bounces.google.com designates 209.85.212.76 as permitted sender) client-ip=209.85.212.76;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of 3V-d2UBAKBooq2rs6w7s-125s3zCu22uzs.q209M-rs9u22uzsu52836....@codesite.bounces.google.com designates 209.85.212.76 as permitted sender) smtp.mail=3V-d2UBAKBooq2rs6w7s-125s3zCu22uzs.q209M-rs9u22uzsu52836....@codesite.bounces.google.com; dkim=pass header...@google.com
Received: by mail-vb0-f76.google.com with SMTP id v13so8552vbk.5
        for <v8-dev@googlegroups.com>; Thu, 11 Oct 2012 08:35:51 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20120113;
        h=mime-version:x-generated-by:message-id:date:subject:from:to
         :content-type;
        bh=uCB4Kpvq6HWTDAFtEDGsD9JVG2kxDkOMHrGK9TZfOGQ=;
        b=LiD3plIiyUjRmNOUwPe5FfhD/fC940mAWqUiGOYfMyVhnkVgZWdm7GH9zc7kRAc/D5
         CgmLdKC8slPcJFN3QsnhV94A/A/ByhkQ4lO6aWF4b1OYFMs3X8FmDAj8oyatW8flDyjy
         SXzaRoO4E0IZEYHLnuAkL3WyrUvhG/AFBiqSWoMFYILXZZFValKPAK3qdXNCCkZKwplh
         zFdkQ+R4yhrvj21z1qTn6S5J7EH1c6kskIoEaX+U8ovAh1q9IQWa6e7r7Rcl872jU1RB
         AOYIJIMTFxDRpR7XEGDiBmTh9EMf+xWI3h4d+BeESaG4Wtnyn6qIVgX1JUdj/R8gbvys
         y2RA==
MIME-Version: 1.0
Received: by 10.224.117.143 with SMTP id r15mr908957qaq.1.1349969751079; Thu,
 11 Oct 2012 08:35:51 -0700 (PDT)
X-Generated-By: Google Code
Message-ID: <20cf3074d904787e5d04cbca5...@google.com>
Date: Thu, 11 Oct 2012 15:35:51 +0000
Subject: [v8] r12705 committed - Prepare push to trunk.  Now working on
 version 3.14.4....
From: codesite-nore...@google.com
To: v8-dev@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes

Revision: 12705
Author:   jkumme...@chromium.org
Date:     Thu Oct 11 08:35:24 2012
Log:      Prepare push to trunk.  Now working on version 3.14.4.

R=verwa...@chromium.org

Review URL: https://codereview.chromium.org/11094073
http://code.google.com/p/v8/source/detail?r=12705

Modified:
  /branches/bleeding_edge/ChangeLog
  /branches/bleeding_edge/src/version.cc

=======================================
--- /branches/bleeding_edge/ChangeLog	Wed Oct 10 10:05:00 2012
+++ /branches/bleeding_edge/ChangeLog	Thu Oct 11 08:35:24 2012
@@ -1,3 +1,13 @@
+2012-10-11: Version 3.14.3
+
+        Use native context to retrieve  
ErrorMessageForCodeGenerationFromStrings
+        (Chromium issue 155076).
+
+        Bumped variable limit further to 2^17 (Chromium issue 151625).
+
+        Performance and stability improvements on all platforms.
+
+
  2012-10-10: Version 3.14.2

          ARM: allowed VFP3 instructions when hardfloat is enabled.
=======================================
--- /branches/bleeding_edge/src/version.cc	Wed Oct 10 10:05:00 2012
+++ /branches/bleeding_edge/src/version.cc	Thu Oct 11 08:35:24 2012
@@ -34,7 +34,7 @@
  // cannot be changed without changing the SCons build script.
  #define MAJOR_VERSION     3
  #define MINOR_VERSION     14
-#define BUILD_NUMBER      3
+#define BUILD_NUMBER      4
  #define PATCH_LEVEL       0
  // Use 1 for candidates and 0 otherwise.
  // (Boolean macro values are not supported by all preprocessors.)