[v8-dev] Re: Abstract string building in JSON-stringifier into IncrementalStringBuilder. (issue 713223002 by yang...@chromium.org)

2014-11-12 Thread yangguo
Committed patchset #1 (id:1) manually as 25276 (presubmit successful). https://codereview.chromium.org/713223002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group.

[v8-dev] [v8] r25276 committed - Abstract string building in JSON-stringifier into IncrementalStringBui...

2014-11-12 Thread codesite-noreply via v8-dev
Revision: 25276 Author: yang...@chromium.org Date: Wed Nov 12 08:04:41 2014 UTC Log: Abstract string building in JSON-stringifier into IncrementalStringBuilder. R=ish...@chromium.org Review URL: https://codereview.chromium.org/713223002

[v8-dev] Fix gn build. (issue 723463002 by yang...@chromium.org)

2014-11-12 Thread yangguo
Reviewers: Igor Sheludko, Description: Fix gn build. TBR=ish...@chromium.org Please review this at https://codereview.chromium.org/723463002/ Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+1, -1 lines): M BUILD.gn Index: BUILD.gn diff --git a/BUILD.gn

[v8-dev] Re: Fix gn build. (issue 723463002 by yang...@chromium.org)

2014-11-12 Thread yangguo
Committed patchset #2 (id:20001) manually as 25277 (tree was closed). https://codereview.chromium.org/723463002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group.

[v8-dev] [v8] r25277 committed - Fix gn build....

2014-11-12 Thread codesite-noreply via v8-dev
Revision: 25277 Author: yang...@chromium.org Date: Wed Nov 12 08:11:57 2014 UTC Log: Fix gn build. TBR=ish...@chromium.org Review URL: https://codereview.chromium.org/723463002 https://code.google.com/p/v8/source/detail?r=25277 Modified: /branches/bleeding_edge/BUILD.gn

[v8-dev] Re: Scheduler checks that end block doesn't have successors. (issue 710333002 by mstarzin...@chromium.org)

2014-11-12 Thread jarin
lgtm https://codereview.chromium.org/710333002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group. To unsubscribe from this group and stop receiving emails from

[v8-dev] Re: [turbofan] add gap move verifier (issue 704193007 by dcar...@chromium.org)

2014-11-12 Thread jarin
Very cool stuff. I have bunch of comments and questions. https://codereview.chromium.org/704193007/diff/260001/src/compiler/pipeline.cc File src/compiler/pipeline.cc (right): https://codereview.chromium.org/704193007/diff/260001/src/compiler/pipeline.cc#newcode579

[v8-dev] Fix windows build (static_cast missing). (issue 714413005 by yang...@chromium.org)

2014-11-12 Thread yangguo
Reviewers: Igor Sheludko, Description: Fix windows build (static_cast missing). TBR=ish...@chromium.org Please review this at https://codereview.chromium.org/714413005/ Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+1, -1 lines): M src/string-builder.h

[v8-dev] [v8] r25278 committed - Fix windows build (static_cast missing)....

2014-11-12 Thread codesite-noreply via v8-dev
Revision: 25278 Author: yang...@chromium.org Date: Wed Nov 12 08:15:30 2014 UTC Log: Fix windows build (static_cast missing). TBR=ish...@chromium.org Review URL: https://codereview.chromium.org/714413005 https://code.google.com/p/v8/source/detail?r=25278 Modified:

[v8-dev] Re: Fix windows build (static_cast missing). (issue 714413005 by yang...@chromium.org)

2014-11-12 Thread yangguo
Committed patchset #1 (id:1) manually as 25278 (presubmit successful). https://codereview.chromium.org/714413005/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group.

[v8-dev] Re: Fix scheduler for floating non-naked non-empty loops. (issue 709753002 by mstarzin...@chromium.org)

2014-11-12 Thread jarin
lgtm https://codereview.chromium.org/709753002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group. To unsubscribe from this group and stop receiving emails from

[v8-dev] Re: Issue 2825 in v8: breakpoint resolved to incorrect location

2014-11-12 Thread codesite-noreply via v8-dev
Comment #29 on issue 2825 by yang...@chromium.org: breakpoint resolved to incorrect location https://code.google.com/p/v8/issues/detail?id=2825 Can you offer some sort of repro? -- You received this message because this project is configured to send all issue notifications to this

[v8-dev] Re: Reland Fix stepping in for-loops. (issue 688243005 by yang...@chromium.org)

2014-11-12 Thread yangguo
Committed patchset #2 (id:20001) manually as 25279 (presubmit successful). https://codereview.chromium.org/688243005/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev

[v8-dev] [v8] r25279 committed - Reland Fix stepping in for-loops....

2014-11-12 Thread codesite-noreply via v8-dev
Revision: 25279 Author: yang...@chromium.org Date: Wed Nov 12 08:25:59 2014 UTC Log: Reland Fix stepping in for-loops. BUG=v8:3634 LOG=N R=u...@chromium.org Review URL: https://codereview.chromium.org/688243005 https://code.google.com/p/v8/source/detail?r=25279 Added:

[v8-dev] Re: Issue 3634 in v8: debugger 'next' command doesn't stop at every for...in loop executed within a function

2014-11-12 Thread codesite-noreply via v8-dev
Comment #5 on issue 3634 by bugdro...@chromium.org: debugger 'next' command doesn't stop at every for...in loop executed within a function https://code.google.com/p/v8/issues/detail?id=3634#c5 The following revision refers to this bug:

[v8-dev] Re: Issue 3634 in v8: debugger 'next' command doesn't stop at every for...in loop executed within a function

2014-11-12 Thread codesite-noreply via v8-dev
Comment #6 on issue 3634 by bugdro...@chromium.org: debugger 'next' command doesn't stop at every for...in loop executed within a function https://code.google.com/p/v8/issues/detail?id=3634#c6 The following revision refers to this bug:

[v8-dev] Re: X87: ES6: Add support for super in object literals (issue 716973004 by chunyang....@intel.com)

2014-11-12 Thread weiliang . lin
lgtm https://codereview.chromium.org/716973004/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group. To unsubscribe from this group and stop receiving emails from

[v8-dev] [v8] r25280 committed - X87: ES6: Add support for super in object literals...

2014-11-12 Thread codesite-noreply via v8-dev
Revision: 25280 Author: weiliang@intel.com Date: Wed Nov 12 08:32:50 2014 UTC Log: X87: ES6: Add support for super in object literals port 721ff07f5901a9bf9ccacf0356a2c10dc452f32d (r25271). original commit message: ES6: Add support for super in object literals This only

[v8-dev] Increase the target new space size to the max new space size (issue 721573003 by joc...@chromium.org)

2014-11-12 Thread jochen
Reviewers: Hannes Payer, Message: ptal Description: Increase the target new space size to the max new space size Assuming a page creates a low of objects that however will soon die after page load, delaying the first scavange will hopefully decrease the amount of time spent during page load

[v8-dev] Re: Move BailoutReason and flags computation to post-pass (issue 668143003 by wi...@igalia.com)

2014-11-12 Thread wingo
Thanks for the review and sorry for the delay. The updated patch addresses nits. https://codereview.chromium.org/668143003/diff/80001/src/ast-numbering.cc File src/ast-numbering.cc (right): https://codereview.chromium.org/668143003/diff/80001/src/ast-numbering.cc#newcode48

[v8-dev] Re: [turbofan] add gap move verifier (issue 704193007 by dcar...@chromium.org)

2014-11-12 Thread dcarney
https://codereview.chromium.org/704193007/diff/260001/src/compiler/pipeline.cc File src/compiler/pipeline.cc (right): https://codereview.chromium.org/704193007/diff/260001/src/compiler/pipeline.cc#newcode579 src/compiler/pipeline.cc:579: RegisterAllocatorVerifier* verifier = NULL; On 2014/11/12

[v8-dev] Re: Remove unused dot_for and dot_result strings from heap.h (issue 698483004 by ad...@chromium.org)

2014-11-12 Thread marja
lgtm https://codereview.chromium.org/698483004/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group. To unsubscribe from this group and stop receiving emails from

[v8-dev] Re: Issue 2825 in v8: breakpoint resolved to incorrect location

2014-11-12 Thread codesite-noreply via v8-dev
Comment #30 on issue 2825 by deve...@gmail.com: breakpoint resolved to incorrect location https://code.google.com/p/v8/issues/detail?id=2825 My example is not enough or outdated? -- You received this message because this project is configured to send all issue notifications to this

[v8-dev] Re: Move BailoutReason and flags computation to post-pass (issue 668143003 by wi...@igalia.com)

2014-11-12 Thread wingo
Thanks for the review and sorry for the delay. The updated patch addresses nits. https://codereview.chromium.org/668143003/diff/80001/src/ast-numbering.cc File src/ast-numbering.cc (right): https://codereview.chromium.org/668143003/diff/80001/src/ast-numbering.cc#newcode48

[v8-dev] Re: Remove dead AST code in For and While statements (issue 717923003 by ad...@chromium.org)

2014-11-12 Thread marja
lgtm https://codereview.chromium.org/717923003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group. To unsubscribe from this group and stop receiving emails from

[v8-dev] Re: Implement .of() on typed arrays (issue 660863003 by ape...@igalia.com)

2014-11-12 Thread wingo
LGTM with some nits in the tests; please add an OWNER :) https://codereview.chromium.org/660863003/diff/20001/test/mjsunit/harmony/typedarrays-of.js File test/mjsunit/harmony/typedarrays-of.js (right):

[v8-dev] Re: Scheduler checks that end block doesn't have successors. (issue 710333002 by mstarzin...@chromium.org)

2014-11-12 Thread mstarzinger
Committed patchset #1 (id:1) manually as 25281 (presubmit successful). https://codereview.chromium.org/710333002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group.

[v8-dev] [v8] r25281 committed - Scheduler checks that end block doesn't have successors....

2014-11-12 Thread codesite-noreply via v8-dev
Revision: 25281 Author: mstarzin...@chromium.org Date: Wed Nov 12 09:19:35 2014 UTC Log: Scheduler checks that end block doesn't have successors. R=ja...@chromium.org TEST=cctest/test-scheduler/RPOLoop Review URL: https://codereview.chromium.org/710333002

[v8-dev] Re: Issue 3685 in v8: Figure out what to do with counters

2014-11-12 Thread codesite-noreply via v8-dev
Updates: Status: Accepted Comment #2 on issue 3685 by rossb...@chromium.org: Figure out what to do with counters https://code.google.com/p/v8/issues/detail?id=3685 (No comment was entered for this change.) -- You received this message because this project is configured to send all

[v8-dev] Re: Implement parsing ES6 Template Literals (issue 663683006 by caitpotte...@gmail.com)

2014-11-12 Thread marja
LG modulo these comments. There's one bug (missing setting the flag), and the rest is variable naming and style nits. In general, the code looks very nice like arv@ said above, and IMO the latest patch set is a clear improvement over the previous versions. Thanks for working on this!

[v8-dev] Re: Issue 3685 in v8: Figure out what to do with counters

2014-11-12 Thread codesite-noreply via v8-dev
Updates: Cc: mvstan...@chromium.org Comment #3 on issue 3685 by mvstan...@chromium.org: Figure out what to do with counters https://code.google.com/p/v8/issues/detail?id=3685 (No comment was entered for this change.) -- You received this message because this project is configured to

[v8-dev] Re: Implement parsing ES6 Template Literals (issue 663683006 by caitpotte...@gmail.com)

2014-11-12 Thread marja
Oh and pls change the description of the CL to something more descriptive as a preparation step for landing this soon! https://codereview.chromium.org/663683006/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you

[v8-dev] Re: Reorder Error properties. (issue 717573006 by yang...@chromium.org)

2014-11-12 Thread jkummerow
LGTM, thanks! https://codereview.chromium.org/717573006/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group. To unsubscribe from this group and stop receiving emails

[v8-dev] Reorder Error properties. (issue 717573006 by yang...@chromium.org)

2014-11-12 Thread yangguo
Reviewers: Jakob, Description: Reorder Error properties. R=jkumme...@chromium.org Please review this at https://codereview.chromium.org/717573006/ Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+1, -1 lines): M src/messages.js Index: src/messages.js diff

[v8-dev] [v8] r25282 committed - Reorder Error properties....

2014-11-12 Thread codesite-noreply via v8-dev
Revision: 25282 Author: yang...@chromium.org Date: Wed Nov 12 09:28:17 2014 UTC Log: Reorder Error properties. R=jkumme...@chromium.org Review URL: https://codereview.chromium.org/717573006 https://code.google.com/p/v8/source/detail?r=25282 Modified:

[v8-dev] Re: Reorder Error properties. (issue 717573006 by yang...@chromium.org)

2014-11-12 Thread yangguo
Committed patchset #1 (id:1) manually as 25282 (presubmit successful). https://codereview.chromium.org/717573006/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group.

[v8-dev] Re: Implement .fill() on typed arrays (issue 699953003 by ape...@igalia.com)

2014-11-12 Thread wingo
https://codereview.chromium.org/699953003/diff/1/src/harmony-typedarray.js File src/harmony-typedarray.js (right): https://codereview.chromium.org/699953003/diff/1/src/harmony-typedarray.js#newcode67 src/harmony-typedarray.js:67: var array = ToObject(this); Need a check that the object is

[v8-dev] Remove unique static RegExpEmpty instance. (issue 716113002 by yang...@chromium.org)

2014-11-12 Thread yangguo
Reviewers: marja, Description: Remove unique static RegExpEmpty instance. R=ma...@chromium.org BUG=chromium:430652 LOG=N Please review this at https://codereview.chromium.org/716113002/ Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+3, -11 lines): M

[v8-dev] Re: Remove unique static RegExpEmpty instance. (issue 716113002 by yang...@chromium.org)

2014-11-12 Thread marja
lgtm https://codereview.chromium.org/716113002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group. To unsubscribe from this group and stop receiving emails from

[v8-dev] Re: Fix scheduler for floating non-naked non-empty loops. (issue 709753002 by mstarzin...@chromium.org)

2014-11-12 Thread mstarzinger
Committed patchset #3 (id:40001) manually as 25283 (presubmit successful). https://codereview.chromium.org/709753002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev

[v8-dev] [v8] r25283 committed - Fix scheduler for floating non-naked non-empty loops....

2014-11-12 Thread codesite-noreply via v8-dev
Revision: 25283 Author: mstarzin...@chromium.org Date: Wed Nov 12 09:38:33 2014 UTC Log: Fix scheduler for floating non-naked non-empty loops. R=ja...@chromium.org TEST=cctest/test-scheduler/NestedFloatingDiamondWithLoop Review URL: https://codereview.chromium.org/709753002

[v8-dev] Zap prototype transitions in release mode, too. (issue 715233002 by ja...@chromium.org)

2014-11-12 Thread jarin
Reviewers: ulan, Message: Could you a take a look please? Any idea how to test this? The only repro I have is an html page that ASSERTs in release mode with heap verification (I am not even sure we run this configuration on the waterfall). Description: Zap prototype transitions in release

[v8-dev] Double unboxing tests fixed. (issue 715263002 by ish...@chromium.org)

2014-11-12 Thread ishell
Reviewers: Toon Verwaest, Message: PTAL Description: Double unboxing tests fixed. Please review this at https://codereview.chromium.org/715263002/ Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+2, -1 lines): M test/cctest/test-unboxed-doubles.cc Index:

[v8-dev] Re: Double unboxing tests fixed. (issue 715263002 by ish...@chromium.org)

2014-11-12 Thread verwaest
lgtm https://codereview.chromium.org/715263002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group. To unsubscribe from this group and stop receiving emails from

[v8-dev] [v8] r25284 committed - Remove unique static RegExpEmpty instance....

2014-11-12 Thread codesite-noreply via v8-dev
Revision: 25284 Author: yang...@chromium.org Date: Wed Nov 12 09:43:56 2014 UTC Log: Remove unique static RegExpEmpty instance. R=ma...@chromium.org BUG=chromium:430652 LOG=N Review URL: https://codereview.chromium.org/716113002 https://code.google.com/p/v8/source/detail?r=25284

[v8-dev] Re: Remove unique static RegExpEmpty instance. (issue 716113002 by yang...@chromium.org)

2014-11-12 Thread yangguo
Committed patchset #1 (id:1) manually as 25284 (presubmit successful). https://codereview.chromium.org/716113002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group.

[v8-dev] Re: Fix bug in graph copy while inlining loops. (issue 712403003 by mstarzin...@chromium.org)

2014-11-12 Thread mstarzinger
Committed patchset #1 (id:1) manually as 25285 (presubmit successful). https://codereview.chromium.org/712403003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group.

[v8-dev] Re: Double unboxing tests fixed. (issue 715263002 by ish...@chromium.org)

2014-11-12 Thread ishell
Committed patchset #1 (id:1) manually as 25286 (presubmit successful). https://codereview.chromium.org/715263002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group.

[v8-dev] [v8] r25285 committed - Fix bug in graph copy while inlining loops....

2014-11-12 Thread codesite-noreply via v8-dev
Revision: 25285 Author: mstarzin...@chromium.org Date: Wed Nov 12 09:46:51 2014 UTC Log: Fix bug in graph copy while inlining loops. R=tit...@chromium.org TEST=cctest/test-run-inlining/InlineLoop Review URL: https://codereview.chromium.org/712403003

[v8-dev] [v8] r25286 committed - Double unboxing tests fixed....

2014-11-12 Thread codesite-noreply via v8-dev
Revision: 25286 Author: ish...@chromium.org Date: Wed Nov 12 09:47:32 2014 UTC Log: Double unboxing tests fixed. R=verwa...@chromium.org Review URL: https://codereview.chromium.org/715263002 https://code.google.com/p/v8/source/detail?r=25286 Modified:

[v8-dev] Re: Fix windows build (static_cast missing). (issue 714413005 by yang...@chromium.org)

2014-11-12 Thread ishell
lgtm https://codereview.chromium.org/714413005/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group. To unsubscribe from this group and stop receiving emails from

[v8-dev] Re: Various clean-ups after top-level lexical declarations are done. (issue 716833002 by dslo...@chromium.org)

2014-11-12 Thread rossberg
Like it, mostly nits. https://codereview.chromium.org/716833002/diff/1/src/full-codegen.cc File src/full-codegen.cc (right): https://codereview.chromium.org/716833002/diff/1/src/full-codegen.cc#newcode647 src/full-codegen.cc:647: // (innermost) enclosing script scope. To deal with recursion,

[v8-dev] Re: Zap prototype transitions in release mode, too. (issue 715233002 by ja...@chromium.org)

2014-11-12 Thread ulan
lgtm https://codereview.chromium.org/715233002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group. To unsubscribe from this group and stop receiving emails from

[v8-dev] Switch 'make builddeps' to use HTTPS everywhere. (issue 722613002 by mstarzin...@chromium.org)

2014-11-12 Thread mstarzinger
Reviewers: Jakob, Description: Switch 'make builddeps' to use HTTPS everywhere. R=jkumme...@chromium.org Please review this at https://codereview.chromium.org/722613002/ Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+3, -3 lines): M Makefile Index:

[v8-dev] Re: Switch 'make builddeps' to use HTTPS everywhere. (issue 722613002 by mstarzin...@chromium.org)

2014-11-12 Thread jkummerow
lgtm https://codereview.chromium.org/722613002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group. To unsubscribe from this group and stop receiving emails from

[v8-dev] [v8] r25287 committed - Zap prototype transitions in release mode, too....

2014-11-12 Thread codesite-noreply via v8-dev
Revision: 25287 Author: ja...@chromium.org Date: Wed Nov 12 10:01:45 2014 UTC Log: Zap prototype transitions in release mode, too. R=u...@chromium.org BUG=431559 LOG=n Review URL: https://codereview.chromium.org/715233002 https://code.google.com/p/v8/source/detail?r=25287 Modified:

[v8-dev] Re: Zap prototype transitions in release mode, too. (issue 715233002 by ja...@chromium.org)

2014-11-12 Thread jarin
Committed patchset #1 (id:1) manually as 25287 (presubmit successful). https://codereview.chromium.org/715233002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group.

[v8-dev] [v8] r25288 committed - [turbofan] Use cbz/cbnz when possible on arm64....

2014-11-12 Thread codesite-noreply via v8-dev
Revision: 25288 Author: baptiste.a...@arm.com Date: Wed Nov 12 10:06:12 2014 UTC Log: [turbofan] Use cbz/cbnz when possible on arm64. R=bmeu...@chromium.org Review URL: https://codereview.chromium.org/715433004 https://code.google.com/p/v8/source/detail?r=25288 Modified:

[v8-dev] Re: [turbofan] Use cbz/cbnz when possible on arm64. (issue 715433004 by baptiste.a...@arm.com)

2014-11-12 Thread baptiste . afsa
Committed patchset #1 (id:1) manually as 25288 (presubmit successful). https://codereview.chromium.org/715433004/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group.

[v8-dev] Re: Correctly compute line numbers in functions from the function constructor. (issue 701093003 by yang...@chromium.org)

2014-11-12 Thread yangguo
Committed patchset #5 (id:80001) manually as 25289 (presubmit successful). https://codereview.chromium.org/701093003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev

[v8-dev] [v8] r25289 committed - Correctly compute line numbers in functions from the function construc...

2014-11-12 Thread codesite-noreply via v8-dev
Revision: 25289 Author: yang...@chromium.org Date: Wed Nov 12 10:06:19 2014 UTC Log: Correctly compute line numbers in functions from the function constructor. R=aand...@chromium.org BUG=chromium:109362 LOG=Y Review URL: https://codereview.chromium.org/701093003

[v8-dev] Re: Switch 'make builddeps' to use HTTPS everywhere. (issue 722613002 by mstarzin...@chromium.org)

2014-11-12 Thread mstarzinger
Committed patchset #1 (id:1) manually as 25290 (presubmit successful). https://codereview.chromium.org/722613002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group.

[v8-dev] [v8] r25290 committed - Switch 'make builddeps' to use HTTPS everywhere....

2014-11-12 Thread codesite-noreply via v8-dev
Revision: 25290 Author: mstarzin...@chromium.org Date: Wed Nov 12 10:11:53 2014 UTC Log: Switch 'make builddeps' to use HTTPS everywhere. R=jkumme...@chromium.org Review URL: https://codereview.chromium.org/722613002 https://code.google.com/p/v8/source/detail?r=25290 Modified:

[v8-dev] Re: Issue 3685 in v8: Figure out what to do with counters

2014-11-12 Thread codesite-noreply via v8-dev
Comment #4 on issue 3685 by joc...@chromium.org: Figure out what to do with counters https://code.google.com/p/v8/issues/detail?id=3685 you should circulate this idea on the team mailing list. I think some regularly use counters for debugging. i guess not having counters on background

[v8-dev] Re: Various clean-ups after top-level lexical declarations are done. (issue 716833002 by dslo...@chromium.org)

2014-11-12 Thread dslomov
PTAL https://codereview.chromium.org/716833002/diff/1/src/full-codegen.cc File src/full-codegen.cc (right): https://codereview.chromium.org/716833002/diff/1/src/full-codegen.cc#newcode647 src/full-codegen.cc:647: // (innermost) enclosing script scope. To deal with recursion, nested modules On

[v8-dev] Re: Implement parsing ES6 Template Literals (issue 663683006 by caitpotte...@gmail.com)

2014-11-12 Thread marja
Can somebody (arv@?) have a look at src/harmony-templates.js, I can't say whether it's correct or not. https://codereview.chromium.org/663683006/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to

[v8-dev] Re: Issue 2935 in v8: Poor performance in Ember app Discourse

2014-11-12 Thread codesite-noreply via v8-dev
Comment #25 on issue 2935 by u...@chromium.org: Poor performance in Ember app Discourse https://code.google.com/p/v8/issues/detail?id=2935 I updated v8:3664 with a prototype fix, which reduces number of deoptimizations caused by weak references. To see noticeable performance improvement

[v8-dev] Issue 3688 in v8: TODOs for TF types

2014-11-12 Thread codesite-noreply via v8-dev
Status: Accepted Owner: ja...@chromium.org CC: rossb...@chromium.org, tit...@chromium.org, mstarzin...@chromium.org Labels: Type-FeatureRequest Priority-Medium TurboFan New issue 3688 by rossb...@chromium.org: TODOs for TF types https://code.google.com/p/v8/issues/detail?id=3688 Type

[v8-dev] Re: Various clean-ups after top-level lexical declarations are done. (issue 716833002 by dslo...@chromium.org)

2014-11-12 Thread rossberg
lgtm https://codereview.chromium.org/716833002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group. To unsubscribe from this group and stop receiving emails from

[v8-dev] Switch release scripts to pure git. (issue 716153002 by machenb...@chromium.org)

2014-11-12 Thread machenbach
Reviewers: tandrii, Message: PTAL https://codereview.chromium.org/716153002/diff/1/tools/push-to-trunk/common_includes.py File tools/push-to-trunk/common_includes.py (left): https://codereview.chromium.org/716153002/diff/1/tools/push-to-trunk/common_includes.py#oldcode452

[v8-dev] Re: Various clean-ups after top-level lexical declarations are done. (issue 716833002 by dslo...@chromium.org)

2014-11-12 Thread dslomov
https://codereview.chromium.org/716833002/diff/20001/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/716833002/diff/20001/src/parser.cc#newcode911 src/parser.cc:911: DCHECK(!(*scope)-is_script_scope()); As discussed offline, I'll land without this assertion and figure

[v8-dev] Re: [turbofan] add gap move verifier (issue 704193007 by dcar...@chromium.org)

2014-11-12 Thread dcarney
added second pass - cleaned some stuff up - ptal https://codereview.chromium.org/704193007/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group. To unsubscribe from

[v8-dev] Perform receiver patching for sloppy mode in high-level IR. (issue 717093002 by mstarzin...@chromium.org)

2014-11-12 Thread mstarzinger
Reviewers: *Toon Verwaest, danno, Message: Toon: PTAL. Danno: FYI. Description: Perform receiver patching for sloppy mode in high-level IR. R=verwa...@chromium.org TEST=cctest/test-run-jscalls/ReceiverPatching Please review this at https://codereview.chromium.org/717093002/ Base URL:

[v8-dev] MIPS: ES6: Add support for super in object literals. (issue 714423004 by balazs.kilv...@imgtec.com)

2014-11-12 Thread balazs . kilvady
Reviewers: danno, arv, paul.l..., gergely.kis.imgtec, akos.palfi.imgtec, dusmil.imgtec, Description: MIPS: ES6: Add support for super in object literals. Port 84741e76a346e34b018af129b0c15bd5d7b1af15 Port r25271 Original commit message: This only available under --harmony-classes

[v8-dev] Re: Various clean-ups after top-level lexical declarations are done. (issue 716833002 by dslo...@chromium.org)

2014-11-12 Thread dslomov
Committed patchset #3 (id:40001) manually as 25291 (presubmit successful). https://codereview.chromium.org/716833002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev

[v8-dev] [v8] r25291 committed - Various clean-ups after top-level lexical declarations are done....

2014-11-12 Thread codesite-noreply via v8-dev
Revision: 25291 Author: dslo...@chromium.org Date: Wed Nov 12 11:34:09 2014 UTC Log: Various clean-ups after top-level lexical declarations are done. 1. Global{Context,Scope}=Script{Context,Scope} 2. Enable fixed tests 3. Update comments R=rossb...@chromium.org BUG=v8:2198 LOG=N

[v8-dev] Re: Issue 2198 in v8: Implement block scoping

2014-11-12 Thread codesite-noreply via v8-dev
Comment #15 on issue 2198 by bugdro...@chromium.org: Implement block scoping https://code.google.com/p/v8/issues/detail?id=2198#c15 The following revision refers to this bug: https://chromium.googlesource.com/v8/v8.git/+/eacdfa0b7a5c587755b89bf12adce1042e8f423f commit

[v8-dev] Re: Issue 2198 in v8: Implement block scoping

2014-11-12 Thread codesite-noreply via v8-dev
Comment #14 on issue 2198 by bugdro...@chromium.org: Implement block scoping https://code.google.com/p/v8/issues/detail?id=2198#c14 The following revision refers to this bug: https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74 commit

[v8-dev] Leaving a generator via an exception causes it to close (issue 717123002 by wi...@igalia.com)

2014-11-12 Thread wingo
Reviewers: rossberg, Message: I looked into doing this in assembly, if there were a faster way, but no. We just have to turbofan %_GeneratorResume it seems. Description: Leaving a generator via an exception causes it to close R=rossb...@chromium.org BUG=v8:3096 LOG=Y Please review this at

[v8-dev] Re: Leaving a generator via an exception causes it to close (issue 717123002 by wi...@igalia.com)

2014-11-12 Thread rossberg
https://codereview.chromium.org/717123002/diff/1/src/generator.js File src/generator.js (right): https://codereview.chromium.org/717123002/diff/1/src/generator.js#newcode40 src/generator.js:40: } catch (e) { Wait, won't this catch the very throw above?

[v8-dev] Re: Leaving a generator via an exception causes it to close (issue 717123002 by wi...@igalia.com)

2014-11-12 Thread wingo
https://codereview.chromium.org/717123002/diff/1/src/generator.js File src/generator.js (right): https://codereview.chromium.org/717123002/diff/1/src/generator.js#newcode40 src/generator.js:40: } catch (e) { On 2014/11/12 11:56:27, rossberg wrote: Wait, won't this catch the very throw above?

[v8-dev] Re: Leaving a generator via an exception causes it to close (issue 717123002 by wi...@igalia.com)

2014-11-12 Thread wingo
On 2014/11/12 11:53:21, wingo wrote: I looked into doing this in assembly, if there were a faster way, but no. We just have to turbofan %_GeneratorResume it seems. FWIW I see no perf impact on a microbenchmark. https://codereview.chromium.org/717123002/ -- -- v8-dev mailing list

[v8-dev] Re: Leaving a generator via an exception causes it to close (issue 717123002 by wi...@igalia.com)

2014-11-12 Thread rossberg
lgtm https://codereview.chromium.org/717123002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group. To unsubscribe from this group and stop receiving emails from

[v8-dev] [arm] Remove code duplication in instruction selector. Refactoring. (issue 719713002 by bmeu...@chromium.org)

2014-11-12 Thread bmeurer
Reviewers: dcarney, Message: PTAL Description: [arm] Remove code duplication in instruction selector. Refactoring. TEST=unittests Please review this at https://codereview.chromium.org/719713002/ Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+75, -137 lines):

[v8-dev] Re: [arm] Remove code duplication in instruction selector. Refactoring. (issue 719713002 by bmeu...@chromium.org)

2014-11-12 Thread dcarney
lgtm https://codereview.chromium.org/719713002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group. To unsubscribe from this group and stop receiving emails from

[v8-dev] Re: [arm] Remove code duplication in instruction selector. Refactoring. (issue 719713002 by bmeu...@chromium.org)

2014-11-12 Thread bmeurer
Committed patchset #1 (id:1) manually as 25292 (presubmit successful). https://codereview.chromium.org/719713002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group.

[v8-dev] Re: Leaving a generator via an exception causes it to close (issue 717123002 by wi...@igalia.com)

2014-11-12 Thread wingo
This patch is incorrect, as it could close a generator that is executing. var g = (function* () { yield g.next() })(); g.next() https://codereview.chromium.org/717123002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message

[v8-dev] [v8] r25292 committed - [arm] Remove code duplication in instruction selector. Refactoring....

2014-11-12 Thread codesite-noreply via v8-dev
Revision: 25292 Author: bmeu...@chromium.org Date: Wed Nov 12 12:07:48 2014 UTC Log: [arm] Remove code duplication in instruction selector. Refactoring. TEST=unittests R=dcar...@chromium.org Review URL: https://codereview.chromium.org/719713002

[v8-dev] Re: Issue 2201 in v8: Expose more detailed memory statistics

2014-11-12 Thread codesite-noreply via v8-dev
Updates: Status: Fixed Comment #2 on issue 2201 by joc...@chromium.org: Expose more detailed memory statistics https://code.google.com/p/v8/issues/detail?id=2201 fixed ages ago :) -- You received this message because this project is configured to send all issue notifications to

[v8-dev] Re: Issue 3188 in v8: Support loading the ICU data from an external icu data file via mmap

2014-11-12 Thread codesite-noreply via v8-dev
Updates: Status: Fixed Comment #3 on issue 3188 by joc...@chromium.org: Support loading the ICU data from an external icu data file via mmap https://code.google.com/p/v8/issues/detail?id=3188 we don't mmap the file, but fread it -- You received this message because this project is

[v8-dev] Re: Issue 3345 in v8: i18n: Make break iterator use optional

2014-11-12 Thread codesite-noreply via v8-dev
Updates: Owner: c...@chromium.org Comment #9 on issue 3345 by joc...@chromium.org: i18n: Make break iterator use optional https://code.google.com/p/v8/issues/detail?id=3345 not sure, if we want to support it, it would require some work anyways -- You received this message because

[v8-dev] Re: Increase the target new space size to the max new space size (issue 721573003 by joc...@chromium.org)

2014-11-12 Thread hpayer
lgtm https://codereview.chromium.org/721573003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group. To unsubscribe from this group and stop receiving emails from

[v8-dev] Only use posix_memalign on Solaris if it's available (issue 719523003 by joc...@chromium.org)

2014-11-12 Thread jochen
Reviewers: Sven Panne, Description: Only use posix_memalign on Solaris if it's available R=svenpa...@chromium.org LOG=n BUG=v8:3357 Please review this at https://codereview.chromium.org/719523003/ Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+1, -1 lines):

[v8-dev] Link against librt on solaris for semaphore and scheduler symbols (issue 722673002 by joc...@chromium.org)

2014-11-12 Thread jochen
Reviewers: Sven Panne, Description: Link against librt on solaris for semaphore and scheduler symbols BUG=v8:3358 R=svenpa...@chromium.org LOG=n Please review this at https://codereview.chromium.org/722673002/ Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+1,

[v8-dev] Re: Issue 3376 in v8: Presubmit lint check triggers on unrelated changes

2014-11-12 Thread codesite-noreply via v8-dev
Updates: Status: WorkingAsIntended Comment #4 on issue 3376 by joc...@chromium.org: Presubmit lint check triggers on unrelated changes https://code.google.com/p/v8/issues/detail?id=3376 nope -- You received this message because this project is configured to send all issue

[v8-dev] Disable top level serialization under harmony_scoping. It has broken tests. (issue 717143002 by dslo...@chromium.org)

2014-11-12 Thread dslomov
Reviewers: Yang, Description: Disable top level serialization under harmony_scoping. It has broken tests. TBR=yang...@chromium.org Please review this at https://codereview.chromium.org/717143002/ Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+3, -1 lines):

[v8-dev] Re: Disable top level serialization under harmony_scoping. It has broken tests. (issue 717143002 by dslo...@chromium.org)

2014-11-12 Thread dslomov
Committed patchset #1 (id:1) manually as 25293 (tree was closed). https://codereview.chromium.org/717143002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group. To

[v8-dev] [v8] r25293 committed - Disable top level serialization under harmony_scoping. It has broken t...

2014-11-12 Thread codesite-noreply via v8-dev
Revision: 25293 Author: dslo...@chromium.org Date: Wed Nov 12 12:23:13 2014 UTC Log: Disable top level serialization under harmony_scoping. It has broken tests. TBR=yang...@chromium.org Review URL: https://codereview.chromium.org/717143002

[v8-dev] Re: Issue 3393 in v8: Variable name conflict in OS::LogSharedLibraryAddresses on FreeBSD introduced by r21819

2014-11-12 Thread codesite-noreply via v8-dev
Updates: Status: Fixed Owner: svenpa...@chromium.org Comment #6 on issue 3393 by joc...@chromium.org: Variable name conflict in OS::LogSharedLibraryAddresses on FreeBSD introduced by r21819 https://code.google.com/p/v8/issues/detail?id=3393 (No comment was entered for this

[v8-dev] Re: Only use posix_memalign on Solaris if it's available (issue 719523003 by joc...@chromium.org)

2014-11-12 Thread svenpanne
https://codereview.chromium.org/719523003/diff/1/src/allocation.cc File src/allocation.cc (right): https://codereview.chromium.org/719523003/diff/1/src/allocation.cc#newcode92 src/allocation.cc:92: #elif V8_LIBC_BIONIC || (V8_OS_SOLARIS !defined(HAS_POSIX_MEMALIGN)) Hmmm, where does

  1   2   3   >