Message from discussion
Issue 1609 in v8: NewGC: Code flushing is disabled by MarkCompactCollector::Prepare
Received: by 10.66.75.39 with SMTP id z7mr6245765pav.26.1351161829603;
Thu, 25 Oct 2012 03:43:49 -0700 (PDT)
X-BeenThere: v8-dev@googlegroups.com
Received: by 10.68.234.37 with SMTP id ub5ls10947791pbc.6.gmail; Thu, 25 Oct
2012 03:43:48 -0700 (PDT)
Received: by 10.68.132.162 with SMTP id ov2mr5966177pbb.0.1351161828910;
Thu, 25 Oct 2012 03:43:48 -0700 (PDT)
Received: by 10.68.132.162 with SMTP id ov2mr5966176pbb.0.1351161828827;
Thu, 25 Oct 2012 03:43:48 -0700 (PDT)
Return-Path: <35BeJUBAKBsEjvklzp0l-uvylws5nvvnsl.jvt2F-kl2nvvnslnyv1wz....@codesite.bounces.google.com>
Received: from mail-da0-f76.google.com (mail-da0-f76.google.com [209.85.210.76])
by gmr-mx.google.com with ESMTPS id m8si734189pav.2.2012.10.25.03.43.48
(version=TLSv1/SSLv3 cipher=OTHER);
Thu, 25 Oct 2012 03:43:48 -0700 (PDT)
Received-SPF: pass (google.com: domain of 35BeJUBAKBsEjvklzp0l-uvylws5nvvnsl.jvt2F-kl2nvvnslnyv1wz....@codesite.bounces.google.com designates 209.85.210.76 as permitted sender) client-ip=209.85.210.76;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of 35BeJUBAKBsEjvklzp0l-uvylws5nvvnsl.jvt2F-kl2nvvnslnyv1wz....@codesite.bounces.google.com designates 209.85.210.76 as permitted sender) smtp.mail=35BeJUBAKBsEjvklzp0l-uvylws5nvvnsl.jvt2F-kl2nvvnslnyv1wz....@codesite.bounces.google.com; dkim=pass header...@google.com
Received: by mail-da0-f76.google.com with SMTP id x4so374369daj.5
for <v8-dev@googlegroups.com>; Thu, 25 Oct 2012 03:43:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=google.com; s=20120113;
h=mime-version:reply-to:x-generated-by:x-googlecode-project
:x-googlecode-issue-id:references:in-reply-to:message-id:date
:subject:from:to:content-type;
bh=cIloigtPNHp0GYy+TOXk9yjI6vTOL/AGUD/WzYhIT/w=;
b=m0txqCgF06TlSGUde3Pxx1fXR/2HEkYW46b9oQbJPY56SK4fRP2jPhm+1nyQ7P6vbU
RISzu1Ebl8/tdFjYwgCXyEmG1O5YkjFdTv4lUM8EVwsghfOx8JyKN/PHrhY+Ysl4sEwg
j5QXPDYPbXuW8n6B+YiTtQA4wjnCpnV7B6fCt1dpFzk0wkBf47LYpBzFcFeDRa6Ytuv2
5MfbfUM+bmsxDaYuoisInZW2ZHnu6XzsxFGrT4jiCyhaZnOl6sASkUvoxA3VvYbzloLh
YNkJTKNsD5z9aHpbwNtrc/jTlgWfCQ3oYq/h1wRZH3CnYyFvgpXFvwTTqBKxllwz3D7R
ZgQw==
MIME-Version: 1.0
Received: by 10.66.84.34 with SMTP id v2mr2805725pay.38.1351161828747; Thu, 25
Oct 2012 03:43:48 -0700 (PDT)
Reply-To: codesite-nore...@google.com
X-Generated-By: Google Code
X-GoogleCode-Project: v8
X-GoogleCode-Issue-Id: 1609
References: <4-11690816309429728379-16512372757056904454-codesite-noreply=google....@googlecode.com>
<0-11690816309429728379-16512372757056904454-codesite-noreply=google....@googlecode.com>
In-Reply-To: <4-11690816309429728379-16512372757056904454-codesite-noreply=google....@googlecode.com>
Message-ID: <5-11690816309429728379-16512372757056904454-codesite-noreply=google....@googlecode.com>
Date: Thu, 25 Oct 2012 10:43:48 +0000
Subject: Re: Issue 1609 in v8: NewGC: Code flushing is disabled by MarkCompactCollector::Prepare
From: codesite-nore...@google.com
To: v8-dev@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes
Updates:
Status: Fixed
Comment #5 on issue 1609 by mstarzin...@chromium.org: NewGC: Code flushing
is disabled by MarkCompactCollector::Prepare
http://code.google.com/p/v8/issues/detail?id=1609
Fixed in r12796, r12734 and r12714. With this we should now be able to
perform incremental code flushing.