<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>v8-dev Google Group</title>
  <link>http://groups.google.com/group/v8-dev</link>
  <description>Mailing list for people working on the V8 codebase. For questions about using V8, see v8-users@googlegroups.com.</description>
  <language>en</language>
  <item>
  <title>[v8] r14808 committed - trace compare_nil_ic state in --trace-ic output...</title>
  <link>http://groups.google.com/group/v8-dev/browse_thread/thread/82b025902225dbed/371178b300cd2c10?show_docid=371178b300cd2c10</link>
  <description>
  Revision: 14808 &lt;br&gt; Author: ol...@chromium.org &lt;br&gt; Log: trace compare_nil_ic state in --trace-ic output &lt;br&gt; &lt;p&gt;BUG= &lt;br&gt; R=svenpa...@chromium.org &lt;br&gt; &lt;p&gt;Review URL: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://codereview.chromium.org/15735020&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/p/v8/source/detail?r=14808&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Modified: &lt;br&gt; /branches/bleeding_edge/src/co de-stubs.cc
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/v8-dev/browse_thread/thread/82b025902225dbed/371178b300cd2c10?show_docid=371178b300cd2c10</guid>
  <author>
  codesite-nore...@google.com
  </author>
  <pubDate>Fri, 24 May 2013 15:42:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: Liveness analysis for environment slots in Hydrogen (issue 15533004)</title>
  <link>http://groups.google.com/group/v8-dev/browse_thread/thread/c5c590b9f60f317f/6ee8546697558243?show_docid=6ee8546697558243</link>
  <description>
  Made more changes (see patch set descriptions). I believe I have addressed &lt;br&gt; all &lt;br&gt; of your comments now. Please take another look. &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://codereview.chromium.org/15533004/&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/v8-dev/browse_thread/thread/c5c590b9f60f317f/6ee8546697558243?show_docid=6ee8546697558243</guid>
  <author>
  jkumme...@chromium.org
  </author>
  <pubDate>Fri, 24 May 2013 15:31:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: trace compare_nil_ic state in --trace-ic output (issue 15735020)</title>
  <link>http://groups.google.com/group/v8-dev/browse_thread/thread/8747dd4bea909c9f/6add969ade2509fa?show_docid=6add969ade2509fa</link>
  <description>
  Committed patchset #2 manually as r14808 (presubmit successful). &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://codereview.chromium.org/15735020/&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/v8-dev/browse_thread/thread/8747dd4bea909c9f/6add969ade2509fa?show_docid=6add969ade2509fa</guid>
  <author>
  ol...@chromium.org
  </author>
  <pubDate>Fri, 24 May 2013 15:20:55 UT
</pubDate>
  </item>
  <item>
  <title>Re: Issue 2664 in v8: String.prorotype.replace/match do not update lastIndex</title>
  <link>http://groups.google.com/group/v8-dev/browse_thread/thread/b6d1c9b5157893a1/1ba5cb572ebbb49b?show_docid=1ba5cb572ebbb49b</link>
  <description>
  Comment #3 on issue 2664 by vego...@google.com: &lt;br&gt; String.prorotype.replace/match do not update lastIndex &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/p/v8/issues/detail?id=2664&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;I was filing a bug under assumption that RegExp.prototype.exec gradually &lt;br&gt; updates lastIndex when invoked at step 8.f.i. However I missed the fact
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/v8-dev/browse_thread/thread/b6d1c9b5157893a1/1ba5cb572ebbb49b?show_docid=1ba5cb572ebbb49b</guid>
  <author>
  codesite-nore...@google.com
  </author>
  <pubDate>Fri, 24 May 2013 14:15:50 UT
</pubDate>
  </item>
  <item>
  <title>Re: Fix hole handling, and ensure smi representation is handled properly (issue 16013003)</title>
  <link>http://groups.google.com/group/v8-dev/browse_thread/thread/bb55ff3b8c5057c6/a4b0d8e7922ad7da?show_docid=a4b0d8e7922ad7da</link>
  <description>
  Committed patchset #1 manually as r14807 (presubmit successful). &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://chromiumcodereview.appspot.com/16013003/&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/v8-dev/browse_thread/thread/bb55ff3b8c5057c6/a4b0d8e7922ad7da?show_docid=a4b0d8e7922ad7da</guid>
  <author>
  verwa...@chromium.org
  </author>
  <pubDate>Fri, 24 May 2013 13:40:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: Issue 2664 in v8: String.prorotype.replace/match do not update lastIndex</title>
  <link>http://groups.google.com/group/v8-dev/browse_thread/thread/b6d1c9b5157893a1/f97e132cac5565d1?show_docid=f97e132cac5565d1</link>
  <description>
  Updates: &lt;br&gt; Status: WorkingAsIntended &lt;br&gt; &lt;p&gt;Comment #2 on issue 2664 by yang...@chromium.org: &lt;br&gt; String.prorotype.replace/match do not update lastIndex &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/p/v8/issues/detail?id=2664&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt; From the spec on String.prototype.replace: &lt;br&gt; &lt;p&gt;Do the search in the same manner as in String.prototype.match, including
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/v8-dev/browse_thread/thread/b6d1c9b5157893a1/f97e132cac5565d1?show_docid=f97e132cac5565d1</guid>
  <author>
  codesite-nore...@google.com
  </author>
  <pubDate>Fri, 24 May 2013 13:38:11 UT
</pubDate>
  </item>
  <item>
  <title>Re: Fix hole handling, and ensure smi representation is handled properly (issue 16013003)</title>
  <link>http://groups.google.com/group/v8-dev/browse_thread/thread/bb55ff3b8c5057c6/9fd2ed2849195e04?show_docid=9fd2ed2849195e04</link>
  <description>
  lgtm &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://chromiumcodereview.appspot.com/16013003/&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/v8-dev/browse_thread/thread/bb55ff3b8c5057c6/9fd2ed2849195e04?show_docid=9fd2ed2849195e04</guid>
  <author>
  jkumme...@chromium.org
  </author>
  <pubDate>Fri, 24 May 2013 13:37:59 UT
</pubDate>
  </item>
  <item>
  <title>Fix hole handling, and ensure smi representation is handled properly (issue 16013003)</title>
  <link>http://groups.google.com/group/v8-dev/browse_thread/thread/bb55ff3b8c5057c6/2920dec84cdc1b0e?show_docid=2920dec84cdc1b0e</link>
  <description>
  Reviewers: Jakob, &lt;br&gt; &lt;p&gt;Message: &lt;br&gt; PTAL &lt;br&gt; &lt;p&gt;Description: &lt;br&gt; Fix hole handling, and ensure smi representation is handled properly &lt;br&gt; &lt;p&gt;Please review this at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://chromiumcodereview.appspot.com/16013003/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;SVN Base: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://v8.googlecode.com/svn/branches/bleeding_edge&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Affected files: &lt;br&gt; M src/arm/lithium-arm.h
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/v8-dev/browse_thread/thread/bb55ff3b8c5057c6/2920dec84cdc1b0e?show_docid=2920dec84cdc1b0e</guid>
  <author>
  verwa...@chromium.org
  </author>
  <pubDate>Fri, 24 May 2013 13:30:02 UT
</pubDate>
  </item>
  <item>
  <title>[v8] r14806 committed - Remove offset() and is_in_object() from hydrogen and lithium LoadNamed...</title>
  <link>http://groups.google.com/group/v8-dev/browse_thread/thread/e24db81462a461aa/775f8f9937b97ed0?show_docid=775f8f9937b97ed0</link>
  <description>
  Revision: 14806 &lt;br&gt; Author: tit...@chromium.org &lt;br&gt; Log: Remove offset() and is_in_object() from hydrogen and lithium &lt;br&gt; LoadNamedField and StoreNamedField and use the appropriate methods on &lt;br&gt; HObjectAccess instead &lt;br&gt; &lt;p&gt;BUG= &lt;br&gt; &lt;p&gt;Review URL: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://codereview.chromium.org/15881003&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/p/v8/source/detail?r=14806&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/v8-dev/browse_thread/thread/e24db81462a461aa/775f8f9937b97ed0?show_docid=775f8f9937b97ed0</guid>
  <author>
  codesite-nore...@google.com
  </author>
  <pubDate>Fri, 24 May 2013 12:42:35 UT
</pubDate>
  </item>
  <item>
  <title>[v8] r14804 committed - Version 3.19.4...</title>
  <link>http://groups.google.com/group/v8-dev/browse_thread/thread/7871b11891517a17/88d8d83b7afee075?show_docid=88d8d83b7afee075</link>
  <description>
  Revision: 14804 &lt;br&gt; Author: svenpa...@chromium.org &lt;br&gt; Log: Version 3.19.4 &lt;br&gt; &lt;p&gt;Fixed edge case in stack trace formatting. (Chromium issue 237617) &lt;br&gt; &lt;p&gt;Fixed embedded new-space pointer in LCmpObjectEqAndBranch. (Chromium issue &lt;br&gt; 240032) &lt;br&gt; &lt;p&gt;Made Object.freeze fast (issue 1858, Chromium issue 115960)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/v8-dev/browse_thread/thread/7871b11891517a17/88d8d83b7afee075?show_docid=88d8d83b7afee075</guid>
  <author>
  codesite-nore...@google.com
  </author>
  <pubDate>Fri, 24 May 2013 12:41:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: Remove offset() and is_in_object() from hydrogen and lithium LoadNamedField and StoreNamedField and… (issue 15881003)</title>
  <link>http://groups.google.com/group/v8-dev/browse_thread/thread/14ac5a00581361ed/db94e027a46bcb94?show_docid=db94e027a46bcb94</link>
  <description>
  Committed patchset #1 manually as r14806 (presubmit successful). &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://codereview.chromium.org/15881003/&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/v8-dev/browse_thread/thread/14ac5a00581361ed/db94e027a46bcb94?show_docid=db94e027a46bcb94</guid>
  <author>
  tit...@chromium.org
  </author>
  <pubDate>Fri, 24 May 2013 12:40:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: trace compare_nil_ic state in --trace-ic output (issue 15735020)</title>
  <link>http://groups.google.com/group/v8-dev/browse_thread/thread/8747dd4bea909c9f/713b58870d2d4995?show_docid=713b58870d2d4995</link>
  <description>
  lgtm &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://codereview.chromium.org/15735020/&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/v8-dev/browse_thread/thread/8747dd4bea909c9f/713b58870d2d4995?show_docid=713b58870d2d4995</guid>
  <author>
  svenpa...@chromium.org
  </author>
  <pubDate>Fri, 24 May 2013 12:39:23 UT
</pubDate>
  </item>
  <item>
  <title>[v8] r14805 committed - Tagging version 3.19.4</title>
  <link>http://groups.google.com/group/v8-dev/browse_thread/thread/05adf450be99868f/0e15027275c94cd0?show_docid=0e15027275c94cd0</link>
  <description>
  Revision: 14805 &lt;br&gt; Author: svenpa...@chromium.org &lt;br&gt; Log: Tagging version 3.19.4 &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/p/v8/source/detail?r=14805&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Added: &lt;br&gt; /tags/3.19.4
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/v8-dev/browse_thread/thread/05adf450be99868f/0e15027275c94cd0?show_docid=0e15027275c94cd0</guid>
  <author>
  codesite-nore...@google.com
  </author>
  <pubDate>Fri, 24 May 2013 12:37:13 UT
</pubDate>
  </item>
  <item>
  <title>[v8] r14803 committed - Prepare push to trunk. Now working on version 3.19.5....</title>
  <link>http://groups.google.com/group/v8-dev/browse_thread/thread/70cd8f0a0c7c9154/d003a7ef4e8e34d4?show_docid=d003a7ef4e8e34d4</link>
  <description>
  Revision: 14803 &lt;br&gt; Author: svenpa...@chromium.org &lt;br&gt; Log: Prepare push to trunk. Now working on version 3.19.5. &lt;br&gt; &lt;p&gt;R=jkumme...@chromium.org &lt;br&gt; &lt;p&gt;Review URL: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://codereview.chromium.org/16002003&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/p/v8/source/detail?r=14803&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Modified: &lt;br&gt; /branches/bleeding_edge/Change Log
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/v8-dev/browse_thread/thread/70cd8f0a0c7c9154/d003a7ef4e8e34d4?show_docid=d003a7ef4e8e34d4</guid>
  <author>
  codesite-nore...@google.com
  </author>
  <pubDate>Fri, 24 May 2013 12:35:12 UT
</pubDate>
  </item>
  <item>
  <title>Re: Prepare push to trunk. Now working on version 3.19.5. (issue 16002003)</title>
  <link>http://groups.google.com/group/v8-dev/browse_thread/thread/a4998772f027b935/d004cbcfd4e1930d?show_docid=d004cbcfd4e1930d</link>
  <description>
  Committed patchset #2 manually as r14803 (presubmit successful). &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://codereview.chromium.org/16002003/&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/v8-dev/browse_thread/thread/a4998772f027b935/d004cbcfd4e1930d?show_docid=d004cbcfd4e1930d</guid>
  <author>
  svenpa...@chromium.org
  </author>
  <pubDate>Fri, 24 May 2013 12:34:48 UT
</pubDate>
  </item>
  </channel>
</rss>
