[v8-dev] [v8] r22804 committed - Use ARRAY_SIZE instead of DIY code....

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22804 Author: svenpa...@chromium.org Date: Mon Aug 4 09:01:26 2014 UTC Log: Use ARRAY_SIZE instead of DIY code. This improves r22769. R=bmeu...@chromium.org Review URL: https://codereview.chromium.org/437153002 http://code.google.com/p/v8/source/detail?r=22804 Modified:

[v8-dev] [v8] r22805 committed - Cleanup in stub-cache.cc; remove unused ArrayLength store ICs....

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22805 Author: verwa...@chromium.org Date: Mon Aug 4 09:09:21 2014 UTC Log: Cleanup in stub-cache.cc; remove unused ArrayLength store ICs. BUG= R=ish...@chromium.org Review URL: https://codereview.chromium.org/430783002 http://code.google.com/p/v8/source/detail?r=22805

[v8-dev] [v8] r22806 committed - Add dependencies on gtest and gmock...

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22806 Author: joc...@chromium.org Date: Mon Aug 4 09:11:02 2014 UTC Log: Add dependencies on gtest and gmock Because Benedikt said so. BUG=none LOG=y R=bmeu...@chromium.org, machenb...@chromium.org Review URL: https://codereview.chromium.org/434423002

[v8-dev] Re: Issue 2218 in v8: HTML extensions to String.prototype should throw an error if the `this` object is not coercible (i.e. `null` or `undefined`)

2014-08-04 Thread codesite-noreply via v8-dev
Updates: Labels: Harmony Comment #11 on issue 2218 by math...@qiwi.be: HTML extensions to String.prototype should throw an error if the `this` object is not coercible (i.e. `null` or `undefined`) http://code.google.com/p/v8/issues/detail?id=2218 (No comment was entered for this

[v8-dev] [v8] r22807 committed - Update test expectations for mjsunit/tools/tickprocessor...

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22807 Author: jkumme...@chromium.org Date: Mon Aug 4 09:13:58 2014 UTC Log: Update test expectations for mjsunit/tools/tickprocessor R=yang...@chromium.org Review URL: https://codereview.chromium.org/440673002 http://code.google.com/p/v8/source/detail?r=22807 Modified:

[v8-dev] Re: Issue 3475 in v8: Arrow function declaration cannot be optimized

2014-08-04 Thread codesite-noreply via v8-dev
Updates: Cc: dslo...@chromium.org ape...@igalia.com Comment #1 on issue 3475 by rossb...@chromium.org: Arrow function declaration cannot be optimized http://code.google.com/p/v8/issues/detail?id=3475 (No comment was entered for this change.) -- You received this message because this

[v8-dev] Re: Issue 3475 in v8: Arrow function declaration cannot be optimized

2014-08-04 Thread codesite-noreply via v8-dev
Comment #2 on issue 3475 by wi...@igalia.com: Arrow function declaration cannot be optimized http://code.google.com/p/v8/issues/detail?id=3475 Adrian is on holidays for a couple weeks; I can take this one. -- You received this message because this project is configured to send all issue

[v8-dev] Re: Issue 3475 in v8: Arrow function declaration cannot be optimized

2014-08-04 Thread codesite-noreply via v8-dev
Comment #3 on issue 3475 by wi...@igalia.com: Arrow function declaration cannot be optimized http://code.google.com/p/v8/issues/detail?id=3475 Unless Andreas is already on it, I mean. Please LMK. -- You received this message because this project is configured to send all issue

[v8-dev] [v8] r22808 committed - Reuse the nonexistent handler frontend for transition handlers...

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22808 Author: verwa...@chromium.org Date: Mon Aug 4 10:47:10 2014 UTC Log: Reuse the nonexistent handler frontend for transition handlers BUG= R=ish...@chromium.org Review URL: https://codereview.chromium.org/437953003 http://code.google.com/p/v8/source/detail?r=22808

[v8-dev] [v8] r22809 committed - Runtime assert added to %NormalizeElements....

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22809 Author: ish...@chromium.org Date: Mon Aug 4 11:00:19 2014 UTC Log: Runtime assert added to %NormalizeElements. BUG=399654 LOG=N R=da...@chromium.org Review URL: https://codereview.chromium.org/423073007 http://code.google.com/p/v8/source/detail?r=22809 Modified:

[v8-dev] Re: Issue 3475 in v8: Arrow function declaration cannot be optimized

2014-08-04 Thread codesite-noreply via v8-dev
Comment #4 on issue 3475 by rossb...@chromium.org: Arrow function declaration cannot be optimized http://code.google.com/p/v8/issues/detail?id=3475 Just returned from vacation myself, and probably won't get much done soon. I'd appreciate if you took this one over. Thanks! -- You received

[v8-dev] [v8] r22810 committed - Version 3.27.34.10 (merged r22494)...

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22810 Author: ish...@chromium.org Date: Mon Aug 4 11:23:46 2014 UTC Log: Version 3.27.34.10 (merged r22494) Fix off-by-one error in Array.concat slow mode check BUG=chromium:395499 LOG=N R=jkumme...@chromium.org Review URL: https://codereview.chromium.org/439263002

[v8-dev] [v8] r22811 committed - Tagging version 3.27.34.10

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22811 Author: ish...@chromium.org Date: Mon Aug 4 11:24:01 2014 UTC Log: Tagging version 3.27.34.10 http://code.google.com/p/v8/source/detail?r=22811 Added: /tags/3.27.34.10 -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You

[v8-dev] [v8] r22813 committed - Fix typo....

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22813 Author: bmeu...@chromium.org Date: Mon Aug 4 11:40:26 2014 UTC Log: Fix typo. TBR=svenpa...@chromium.org Review URL: https://codereview.chromium.org/442443002 http://code.google.com/p/v8/source/detail?r=22813 Modified: /branches/bleeding_edge/src/assert-scope.h

[v8-dev] [v8] r22814 committed - Fix tools/generate-runtime-tests.py....

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22814 Author: bmeu...@chromium.org Date: Mon Aug 4 11:45:52 2014 UTC Log: Fix tools/generate-runtime-tests.py. TBR=svenpa...@chromium.org Review URL: https://codereview.chromium.org/436223003 http://code.google.com/p/v8/source/detail?r=22814 Deleted:

[v8-dev] [v8] r22815 committed - Add support for untagged LoadField, StoreField, LoadElement, and Store...

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22815 Author: tit...@chromium.org Date: Mon Aug 4 12:39:15 2014 UTC Log: Add support for untagged LoadField, StoreField, LoadElement, and StoreElement simplfied operators. This is needed for untagged accesses of typed array backing stores and generally cleans up.

[v8-dev] [v8] r22816 committed - ARM64: Use ARRAY_SIZE where possible....

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22816 Author: jacob.bram...@arm.com Date: Mon Aug 4 12:46:43 2014 UTC Log: ARM64: Use ARRAY_SIZE where possible. BUG= R=svenpa...@chromium.org Review URL: https://codereview.chromium.org/437813004 http://code.google.com/p/v8/source/detail?r=22816 Modified:

[v8-dev] [v8] r22817 committed - TF: simplified-lowering tests accidentally ran on unsupported platform...

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22817 Author: tit...@chromium.org Date: Mon Aug 4 12:51:34 2014 UTC Log: TF: simplified-lowering tests accidentally ran on unsupported platforms. TBR=bmeu...@chromium.org BUG= Review URL: https://codereview.chromium.org/433423005

[v8-dev] [v8] r22818 committed - Version 3.26.31.15 (merged r22494)...

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22818 Author: ish...@chromium.org Date: Mon Aug 4 13:01:34 2014 UTC Log: Version 3.26.31.15 (merged r22494) Fix off-by-one error in Array.concat slow mode check BUG=chromium:395499 LOG=N R=jkumme...@chromium.org Review URL: https://codereview.chromium.org/439723005

[v8-dev] [v8] r22819 committed - Tagging version 3.26.31.15

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22819 Author: ish...@chromium.org Date: Mon Aug 4 13:01:51 2014 UTC Log: Tagging version 3.26.31.15 http://code.google.com/p/v8/source/detail?r=22819 Added: /tags/3.26.31.15 -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You

[v8-dev] [v8] r22820 committed - Fix build on Win64 for tests....

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22820 Author: tit...@chromium.org Date: Mon Aug 4 13:27:33 2014 UTC Log: Fix build on Win64 for tests. R=bmeu...@chromium.org BUG= Review URL: https://codereview.chromium.org/423073008 http://code.google.com/p/v8/source/detail?r=22820 Modified:

[v8-dev] [v8] r22822 committed - Version 3.27.34.11 (merged r22007, r22019, r22090)...

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22822 Author: hpa...@chromium.org Date: Mon Aug 4 14:18:05 2014 UTC Log: Version 3.27.34.11 (merged r22007, r22019, r22090) Wait for sweeper threads when expansion of old generation fails. Collect garbage with kReduceMemoryFootprintMask in IdleNotification. Waiting for

[v8-dev] [v8] r22823 committed - Tagging version 3.27.34.11

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22823 Author: hpa...@chromium.org Date: Mon Aug 4 14:18:22 2014 UTC Log: Tagging version 3.27.34.11 http://code.google.com/p/v8/source/detail?r=22823 Added: /tags/3.27.34.11 -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You

[v8-dev] [v8] r22821 committed - Fix more stack smashing bugs in test....

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22821 Author: tit...@chromium.org Date: Mon Aug 4 14:17:52 2014 UTC Log: Fix more stack smashing bugs in test. R=mstarzin...@chromium.org BUG= Review URL: https://codereview.chromium.org/415403008 http://code.google.com/p/v8/source/detail?r=22821 Modified:

[v8-dev] [v8] r22824 committed - MIPS: Cleanup in stub-cache.cc; remove unused ArrayLength store ICs....

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22824 Author: akos.pa...@imgtec.com Date: Mon Aug 4 14:30:01 2014 UTC Log: MIPS: Cleanup in stub-cache.cc; remove unused ArrayLength store ICs. Port r22805 (d6b2885f) BUG= R=dusan.milosavlje...@imgtec.com Review URL: https://codereview.chromium.org/439733003

[v8-dev] [v8] r22825 committed - [Auto-roll] Bump up version to 3.28.55.0...

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22825 Author: machenb...@chromium.org Date: Mon Aug 4 14:34:14 2014 UTC Log: [Auto-roll] Bump up version to 3.28.55.0 TBR=machenb...@chromium.org Review URL: https://codereview.chromium.org/436253003 http://code.google.com/p/v8/source/detail?r=22825 Modified:

[v8-dev] Issue 3484 in v8: yield* should only propagate throw() if iterator has throw() implementation

2014-08-04 Thread codesite-noreply via v8-dev
Status: Accepted Owner: wi...@igalia.com CC: mstarzin...@chromium.org, rossb...@chromium.org, yang...@chromium.org Labels: Type-Bug Priority-Medium New issue 3484 by wi...@igalia.com: yield* should only propagate throw() if iterator has throw() implementation

[v8-dev] [v8] r22826 committed - Keep function.prototype fast....

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22826 Author: verwa...@chromium.org Date: Mon Aug 4 15:02:07 2014 UTC Log: Keep function.prototype fast. BUG= R=ish...@chromium.org Review URL: https://codereview.chromium.org/437083004 http://code.google.com/p/v8/source/detail?r=22826 Modified:

[v8-dev] [v8] r22827 committed - Ensure prototypes always stay fast by turning them fast again after an...

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22827 Author: verwa...@chromium.org Date: Mon Aug 4 15:06:28 2014 UTC Log: Ensure prototypes always stay fast by turning them fast again after an operation that turned them slow BUG= R=ish...@chromium.org Review URL: https://codereview.chromium.org/439243005

[v8-dev] [v8] r22828 committed - Don't insert transitions between maps for prototypes....

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22828 Author: verwa...@chromium.org Date: Mon Aug 4 15:12:01 2014 UTC Log: Don't insert transitions between maps for prototypes. BUG= R=ish...@chromium.org Review URL: https://codereview.chromium.org/437953004 http://code.google.com/p/v8/source/detail?r=22828 Modified:

[v8-dev] [v8] r22829 committed - ARM64: fixed a couple of typos in TF...

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22829 Author: rodolph.perfe...@arm.com Date: Mon Aug 4 15:17:19 2014 UTC Log: ARM64: fixed a couple of typos in TF BUG= R=bmeu...@chromium.org Review URL: https://codereview.chromium.org/427713003 http://code.google.com/p/v8/source/detail?r=22829 Modified:

[v8-dev] [v8] r22830 committed - Also mark as prototype when passing in while creating a function....

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22830 Author: verwa...@chromium.org Date: Mon Aug 4 15:23:29 2014 UTC Log: Also mark as prototype when passing in while creating a function. BUG= R=ish...@chromium.org Review URL: https://codereview.chromium.org/422233010 http://code.google.com/p/v8/source/detail?r=22830

[v8-dev] Issue 3485 in v8: EcmaScript internal method invariants violated in some cases

2014-08-04 Thread codesite-noreply via v8-dev
Status: New Owner: New issue 3485 by bzbar...@mit.edu: EcmaScript internal method invariants violated in some cases http://code.google.com/p/v8/issues/detail?id=3485 See the links in https://mail.mozilla.org/pipermail/es-discuss/2014-July/038524.html which show Chrome violating ES

[v8-dev] Re: Issue 3485 in v8: EcmaScript internal method invariants violated in some cases

2014-08-04 Thread codesite-noreply via v8-dev
Comment #1 on issue 3485 by bzbar...@mit.edu: EcmaScript internal method invariants violated in some cases http://code.google.com/p/v8/issues/detail?id=3485 I would appreciate responses to that thread with an indication of how you propose the invariant violation be resolved so I can spec

[v8-dev] Re: Issue 3475 in v8: Arrow function declaration cannot be optimized

2014-08-04 Thread codesite-noreply via v8-dev
Updates: Owner: wi...@igalia.com Comment #5 on issue 3475 by wi...@igalia.com: Arrow function declaration cannot be optimized http://code.google.com/p/v8/issues/detail?id=3475 (No comment was entered for this change.) -- You received this message because this project is configured

[v8-dev] [v8] r22831 committed - Enable ES6 Symbols by default...

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22831 Author: ad...@chromium.org Date: Mon Aug 4 18:17:54 2014 UTC Log: Enable ES6 Symbols by default In doing so also remove all references to the --harmony-symbols flag. Due to the way context snapshotting works, it's not possible to simply enable the flag by default.

[v8-dev] Re: Issue 2217 in v8: HTML extensions to String.prototype shouldn't escape ', and in argument values; only

2014-08-04 Thread codesite-noreply via v8-dev
Updates: Cc: a...@chromium.org Comment #17 on issue 2217 by a...@chromium.org: HTML extensions to String.prototype shouldn't escape ', and in argument values; only http://code.google.com/p/v8/issues/detail?id=2217 (No comment was entered for this change.) -- You received this

[v8-dev] Re: Issue 2217 in v8: HTML extensions to String.prototype shouldn't escape ', and in argument values; only

2014-08-04 Thread codesite-noreply via v8-dev
Updates: Status: Accepted Comment #18 on issue 2217 by a...@chromium.org: HTML extensions to String.prototype shouldn't escape ', and in argument values; only http://code.google.com/p/v8/issues/detail?id=2217 Mathias, are you planning on fixing this one? -- You received this

[v8-dev] Re: Issue 2218 in v8: HTML extensions to String.prototype should throw an error if the `this` object is not coercible (i.e. `null` or `undefined`)

2014-08-04 Thread codesite-noreply via v8-dev
Updates: Status: Assigned Owner: math...@qiwi.be Cc: a...@chromium.org rossb...@chromium.org Comment #12 on issue 2218 by a...@chromium.org: HTML extensions to String.prototype should throw an error if the `this` object is not coercible (i.e. `null` or `undefined`)

[v8-dev] [v8] r22832 committed - [Auto-roll] Bump up version to 3.28.56.0...

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22832 Author: machenb...@chromium.org Date: Mon Aug 4 19:04:14 2014 UTC Log: [Auto-roll] Bump up version to 3.28.56.0 TBR=machenb...@chromium.org Review URL: https://codereview.chromium.org/435233002 http://code.google.com/p/v8/source/detail?r=22832 Modified:

[v8-dev] [v8] r22833 committed - Fix Object-getOwnPropertyNames test after turning on Symbols...

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22833 Author: ad...@chromium.org Date: Mon Aug 4 19:08:13 2014 UTC Log: Fix Object-getOwnPropertyNames test after turning on Symbols TBR=dslo...@chromium.org Review URL: https://codereview.chromium.org/438103002 http://code.google.com/p/v8/source/detail?r=22833 Modified:

[v8-dev] [v8] r22834 committed - Fix spurious debug-script assertion after enabling Symbols...

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22834 Author: ad...@chromium.org Date: Mon Aug 4 19:17:21 2014 UTC Log: Fix spurious debug-script assertion after enabling Symbols This approach, of allowing either N or N+1 in this assert, is the same approach used before my Symbols patch that naively changed to use

[v8-dev] Issue 3486 in v8: RegExp.$input is V8 only

2014-08-04 Thread codesite-noreply via v8-dev
Status: Accepted Owner: a...@chromium.org Labels: Type-Bug Priority-Medium New issue 3486 by a...@chromium.org: RegExp.$input is V8 only http://code.google.com/p/v8/issues/detail?id=3486 RegExp.$input is not part of the spec and not implemented in any other browser -- You received this

[v8-dev] [v8] r22835 committed - Tagging version 3.28.55

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22835 Author: machenb...@chromium.org Date: Mon Aug 4 20:39:15 2014 UTC Log: Tagging version 3.28.55 http://code.google.com/p/v8/source/detail?r=22835 Added: /tags/3.28.55 -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You

[v8-dev] Re: Issue 2217 in v8: HTML extensions to String.prototype shouldn't escape ', and in argument values; only

2014-08-04 Thread codesite-noreply via v8-dev
Comment #19 on issue 2217 by math...@qiwi.be: HTML extensions to String.prototype shouldn't escape ', and in argument values; only http://code.google.com/p/v8/issues/detail?id=2217 I'd love to! I'll start rebasing my old patch (comment 3) right away. -- You received this message because

[v8-dev] Re: Issue 2217 in v8: HTML extensions to String.prototype shouldn't escape ', and in argument values; only

2014-08-04 Thread codesite-noreply via v8-dev
Updates: Owner: mathi...@opera.com Comment #20 on issue 2217 by math...@qiwi.be: HTML extensions to String.prototype shouldn't escape ', and in argument values; only http://code.google.com/p/v8/issues/detail?id=2217 (No comment was entered for this change.) -- You received this

[v8-dev] Re: Issue 2218 in v8: HTML extensions to String.prototype should throw an error if the `this` object is not coercible (i.e. `null` or `undefined`)

2014-08-04 Thread codesite-noreply via v8-dev
Issue 2218: HTML extensions to String.prototype should throw an error if the `this` object is not coercible (i.e. `null` or `undefined`) http://code.google.com/p/v8/issues/detail?id=2218 This issue is now blocking issue v8:2217. See http://code.google.com/p/v8/issues/detail?id=2217 -- You

[v8-dev] Re: Issue 2217 in v8: HTML extensions to String.prototype shouldn't escape ', and in argument values; only

2014-08-04 Thread codesite-noreply via v8-dev
Updates: Blockedon: v8:2218 Comment #21 on issue 2217 by math...@qiwi.be: HTML extensions to String.prototype shouldn't escape ', and in argument values; only http://code.google.com/p/v8/issues/detail?id=2217 I'll wait until the patch for 2218 is merged, as it includes the

[v8-dev] [v8] r22836 committed - Mark global-constructors-listing as failing in TestExpectations...

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22836 Author: ad...@chromium.org Date: Mon Aug 4 23:59:25 2014 UTC Log: Mark global-constructors-listing as failing in TestExpectations They're failing due to the addition of Symbol to the global scope. These expectations can be removed once

[v8-dev] [v8] r22838 committed - Tagging version 3.28.57

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22838 Author: machenb...@chromium.org Date: Tue Aug 5 00:11:52 2014 UTC Log: Tagging version 3.28.57 http://code.google.com/p/v8/source/detail?r=22838 Added: /tags/3.28.57 -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You

[v8-dev] [v8] r22839 committed - X87: Avoid one repeated property lookup when computing load ICs....

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22839 Author: weiliang@intel.com Date: Tue Aug 5 03:20:18 2014 UTC Log: X87: Avoid one repeated property lookup when computing load ICs. r22802 touches X87 port but it is not changed completely. port r22802. original commit message: Avoid one repeated property

[v8-dev] [v8] r22840 committed - X87: Cleanup in stub-cache.cc; remove unused ArrayLength store ICs....

2014-08-04 Thread codesite-noreply via v8-dev
Revision: 22840 Author: weiliang@intel.com Date: Tue Aug 5 03:24:18 2014 UTC Log: X87: Cleanup in stub-cache.cc; remove unused ArrayLength store ICs. port r22805 original commit message: Cleanup in stub-cache.cc; remove unused ArrayLength store ICs. BUG=

[v8-dev] [v8] r22841 committed - Edited wiki page BuildingWithGYP through web user interface.

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22841 Author: bmeu...@chromium.org Date: Tue Aug 5 07:06:13 2014 UTC Log: Edited wiki page BuildingWithGYP through web user interface. http://code.google.com/p/v8/source/detail?r=22841 Modified: /wiki/BuildingWithGYP.wiki === ---

[v8-dev] [v8] r22842 committed - Move anonymous function name beautifying out of v8....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22842 Author: a...@chromium.org Date: Tue Aug 5 07:08:39 2014 UTC Log: Move anonymous function name beautifying out of v8. R=yang...@chromium.org, yu...@chromium.org Review URL: https://codereview.chromium.org/425223004 http://code.google.com/p/v8/source/detail?r=22842

[v8-dev] [v8] r22843 committed - Revert Also mark as prototype when passing in while creating a functi...

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22843 Author: hpa...@chromium.org Date: Tue Aug 5 07:20:57 2014 UTC Log: Revert Also mark as prototype when passing in while creating a function. Breaks GC stress ARM64. TBR=verwa...@chromium.org BUG= Review URL: https://codereview.chromium.org/439983002

[v8-dev] [v8] r22844 committed - Remove all encountered weak maps from the list of weak collections whe...

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22844 Author: hpa...@chromium.org Date: Tue Aug 5 07:29:13 2014 UTC Log: Remove all encountered weak maps from the list of weak collections when incremental marking is aborted. BUG=399527 LOG=n R=mstarzin...@chromium.org Review URL:

[v8-dev] [v8] r22845 committed - Make CPU profiler function names match ones from StackFrame iterator....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22845 Author: a...@chromium.org Date: Tue Aug 5 07:31:17 2014 UTC Log: Make CPU profiler function names match ones from StackFrame iterator. R=yang...@chromium.org, yu...@chromium.org Review URL: https://codereview.chromium.org/417253003

[v8-dev] [v8] r22846 committed - Merge three PromiseEvent's into one....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22846 Author: yang...@chromium.org Date: Tue Aug 5 07:42:06 2014 UTC Log: Merge three PromiseEvent's into one. This also adds missing instrumentation and removes resolver tracking. BUG=v8:3093 LOG=N R=aand...@chromium.org, yang...@chromium.org Review URL:

[v8-dev] [v8] r22847 committed - Initial import of unittests using GTest/GMock....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22847 Author: bmeu...@chromium.org Date: Tue Aug 5 08:07:25 2014 UTC Log: Initial import of unittests using GTest/GMock. R=joc...@chromium.org, svenpa...@chromium.org Review URL: https://codereview.chromium.org/439863004 http://code.google.com/p/v8/source/detail?r=22847

[v8-dev] [v8] r22848 committed - Fix build....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22848 Author: bmeu...@chromium.org Date: Tue Aug 5 08:10:21 2014 UTC Log: Fix build. TBR=joc...@chromium.org Review URL: https://codereview.chromium.org/442603004 http://code.google.com/p/v8/source/detail?r=22848 Modified:

[v8-dev] [v8] r22849 committed - Do not include native Javascript in ExecutionState frames....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22849 Author: yang...@chromium.org Date: Tue Aug 5 08:16:02 2014 UTC Log: Do not include native Javascript in ExecutionState frames. When a debug event is triggered, the ExecutionState object should not expose native JS code. R=aand...@chromium.org Review URL:

[v8-dev] [v8] r22851 committed - Make start node a value input to parameter nodes....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22851 Author: sigu...@chromium.org Date: Tue Aug 5 08:47:39 2014 UTC Log: Make start node a value input to parameter nodes. BUG= R=mstarzin...@chromium.org Review URL: https://codereview.chromium.org/437183002 http://code.google.com/p/v8/source/detail?r=22851 Modified:

[v8-dev] [v8] r22852 committed - Reland Also mark as prototype when passing in while creating a functi...

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22852 Author: verwa...@chromium.org Date: Tue Aug 5 09:24:27 2014 UTC Log: Reland Also mark as prototype when passing in while creating a function. Skip gc-stress for test relying on stable feedback (and hence stable gc timing). BUG= R=hpa...@chromium.org Review URL:

[v8-dev] [v8] r22853 committed - Inline LookupInHolder and NextHolder...

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22853 Author: verwa...@chromium.org Date: Tue Aug 5 09:32:55 2014 UTC Log: Inline LookupInHolder and NextHolder BUG= R=jkumme...@chromium.org Review URL: https://codereview.chromium.org/437513002 http://code.google.com/p/v8/source/detail?r=22853 Added:

[v8-dev] [v8] r22854 committed - Force incremental marking when called from idle notification....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22854 Author: hpa...@chromium.org Date: Tue Aug 5 09:40:09 2014 UTC Log: Force incremental marking when called from idle notification. BUG= R=ern...@chromium.org, joc...@chromium.org Review URL: https://codereview.chromium.org/426243002

[v8-dev] [v8] r22855 committed - Revert Initial import of unittests using GTest/GMock....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22855 Author: bmeu...@chromium.org Date: Tue Aug 5 10:16:47 2014 UTC Log: Revert Initial import of unittests using GTest/GMock. This reverts commit r22847 and r22848. Isolate initialization/shutdown still broken (so certain debug builds just crash), and our compiler flags

[v8-dev] [v8] r22856 committed - Remove special frontend for callbacks with slow-mode holders....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22856 Author: verwa...@chromium.org Date: Tue Aug 5 10:27:10 2014 UTC Log: Remove special frontend for callbacks with slow-mode holders. BUG= R=ish...@chromium.org Review URL: https://codereview.chromium.org/436273002 http://code.google.com/p/v8/source/detail?r=22856

[v8-dev] [v8] r22857 committed - Restore performance of accesses to JSGlobalProxy after r22802...

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22857 Author: jkumme...@chromium.org Date: Tue Aug 5 10:44:17 2014 UTC Log: Restore performance of accesses to JSGlobalProxy after r22802 R=verwa...@chromium.org Review URL: https://codereview.chromium.org/446523002 http://code.google.com/p/v8/source/detail?r=22857

[v8-dev] [v8] r22858 committed - Move left and right trimming of FixedArray into Heap....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22858 Author: mstarzin...@chromium.org Date: Tue Aug 5 11:16:11 2014 UTC Log: Move left and right trimming of FixedArray into Heap. R=hpa...@chromium.org BUG=v8:3231 LOG=n Review URL: https://codereview.chromium.org/200443004

[v8-dev] Re: Issue 3231 in v8: Fix old-style array right-trimming

2014-08-05 Thread codesite-noreply via v8-dev
Updates: Status: Fixed Owner: mstarzin...@chromium.org Cc: -mstarzin...@chromium.org hpa...@chromium.org Comment #2 on issue 3231 by mstarzin...@chromium.org: Fix old-style array right-trimming http://code.google.com/p/v8/issues/detail?id=3231 Fixed in r22858. -- You

[v8-dev] [v8] r22859 committed - Cleanup hydrogen generated handlers...

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22859 Author: verwa...@chromium.org Date: Tue Aug 5 11:22:29 2014 UTC Log: Cleanup hydrogen generated handlers BUG= R=ish...@chromium.org Review URL: https://codereview.chromium.org/445563002 http://code.google.com/p/v8/source/detail?r=22859 Modified:

[v8-dev] [v8] r22860 committed - Remove unnecesssary auxiliary definitions....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22860 Author: n...@chromium.org Date: Tue Aug 5 11:27:26 2014 UTC Log: Remove unnecesssary auxiliary definitions. R=rossb...@chromium.org BUG= Review URL: https://codereview.chromium.org/413983005 http://code.google.com/p/v8/source/detail?r=22860 Modified:

[v8-dev] [v8] r22861 committed - Removed GetConstructor from the API....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22861 Author: verwa...@chromium.org Date: Tue Aug 5 11:27:44 2014 UTC Log: Removed GetConstructor from the API. Instead either get the constructor property stored in the prototype, or keep a side-table. LOG=y R=joc...@chromium.org Review URL:

[v8-dev] [v8] r22862 committed - Verifier must ensure that start and end node of graph are set....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22862 Author: sigu...@chromium.org Date: Tue Aug 5 11:42:57 2014 UTC Log: Verifier must ensure that start and end node of graph are set. BUG= R=rossb...@chromium.org Review URL: https://codereview.chromium.org/444583004 http://code.google.com/p/v8/source/detail?r=22862

[v8-dev] [v8] r22863 committed - Cleanup V8_TURBOFAN_TARGET definition....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22863 Author: bmeu...@chromium.org Date: Tue Aug 5 11:53:32 2014 UTC Log: Cleanup V8_TURBOFAN_TARGET definition. Move to globals.h so we do no longer skip any number of tests. Introduce V8_TURBOFAN_BACKEND, which is 1 if we actually have a backend and want to compile it,

[v8-dev] [v8] r22864 committed - Move ClearNonLiveReferences and friends into the gc....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22864 Author: hpa...@chromium.org Date: Tue Aug 5 11:58:24 2014 UTC Log: Move ClearNonLiveReferences and friends into the gc. BUG= R=mstarzin...@chromium.org Review URL: https://codereview.chromium.org/440063002 http://code.google.com/p/v8/source/detail?r=22864 Modified:

[v8-dev] [v8] r22865 committed - Precise sweeping makes zapping of garbage memory in UpdatePointer obso...

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22865 Author: hpa...@chromium.org Date: Tue Aug 5 12:04:58 2014 UTC Log: Precise sweeping makes zapping of garbage memory in UpdatePointer obsolete. BUG= R=mstarzin...@chromium.org Review URL: https://codereview.chromium.org/440073002

[v8-dev] [v8] r22866 committed - Fix compilation on arm64....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22866 Author: bmeu...@chromium.org Date: Tue Aug 5 12:09:01 2014 UTC Log: Fix compilation on arm64. TBR=hpa...@chromium.org Review URL: https://codereview.chromium.org/435413002 http://code.google.com/p/v8/source/detail?r=22866 Modified:

[v8-dev] [v8] r22867 committed - Precise sweeping makes zapping of garbage memory when trimming arrays ...

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22867 Author: hpa...@chromium.org Date: Tue Aug 5 12:09:23 2014 UTC Log: Precise sweeping makes zapping of garbage memory when trimming arrays obsolete BUG= R=mstarzin...@chromium.org Review URL: https://codereview.chromium.org/439863006

[v8-dev] [v8] r22868 committed - Tag handlers as monomorphic...

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22868 Author: verwa...@chromium.org Date: Tue Aug 5 12:32:49 2014 UTC Log: Tag handlers as monomorphic BUG= R=ish...@chromium.org Review URL: https://codereview.chromium.org/444623002 http://code.google.com/p/v8/source/detail?r=22868 Modified:

[v8-dev] [v8] r22869 committed - Remove broken _WIN64 checks....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22869 Author: bmeu...@chromium.org Date: Tue Aug 5 12:38:19 2014 UTC Log: Remove broken _WIN64 checks. TBR=hpa...@chromium.org Review URL: https://codereview.chromium.org/440863002 http://code.google.com/p/v8/source/detail?r=22869 Modified:

[v8-dev] [v8] r22870 committed - Fix copypaste bug in gtest.gyp....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22870 Author: bmeu...@chromium.org Date: Tue Aug 5 12:44:27 2014 UTC Log: Fix copypaste bug in gtest.gyp. TBR=joc...@chromium.org Review URL: https://codereview.chromium.org/441873008 http://code.google.com/p/v8/source/detail?r=22870 Modified:

[v8-dev] Re: Issue 3475 in v8: Arrow function declaration cannot be optimized

2014-08-05 Thread codesite-noreply via v8-dev
Comment #6 on issue 3475 by wi...@igalia.com: Arrow function declaration cannot be optimized http://code.google.com/p/v8/issues/detail?id=3475 Although I am able to observe the bad bailout ID allocation, and I have patches to fix it, I can't reproduce the bug with the test case above. --

[v8-dev] [v8] r22871 committed - Another Win64 fix....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22871 Author: bmeu...@chromium.org Date: Tue Aug 5 13:06:17 2014 UTC Log: Another Win64 fix. TBR=mstarzin...@chromium.org Review URL: https://codereview.chromium.org/444643002 http://code.google.com/p/v8/source/detail?r=22871 Modified:

[v8-dev] Re: Issue 3475 in v8: Arrow function declaration cannot be optimized

2014-08-05 Thread codesite-noreply via v8-dev
Comment #7 on issue 3475 by mstarzin...@chromium.org: Arrow function declaration cannot be optimized http://code.google.com/p/v8/issues/detail?id=3475 Re #6: Yes, I had to temporarily revert the optimization of top-level code with --always-opt again. It was landed in r22666 and reverted in

[v8-dev] [v8] r22872 committed - yield* calls @@iterator on iterable...

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22872 Author: wi...@igalia.com Date: Tue Aug 5 13:17:49 2014 UTC Log: yield* calls @@iterator on iterable R=rossb...@chromium.org BUG=v8:3422 LOG=N Review URL: https://codereview.chromium.org/430693003 http://code.google.com/p/v8/source/detail?r=22872 Modified:

[v8-dev] [v8] r22873 committed - Undo some unintended changes from the Turbofan merge...

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22873 Author: rossb...@chromium.org Date: Tue Aug 5 13:19:32 2014 UTC Log: Undo some unintended changes from the Turbofan merge R=mstarzin...@chromium.org BUG= Review URL: https://codereview.chromium.org/435423002 http://code.google.com/p/v8/source/detail?r=22873

[v8-dev] [v8] r22874 committed - Prevent direct inclusion of headers from TF....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22874 Author: mstarzin...@chromium.org Date: Tue Aug 5 13:20:26 2014 UTC Log: Prevent direct inclusion of headers from TF. R=joc...@chromium.org, tit...@chromium.org Review URL: https://codereview.chromium.org/438243004 http://code.google.com/p/v8/source/detail?r=22874

[v8-dev] Re: Issue 3422 in v8: yield* iterable throw

2014-08-05 Thread codesite-noreply via v8-dev
Updates: Status: Fixed Comment #3 on issue 3422 by wi...@igalia.com: yield* iterable throw http://code.google.com/p/v8/issues/detail?id=3422 Fixed in http://code.google.com/p/v8/source/detail?r=22872; thanks for the report. Note that yield* still has another problem:

[v8-dev] [v8] r22875 committed - Enable C++11. Synch toolchains with Chrome....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22875 Author: svenpa...@chromium.org Date: Tue Aug 5 13:23:55 2014 UTC Log: Enable C++11. Synch toolchains with Chrome. * Consistently enable C++11 features on all platforms. * Use the same ARM toolchain version as Chrome. * Make clang the default on Mac OS X, just like

[v8-dev] Re: Issue 3099 in v8: next(value) call to newly created generator should throw TypeError

2014-08-05 Thread codesite-noreply via v8-dev
Updates: Status: WorkingAsIntended Labels: Harmony Comment #5 on issue 3099 by wi...@igalia.com: next(value) call to newly created generator should throw TypeError http://code.google.com/p/v8/issues/detail?id=3099 The spec changed to allow an argument to next() on a newborn

[v8-dev] Re: Issue 2735 in v8: Add support for @@iterator

2014-08-05 Thread codesite-noreply via v8-dev
Updates: Status: Fixed Comment #7 on issue 2735 by wi...@igalia.com: Add support for @@iterator http://code.google.com/p/v8/issues/detail?id=2735 Fixed in all cases except arguments object iteration (pending). -- You received this message because this project is configured to send all

[v8-dev] Re: Issue 2650 in v8: x64.debug failure in test-api/SetJitCodeEventHandler

2014-08-05 Thread codesite-noreply via v8-dev
Updates: Status: Invalid Comment #3 on issue 2650 by wi...@igalia.com: x64.debug failure in test-api/SetJitCodeEventHandler http://code.google.com/p/v8/issues/detail?id=2650 I haven't seen this in forever, assuming the bug report is now invalid. -- You received this message because

[v8-dev] Re: Issue 3096 in v8: status of a throws generator is executing

2014-08-05 Thread codesite-noreply via v8-dev
Comment #4 on issue 3096 by wi...@igalia.com: status of a throws generator is executing http://code.google.com/p/v8/issues/detail?id=3096 Issue 3430 has been merged into this issue. -- You received this message because this project is configured to send all issue notifications to this

[v8-dev] Re: Issue 3430 in v8: Incorrect error message when trying to call generator in closed state

2014-08-05 Thread codesite-noreply via v8-dev
Updates: Status: Duplicate Mergedinto: 3096 Comment #3 on issue 3430 by wi...@igalia.com: Incorrect error message when trying to call generator in closed state http://code.google.com/p/v8/issues/detail?id=3430 Dup to 3096. -- You received this message because this project is

[v8-dev] [v8] r22877 committed - Implement lowering of JS[Load,Store][Property,Named] to ICs....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22877 Author: mstarzin...@chromium.org Date: Tue Aug 5 13:32:26 2014 UTC Log: Implement lowering of JS[Load,Store][Property,Named] to ICs. R=tit...@chromium.org Review URL: https://codereview.chromium.org/439263004 http://code.google.com/p/v8/source/detail?r=22877

[v8-dev] [v8] r22878 committed - Unbreak build with clang....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22878 Author: svenpa...@chromium.org Date: Tue Aug 5 13:58:11 2014 UTC Log: Unbreak build with clang. It's unclear whether it's a clang bug or our code is wrong, to be verified later... TBR=bmeu...@chromium.org Review URL: https://codereview.chromium.org/438323002

[v8-dev] [v8] r22879 committed - Fix ARM64 port after r22876....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22879 Author: mstarzin...@chromium.org Date: Tue Aug 5 14:06:33 2014 UTC Log: Fix ARM64 port after r22876. R=bmeu...@chromium.org Review URL: https://codereview.chromium.org/447443002 http://code.google.com/p/v8/source/detail?r=22879 Modified:

[v8-dev] [v8] r22881 committed - [arm64] Fix....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22881 Author: bmeu...@chromium.org Date: Tue Aug 5 14:21:07 2014 UTC Log: [arm64] Fix. TBR=svenpa...@chromium.org Review URL: https://codereview.chromium.org/444663002 http://code.google.com/p/v8/source/detail?r=22881 Modified:

[v8-dev] [v8] r22880 committed - Revert Unbreak build with clang....

2014-08-05 Thread codesite-noreply via v8-dev
Revision: 22880 Author: bmeu...@chromium.org Date: Tue Aug 5 14:19:22 2014 UTC Log: Revert Unbreak build with clang. This reverts commit r22878 and fixes the actual bug instead. R=hpa...@chromium.org Review URL: https://codereview.chromium.org/446573002

  1   2   3   4   5   6   7   8   9   10   >