[v8-dev] Re: CpuProfiler: fix for GetDeoptReason code. (issue 984773003 by loi...@chromium.org)

2015-03-06 Thread loislo
PTAL https://codereview.chromium.org/984773003/ -- -- 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 it

[v8-dev] Re: Avoid initialization checks when loading from an immutable context variable. (issue 967093002 by dtc...@scieneer.com)

2015-03-06 Thread dtc-v8
On 2015/03/06 21:20:40, titzer wrote: On 2015/03/06 14:20:35, dougc wrote: > On 2015/03/05 19:44:45, titzer wrote: ... > var buffer = new ArrayBuffer(16*1024*1024); > var asm = (function test (glob, env, b) { ... Ok, we need to look into why context specialization doesn't catch this. Moz sho

[v8-dev] Re: Update V8 DEPS. (issue 989823002 by v8-autor...@chromium.org)

2015-03-06 Thread commit-bot
Try jobs failed on following builders: v8_linux64_asan_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_asan_rel/builds/2091) https://codereview.chromium.org/989823002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group

[v8-dev] Re: Update V8 DEPS. (issue 989823002 by v8-autor...@chromium.org)

2015-03-06 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/989823002/1 https://codereview.chromium.org/989823002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed t

[v8-dev] Update V8 DEPS. (issue 989823002 by v8-autor...@chromium.org)

2015-03-06 Thread v8-autoroll
Reviewers: Michael Achenbach, Description: Update V8 DEPS. Rolling v8/tools/clang to ba7cd7c571bf618a8cec2690aab8885b338a8232 TBR=machenb...@chromium.org Please review this at https://codereview.chromium.org/989823002/ Base URL: https://chromium.googlesource.com/v8/v8@master Affected files (

[v8-dev] Re: Contribution of PowerPC port (continuation of 422063005) - PPC opt 1 (issue 882263003 by michael_daw...@ca.ibm.com)

2015-03-06 Thread michael_dawson
New review to cleanup serialize.cc and bring ppc dirs to be current with changes over the last week. At time of submission it was current with latest commits and ppc and ppc64 compiled/ran. https://codereview.chromium.org/986553005/ https://codereview.chromium.org/882263003/ -- -- v8-dev mailin

[v8-dev] Contribution of PowerPC port (continuation of 422063005) - serialize.cc cleanup (issue 986553005 by michael_daw...@ca.ibm.com)

2015-03-06 Thread michael_dawson
Reviewers: danno, Sven Panne, Message: Patch to clean up serialize.cc and bring us to currency with changes from the last week Description: Contribution of PowerPC port (continuation of 422063005) - serialize.cc cleanup Contribution of PowerPC port (continuation of 422063005, 817143002,86

[v8-dev] Re: Remove slots that point to unboxed doubles from the StoreBuffer/SlotsBuffer. (issue 957273002 by ish...@chromium.org)

2015-03-06 Thread commit-bot
Patchset 4 (id:??) landed as https://crrev.com/9633ebabd405c264d33f603f8798c31f59418dcd Cr-Commit-Position: refs/heads/master@{#27054} https://codereview.chromium.org/957273002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message

[v8-dev] Re: Remove slots that point to unboxed doubles from the StoreBuffer/SlotsBuffer. (issue 957273002 by ish...@chromium.org)

2015-03-06 Thread commit-bot
Committed patchset #4 (id:230001) https://codereview.chromium.org/957273002/ -- -- 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

[v8-dev] Use a different variant of CpuFeatures::FlushICache asm with clang. (issue 986643004 by p...@chromium.org)

2015-03-06 Thread pcc
Reviewers: jbramley, Benedikt Meurer, Description: Use a different variant of CpuFeatures::FlushICache asm with clang. This variant avoids a constant pool entry, which can be problematic when LTO'ing. It is also slightly shorter. According to the description of https://codereview.chromium.org/3

[v8-dev] Issue 3950 in v8: compile javascript asynchronously

2015-03-06 Thread codesite-noreply via v8-dev
Status: New Owner: New issue 3950 by coola...@gmail.com: compile javascript asynchronously https://code.google.com/p/v8/issues/detail?id=3950 Architecture: ARM THE PROBLEM -- I have so much JavaScript in my application that it is too much to load in a single minified fil

[v8-dev] Re: Remove slots that point to unboxed doubles from the StoreBuffer/SlotsBuffer. (issue 957273002 by ish...@chromium.org)

2015-03-06 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/957273002/230001 https://codereview.chromium.org/957273002/revert -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are s

[v8-dev] Re: Remove slots that point to unboxed doubles from the StoreBuffer/SlotsBuffer. (issue 957273002 by ish...@chromium.org)

2015-03-06 Thread hpayer
LGTM. I am looking forward to have a new store buffer implementation that avoids complicated code like that. https://codereview.chromium.org/957273002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscri

[v8-dev] Re: Avoid initialization checks when loading from an immutable context variable. (issue 967093002 by dtc...@scieneer.com)

2015-03-06 Thread titzer
On 2015/03/06 14:20:35, dougc wrote: On 2015/03/05 19:44:45, titzer wrote: > As far as I can tell, this just duplicates the logic of context specialization > in the graph builder. The only advantage here I see is that it avoids inserting > a branch that would be immediately optimized away after

[v8-dev] Re: Issue 2599 in v8: Implement "use asm"

2015-03-06 Thread codesite-noreply via v8-dev
Comment #83 on issue 2599 by math...@qiwi.be: Implement "use asm" https://code.google.com/p/v8/issues/detail?id=2599 @ODensmore: https://github.com/petkaantonov/bluebird/wiki/Optimization-killers -- You received this message because this project is configured to send all issue notification

[v8-dev] Re: Revert of Revert of Revert of Turn on job based recompilation (issue 984463003 by rmcil...@chromium.org)

2015-03-06 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/984463003/1 https://codereview.chromium.org/984463003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed t

[v8-dev] Re: Revert of Revert of Revert of Turn on job based recompilation (issue 984463003 by rmcil...@chromium.org)

2015-03-06 Thread commit-bot
Committed patchset #1 (id:1) https://codereview.chromium.org/984463003/ -- -- 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

[v8-dev] Re: Revert of Revert of Revert of Turn on job based recompilation (issue 984463003 by rmcil...@chromium.org)

2015-03-06 Thread commit-bot
Patchset 1 (id:??) landed as https://crrev.com/087c8298a0a37561702e502f07af03c9a6949d23 Cr-Commit-Position: refs/heads/master@{#27052} https://codereview.chromium.org/984463003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message

[v8-dev] Revert of Revert of Revert of Turn on job based recompilation (issue 984463003 by rmcil...@chromium.org)

2015-03-06 Thread rmcilroy
Reviewers: Yang, jochen (traveling), Message: Created Revert of Revert of Revert of Turn on job based recompilation Description: Revert of Revert of Revert of Turn on job based recompilation (patchset #1 id:1 of https://codereview.chromium.org/955723002/) Reason for revert: Breaks Octane on

[v8-dev] Re: Revert of Revert of Turn on job based recompilation (issue 955723002 by joc...@chromium.org)

2015-03-06 Thread rmcilroy
A revert of this CL (patchset #1 id:1) has been created in https://codereview.chromium.org/984463003/ by rmcil...@chromium.org. The reason for reverting is: Breaks Octane on Arm64 running on Chrome. BUG=464538. https://codereview.chromium.org/955723002/ -- -- v8-dev mailing list v8-dev@googleg

[v8-dev] Re: Issue 2599 in v8: Implement "use asm"

2015-03-06 Thread codesite-noreply via v8-dev
Comment #82 on issue 2599 by odensm...@gmail.com: Implement "use asm" https://code.google.com/p/v8/issues/detail?id=2599 Is there a pointer to how to write JS code that will not de-optimize the optimizers? A list of bad practices that will hurt optimization? -- You received this message beca

[v8-dev] Re: [turbofan] Add schedule to visualizer output (issue 985023002 by da...@chromium.org)

2015-03-06 Thread mstarzinger
https://codereview.chromium.org/985023002/diff/20001/src/compiler/visualizer.cc File src/compiler/visualizer.cc (right): https://codereview.chromium.org/985023002/diff/20001/src/compiler/visualizer.cc#newcode824 src/compiler/visualizer.cc:824: std::ostream& operator<<(std::ostream& os, const Sch

[v8-dev] Re: Issue 2180 in v8: ObjectTemplate needs SetClassName too

2015-03-06 Thread codesite-noreply via v8-dev
Comment #7 on issue 2180 by caitpott...@gmail.com: ObjectTemplate needs SetClassName too https://code.google.com/p/v8/issues/detail?id=2180 Might be worth working that out with heycam et all for webidl? -- You received this message because this project is configured to send all issue notif

[v8-dev] Re: Issue 2180 in v8: ObjectTemplate needs SetClassName too

2015-03-06 Thread codesite-noreply via v8-dev
Comment #5 on issue 2180 by jsb...@chromium.org: ObjectTemplate needs SetClassName too https://code.google.com/p/v8/issues/detail?id=2180 Does this need API, or can Blink just use @@toStringTag ? Is that still a work in progress, tracked at issue 3502 ? -- You received this message because

[v8-dev] Re: Issue 2180 in v8: ObjectTemplate needs SetClassName too

2015-03-06 Thread codesite-noreply via v8-dev
Comment #6 on issue 2180 by a...@chromium.org: ObjectTemplate needs SetClassName too https://code.google.com/p/v8/issues/detail?id=2180 IMO, we should just transition to @@toStringTag. -- You received this message because this project is configured to send all issue notifications to this a

[v8-dev] Re: [parser] better error message for generator constructors (issue 982153003 by caitpotte...@gmail.com)

2015-03-06 Thread commit-bot
Patchset 2 (id:??) landed as https://crrev.com/9e482baf81d9c742be48b30cde8a55c5a17f2b0a Cr-Commit-Position: refs/heads/master@{#27051} https://codereview.chromium.org/982153003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message

[v8-dev] Re: Remove code object from StackHandler. (issue 985803002 by mstarzin...@chromium.org)

2015-03-06 Thread mstarzinger
I applied the first layer of StackHandler'b'gone and let it soak for a while. I think after four more applications we should be good. :) https://codereview.chromium.org/985803002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this mes

[v8-dev] Remove code object from StackHandler. (issue 985803002 by mstarzin...@chromium.org)

2015-03-06 Thread mstarzinger
Reviewers: Yang, Description: Remove code object from StackHandler. This reduces the size of the StackHandler by one word. We no longer need to keep track of the code objects, as the stack walk find it. R=yang...@chromium.org Please review this at https://codereview.chromium.org/985803002/ Ba

[v8-dev] Re: [parser] better error message for generator constructors (issue 982153003 by caitpotte...@gmail.com)

2015-03-06 Thread commit-bot
Committed patchset #2 (id:20001) https://codereview.chromium.org/982153003/ -- -- 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 s

[v8-dev] CpuProfiler: fix for GetDeoptReason code. (issue 984773003 by loi...@chromium.org)

2015-03-06 Thread loislo
Reviewers: alph, yurys, Message: PTAL Description: CpuProfiler: fix for GetDeoptReason code. The original code always returned the first entry from RelocInfo that matched with bailout_id. But we may have a few different deopt reasons for one bailout_id. So we need to get the one which matc

[v8-dev] Re: MIPS: Update test status files. (issue 987653005 by dusan.milosavlje...@imgtec.com)

2015-03-06 Thread commit-bot
Committed patchset #1 (id:1) https://codereview.chromium.org/987653005/ -- -- 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

[v8-dev] Re: Add MoveOnlyTypeForCPP03 to UniquePersistent for compatibility with Chromium. (issue 986463005 by kal...@chromium.org)

2015-03-06 Thread commit-bot
Patchset 1 (id:??) landed as https://crrev.com/c23035cdd0b47afe3717c1a25f13ca075af0c1a2 Cr-Commit-Position: refs/heads/master@{#27049} https://codereview.chromium.org/986463005/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message

[v8-dev] Re: MIPS: Update test status files. (issue 987653005 by dusan.milosavlje...@imgtec.com)

2015-03-06 Thread commit-bot
Patchset 1 (id:??) landed as https://crrev.com/6f946d6c02ec99022e4af8bc3b54020da9551166 Cr-Commit-Position: refs/heads/master@{#27050} https://codereview.chromium.org/987653005/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message

[v8-dev] Re: Add MoveOnlyTypeForCPP03 to UniquePersistent for compatibility with Chromium. (issue 986463005 by kal...@chromium.org)

2015-03-06 Thread commit-bot
Committed patchset #1 (id:1) https://codereview.chromium.org/986463005/ -- -- 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

[v8-dev] Re: [strong] Fix scoping related errors for methods. (issue 968263002 by ma...@chromium.org)

2015-03-06 Thread arv
I like this better. https://codereview.chromium.org/968263002/diff/220001/src/scopes.cc File src/scopes.cc (right): https://codereview.chromium.org/968263002/diff/220001/src/scopes.cc#newcode1455 src/scopes.cc:1455: if (!IsConciseMethod(function_kind_) && !IsConstructor(function_kind_)) { This

[v8-dev] Re: [parser] better error message for generator constructors (issue 982153003 by caitpotte...@gmail.com)

2015-03-06 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/982153003/20001 https://codereview.chromium.org/982153003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscrib

[v8-dev] Re: [parser] better error message for generator constructors (issue 982153003 by caitpotte...@gmail.com)

2015-03-06 Thread arv
LGTM https://codereview.chromium.org/982153003/ -- -- 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 it

[v8-dev] Re: Add MoveOnlyTypeForCPP03 to UniquePersistent for compatibility with Chromium. (issue 986463005 by kal...@chromium.org)

2015-03-06 Thread kalman
On 2015/03/06 16:11:16, arv wrote: On 2015/03/06 15:22:49, kalman wrote: > > _not_ a full super star committer. > > That line gets on my nerves. Just change the reviewers :-) I meant in general :) https://codereview.chromium.org/986463005/ -- -- v8-dev mailing list v8-dev@googlegroups.com

[v8-dev] [turbofan] Add an extra frame state for deoptimization before binary op. (issue 983153002 by ja...@chromium.org)

2015-03-06 Thread jarin
Reviewers: Benedikt Meurer, Message: Could you take a look, please? Description: [turbofan] Add an extra frame state for deoptimization before binary op. BUG= Please review this at https://codereview.chromium.org/983153002/ Base URL: https://chromium.googlesource.com/v8/v8.git@master Affecte

[v8-dev] Re: MIPS: Update test status files. (issue 987653005 by dusan.milosavlje...@imgtec.com)

2015-03-06 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/987653005/1 https://codereview.chromium.org/987653005/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed t

[v8-dev] Re: [strong] Fix scoping related errors for methods. (issue 968263002 by ma...@chromium.org)

2015-03-06 Thread marja
No, I was confused. I was just failing w/ unnamed classes but I fixed that. Now I still think that this makes sense as an step forward; we don't yet produce errors for methods inside object literals inside computed property names (bug filed) but the overall state is saner (stronger?) after t

[v8-dev] Re: Add MoveOnlyTypeForCPP03 to UniquePersistent for compatibility with Chromium. (issue 986463005 by kal...@chromium.org)

2015-03-06 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/986463005/1 https://codereview.chromium.org/986463005/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed t

[v8-dev] Re: MIPS: Update test status files. (issue 987653005 by dusan.milosavlje...@imgtec.com)

2015-03-06 Thread jkummerow
LGTM! https://codereview.chromium.org/987653005/ -- -- 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 i

[v8-dev] Re: [es6] Throw TypeError for computed static prototype property name (issue 985643003 by a...@chromium.org)

2015-03-06 Thread arv
On 2015/03/06 13:52:13, caitp wrote: The error is that the `prototype` property is set up with writable=false, configurable=false properties --- so the expected error is either `strict_cannot_assign` or `strict_read_only_property`, and shouldn't affect sloppy mode once the construct is availab

[v8-dev] Re: Add MoveOnlyTypeForCPP03 to UniquePersistent for compatibility with Chromium. (issue 986463005 by kal...@chromium.org)

2015-03-06 Thread arv
On 2015/03/06 15:22:49, kalman wrote: > _not_ a full super star committer. That line gets on my nerves. Just change the reviewers :-) https://codereview.chromium.org/986463005/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this me

[v8-dev] Re: [strong] Fix scoping related errors for methods. (issue 968263002 by ma...@chromium.org)

2015-03-06 Thread marja
Disclaimer, after patch set 10 this is a rewritten version: 1) No CLASS_SCOPE, we don't want to add "class context" which would basically be the same as block context. Instead, allow tagging some block scopes as class scopes. 2) Not all functions inside a class scope are methods, so we need to

[v8-dev] MIPS: Update test status files. (issue 987653005 by dusan.milosavlje...@imgtec.com)

2015-03-06 Thread dusan . milosavljevic
Reviewers: danno, Michael Achenbach, Jakob, paul.l..., akos.palfi.imgtec, balazs.kilvady, Description: MIPS: Update test status files. TEST= BUG= Please review this at https://codereview.chromium.org/987653005/ Base URL: https://chromium.googlesource.com/v8/v8.git@master Affected files (+0,

[v8-dev] Re: Store the next serial number in the function cache rather than in the isolate. (issue 988693003 by verwa...@chromium.org)

2015-03-06 Thread commit-bot
Patchset 4 (id:??) landed as https://crrev.com/1e638c3610ec6938e5fb16c42018642195782fb2 Cr-Commit-Position: refs/heads/master@{#27048} https://codereview.chromium.org/988693003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message

[v8-dev] Re: Store the next serial number in the function cache rather than in the isolate. (issue 988693003 by verwa...@chromium.org)

2015-03-06 Thread commit-bot
Committed patchset #4 (id:60001) https://codereview.chromium.org/988693003/ -- -- 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 s

[v8-dev] Re: Add MoveOnlyTypeForCPP03 to UniquePersistent for compatibility with Chromium. (issue 986463005 by kal...@chromium.org)

2015-03-06 Thread kalman
_not_ a full super star committer. That line gets on my nerves. https://codereview.chromium.org/986463005/ -- -- 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] Re: Add MoveOnlyTypeForCPP03 to UniquePersistent for compatibility with Chromium. (issue 986463005 by kal...@chromium.org)

2015-03-06 Thread commit-bot
All required reviewers (with asterisk prefixes) have not yet approved this CL. No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an LGTM may have been provided, it was from a non-committer, _not_ a full super star committer. See http://www.chromium.org/getting-involv

[v8-dev] Re: Add MoveOnlyTypeForCPP03 to UniquePersistent for compatibility with Chromium. (issue 986463005 by kal...@chromium.org)

2015-03-06 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/986463005/1 https://codereview.chromium.org/986463005/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed t

[v8-dev] Re: Issue 3948 in v8: strong mode: early reference error missing when a computed property name of C contains an object literal w/ a method that refers to C

2015-03-06 Thread codesite-noreply via v8-dev
Comment #1 on issue 3948 by rossb...@chromium.org: strong mode: early reference error missing when a computed property name of C contains an object literal w/ a method that refers to C https://code.google.com/p/v8/issues/detail?id=3948 Is this specific to methods, or does it apply to functi

[v8-dev] Re: Issue 3948 in v8: strong mode: early reference error missing when a computed property name of C contains an object literal w/ a method that refers to C

2015-03-06 Thread codesite-noreply via v8-dev
Comment #2 on issue 3948 by ma...@chromium.org: strong mode: early reference error missing when a computed property name of C contains an object literal w/ a method that refers to C https://code.google.com/p/v8/issues/detail?id=3948 It's specific to methods. This bug talks about the state a

[v8-dev] [turbofan] Add schedule to visualizer output (issue 985023002 by da...@chromium.org)

2015-03-06 Thread danno
Reviewers: Michael Starzinger, Message: PTAL Description: [turbofan] Add schedule to visualizer output Please review this at https://codereview.chromium.org/985023002/ Base URL: https://chromium.googlesource.com/v8/v8.git@master Affected files (+121, -998 lines): M src/compiler/basic-block-

[v8-dev] Re: Do not include code objects for functions in the start-up snapshot. (issue 981213002 by yang...@chromium.org)

2015-03-06 Thread commit-bot
Committed patchset #3 (id:40001) https://codereview.chromium.org/981213002/ -- -- 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 s

[v8-dev] Issue 3949 in v8: Object circular leak via some v8 internals

2015-03-06 Thread codesite-noreply via v8-dev
Status: New Owner: New issue 3949 by fedor.in...@gmail.com: Object circular leak via some v8 internals https://code.google.com/p/v8/issues/detail?id=3949 Version: 4.1.0.21 OS: Any Architecture: x64, but likely others too What steps will reproduce the problem? 1. git clone https://github

[v8-dev] Re: Do not include code objects for functions in the start-up snapshot. (issue 981213002 by yang...@chromium.org)

2015-03-06 Thread commit-bot
Patchset 3 (id:??) landed as https://crrev.com/206303f7036798979f129e208cb811fc1e9dd8c1 Cr-Commit-Position: refs/heads/master@{#27047} https://codereview.chromium.org/981213002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message

[v8-dev] Re: Store the next serial number in the function cache rather than in the isolate. (issue 988693003 by verwa...@chromium.org)

2015-03-06 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/988693003/60001 https://codereview.chromium.org/988693003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscrib

[v8-dev] Issue 3948 in v8: strong mode: early reference error missing when a computed property name of C contains an object literal w/ a method that refers to C

2015-03-06 Thread codesite-noreply via v8-dev
Status: Accepted Owner: ma...@chromium.org CC: dslo...@chromium.org, rossb...@chromium.org, a...@chromium.org Labels: Type-Bug Priority-Medium New issue 3948 by ma...@chromium.org: strong mode: early reference error missing when a computed property name of C contains an object literal w/ a

[v8-dev] Re: Issue 3947 in v8: Simplify and unify the handling of intrinsics in the various compilers

2015-03-06 Thread codesite-noreply via v8-dev
Comment #6 on issue 3947 by bugdro...@chromium.org: Simplify and unify the handling of intrinsics in the various compilers https://code.google.com/p/v8/issues/detail?id=3947#c6 The following revision refers to this bug: https://chromium.googlesource.com/v8/v8.git/+/e2ce456754368cb11a24cac

[v8-dev] Re: Store the next serial number in the function cache rather than in the isolate. (issue 988693003 by verwa...@chromium.org)

2015-03-06 Thread yangguo
On 2015/03/06 14:24:30, Toon Verwaest wrote: PTAL lgtm. https://codereview.chromium.org/988693003/ -- -- 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 unsubsc

[v8-dev] Re: Intrinsics in the RUNTIME_FUNCTION_LIST are now available with '_', too. (issue 983183002 by svenpa...@chromium.org)

2015-03-06 Thread commit-bot
Patchset 2 (id:??) landed as https://crrev.com/e2ce456754368cb11a24cacc2a1d1c5fe6f05e5b Cr-Commit-Position: refs/heads/master@{#27046} https://codereview.chromium.org/983183002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message

[v8-dev] Re: Intrinsics in the RUNTIME_FUNCTION_LIST are now available with '_', too. (issue 983183002 by svenpa...@chromium.org)

2015-03-06 Thread commit-bot
Committed patchset #2 (id:20001) https://codereview.chromium.org/983183002/ -- -- 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 s

[v8-dev] Re: Do not include code objects for functions in the start-up snapshot. (issue 981213002 by yang...@chromium.org)

2015-03-06 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/981213002/40001 https://codereview.chromium.org/981213002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscrib

[v8-dev] Re: [strong] Fix scoping related errors for methods. (issue 968263002 by ma...@chromium.org)

2015-03-06 Thread dslomov
This approach looks good to me, and seems like CLASS_SCOPE is unnecessary complication indeed. As discussed offline, this still does not report an error in the following case: class C { [ o = { m() { ... C ... } }; o.m();] { } } but that be fixed in a later CL. I have some test sugges

[v8-dev] Re: [parser] better error message for generator constructors (issue 982153003 by caitpotte...@gmail.com)

2015-03-06 Thread caitpotter88
On 2015/03/06 10:01:06, arv wrote: On 2015/03/05 23:25:57, caitp wrote: > I dunno if anyone has an opinion on this, but I think it's weird to say > "constructor can't be an accessor" when it's not. I agree. This is an improvement. Can you add some tests (in test/message/)? Certainly, done

[v8-dev] Re: Do not use eternal handles when creating a start-up snapshot. (issue 984833003 by yang...@chromium.org)

2015-03-06 Thread commit-bot
Committed patchset #1 (id:1) https://codereview.chromium.org/984833003/ -- -- 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

[v8-dev] Re: Do not use eternal handles when creating a start-up snapshot. (issue 984833003 by yang...@chromium.org)

2015-03-06 Thread commit-bot
Patchset 1 (id:??) landed as https://crrev.com/5de20c05d54f0d0585b083764bdd8d78cb7ef350 Cr-Commit-Position: refs/heads/master@{#27045} https://codereview.chromium.org/984833003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message

[v8-dev] Re: Intrinsics in the RUNTIME_FUNCTION_LIST are now available with '_', too. (issue 983183002 by svenpa...@chromium.org)

2015-03-06 Thread svenpanne
https://codereview.chromium.org/983183002/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/983183002/diff/1/src/hydrogen.cc#newcode9938 src/hydrogen.cc:9938: (this->*generator)(expr); On 2015/03/06 14:13:16, Michael Starzinger wrote: nit: DCHECK(generator !=

[v8-dev] Re: Intrinsics in the RUNTIME_FUNCTION_LIST are now available with '_', too. (issue 983183002 by svenpa...@chromium.org)

2015-03-06 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/983183002/20001 https://codereview.chromium.org/983183002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscrib

[v8-dev] Re: Do not include code objects for functions in the start-up snapshot. (issue 981213002 by yang...@chromium.org)

2015-03-06 Thread yangguo
https://codereview.chromium.org/981213002/diff/20001/src/bootstrapper.cc File src/bootstrapper.cc (left): https://codereview.chromium.org/981213002/diff/20001/src/bootstrapper.cc#oldcode2613 src/bootstrapper.cc:2613: // TODO(mstarzinger): This is just a temporary hack to make TurboFan work, On 2

[v8-dev] Store the next serial number in the function cache rather than in the isolate. (issue 988693003 by verwa...@chromium.org)

2015-03-06 Thread verwaest
Reviewers: Yang, dcarney, Message: PTAL Description: Store the next serial number in the function cache rather than in the isolate. BUG= Please review this at https://codereview.chromium.org/988693003/ Base URL: https://chromium.googlesource.com/v8/v8.git@master Affected files (+18, -7 li

[v8-dev] Re: Do not include code objects for functions in the start-up snapshot. (issue 981213002 by yang...@chromium.org)

2015-03-06 Thread mstarzinger
One more nit (unless I am late to the party already). https://codereview.chromium.org/981213002/diff/20001/src/compiler/pipeline.cc File src/compiler/pipeline.cc (right): https://codereview.chromium.org/981213002/diff/20001/src/compiler/pipeline.cc#newcode11 src/compiler/pipeline.cc:11: #includ

[v8-dev] Re: Avoid initialization checks when loading from an immutable context variable. (issue 967093002 by dtc...@scieneer.com)

2015-03-06 Thread dtc-v8
On 2015/03/05 19:44:45, titzer wrote: As far as I can tell, this just duplicates the logic of context specialization in the graph builder. The only advantage here I see is that it avoids inserting a branch that would be immediately optimized away after the first round of context specializatio

[v8-dev] Re: Intrinsics in the RUNTIME_FUNCTION_LIST are now available with '_', too. (issue 983183002 by svenpa...@chromium.org)

2015-03-06 Thread mstarzinger
LGTM. https://codereview.chromium.org/983183002/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/983183002/diff/1/src/hydrogen.cc#newcode9938 src/hydrogen.cc:9938: (this->*generator)(expr); nit: DCHECK(generator != nullptr) or make sure the FindInlineFunction

[v8-dev] Re: Do not use eternal handles when creating a start-up snapshot. (issue 984833003 by yang...@chromium.org)

2015-03-06 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/984833003/1 https://codereview.chromium.org/984833003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed t

[v8-dev] Re: Revert of Revert of Simplify and compact transitions storage (issue 988703002 by jkumme...@chromium.org)

2015-03-06 Thread commit-bot
Committed patchset #4 (id:270001) https://codereview.chromium.org/988703002/ -- -- 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

[v8-dev] Re: Revert of Revert of Simplify and compact transitions storage (issue 988703002 by jkumme...@chromium.org)

2015-03-06 Thread commit-bot
Patchset 4 (id:??) landed as https://crrev.com/233ea0eef8510063ea8a27a2b8261b23bdd78a6b Cr-Commit-Position: refs/heads/master@{#27044} https://codereview.chromium.org/988703002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message

[v8-dev] Re: [turbofan] Introduce JSStackCheck operator. (issue 981243002 by bmeu...@chromium.org)

2015-03-06 Thread mstarzinger
LGTM with comments. https://codereview.chromium.org/981243002/diff/20001/src/compiler/ast-graph-builder.cc File src/compiler/ast-graph-builder.cc (right): https://codereview.chromium.org/981243002/diff/20001/src/compiler/ast-graph-builder.cc#newcode2969 src/compiler/ast-graph-builder.cc:2969: r

[v8-dev] Intrinsics in the RUNTIME_FUNCTION_LIST are now available with '_', too. (issue 983183002 by svenpa...@chromium.org)

2015-03-06 Thread svenpanne
Reviewers: Michael Starzinger, Description: Intrinsics in the RUNTIME_FUNCTION_LIST are now available with '_', too. Now the three intrinsic lists only differ in their compiler support. Unifying the lists and making the logic what is supported in which compiler local to the compilers themselves

[v8-dev] Re: Revert of Revert of Simplify and compact transitions storage (issue 988703002 by jkumme...@chromium.org)

2015-03-06 Thread jkummerow
On 2015/03/06 13:52:48, Michael Achenbach wrote: FYI: CL description and subject are different. But never mind - I guess the CL description is turned into the commit message... Yes. I kept it that way (auto-generated title, manually edited description) so that GMail succeeds in grouping the

[v8-dev] Re: Revert of Revert of Simplify and compact transitions storage (issue 988703002 by jkumme...@chromium.org)

2015-03-06 Thread machenbach
FYI: CL description and subject are different. But never mind - I guess the CL description is turned into the commit message... https://codereview.chromium.org/988703002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message beca

[v8-dev] Re: Issue 3947 in v8: Simplify and unify the handling of intrinsics in the various compilers

2015-03-06 Thread codesite-noreply via v8-dev
Comment #5 on issue 3947 by bugdro...@chromium.org: Simplify and unify the handling of intrinsics in the various compilers https://code.google.com/p/v8/issues/detail?id=3947#c5 The following revision refers to this bug: https://chromium.googlesource.com/v8/v8.git/+/d8416f5524830213ce1a618

[v8-dev] Re: [es6] Throw TypeError for computed static prototype property name (issue 985643003 by a...@chromium.org)

2015-03-06 Thread caitpotter88
The error is that the `prototype` property is set up with writable=false, configurable=false properties --- so the expected error is either `strict_cannot_assign` or `strict_read_only_property`, and shouldn't affect sloppy mode once the construct is available in sloppy mode. I think this could be

[v8-dev] Re: Intrinsics in the INLINE_FUNCTION_LIST are now avaliable without '_', too. (issue 984963002 by svenpa...@chromium.org)

2015-03-06 Thread commit-bot
Patchset 2 (id:??) landed as https://crrev.com/d8416f5524830213ce1a618c344d776f50f91bf2 Cr-Commit-Position: refs/heads/master@{#27043} https://codereview.chromium.org/984963002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message

[v8-dev] Re: CpuProfiler: enable tests except four failing tests. (issue 976203003 by loi...@chromium.org)

2015-03-06 Thread svenpanne
On 2015/03/06 06:38:43, loislo wrote: On 2015/03/05 15:05:48, Sven Panne wrote: > Or even simpler: Just avoid pointers altogether here and simply construct the > object directly without new? I don't know the exact reason but test is failing on OpenHandle when I construct the processor on

[v8-dev] [turbofan] Introduce JSStackCheck operator. (issue 981243002 by bmeu...@chromium.org)

2015-03-06 Thread bmeurer
Reviewers: Michael Starzinger, Message: PTAL Description: [turbofan] Introduce JSStackCheck operator. The key idea here is that the stack check should be explicit, such that we can eliminate unnecessary stack checks after graph building and potentially inlining. Please review this at https://c

[v8-dev] Re: Intrinsics in the INLINE_FUNCTION_LIST are now avaliable without '_', too. (issue 984963002 by svenpa...@chromium.org)

2015-03-06 Thread commit-bot
Committed patchset #2 (id:20001) https://codereview.chromium.org/984963002/ -- -- 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 s

[v8-dev] Re: Do not use eternal handles when creating a start-up snapshot. (issue 984833003 by yang...@chromium.org)

2015-03-06 Thread ulan
lgtm https://codereview.chromium.org/984833003/ -- -- 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: Intrinsics in the INLINE_FUNCTION_LIST are now avaliable without '_', too. (issue 984963002 by svenpa...@chromium.org)

2015-03-06 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/984963002/20001 https://codereview.chromium.org/984963002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscrib

[v8-dev] Re: Revert of Revert of Simplify and compact transitions storage (issue 988703002 by jkumme...@chromium.org)

2015-03-06 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/988703002/270001 https://codereview.chromium.org/988703002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscri

[v8-dev] Do not use eternal handles when creating a start-up snapshot. (issue 984833003 by yang...@chromium.org)

2015-03-06 Thread yangguo
Reviewers: ulan, Description: Do not use eternal handles when creating a start-up snapshot. R=u...@chromium.org Please review this at https://codereview.chromium.org/984833003/ Base URL: https://chromium.googlesource.com/v8/v8.git@master Affected files (+2, -0 lines): M src/date.js M src/

[v8-dev] Re: Intrinsics in the INLINE_FUNCTION_LIST are now avaliable without '_', too. (issue 984963002 by svenpa...@chromium.org)

2015-03-06 Thread mstarzinger
LGTM. https://codereview.chromium.org/984963002/ -- -- 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 i

[v8-dev] Re: Revert of Revert of Simplify and compact transitions storage (issue 988703002 by jkumme...@chromium.org)

2015-03-06 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/988703002/30004 https://codereview.chromium.org/988703002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscrib

[v8-dev] Re: Revert of Revert of Simplify and compact transitions storage (issue 988703002 by jkumme...@chromium.org)

2015-03-06 Thread verwaest
lgtm https://codereview.chromium.org/988703002/ -- -- 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: Do not include code objects for functions in the start-up snapshot. (issue 981213002 by yang...@chromium.org)

2015-03-06 Thread verwaest
lgtm, awesome https://codereview.chromium.org/981213002/ -- -- 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 email

[v8-dev] Re: Do not include code objects for functions in the start-up snapshot. (issue 981213002 by yang...@chromium.org)

2015-03-06 Thread mstarzinger
LGTM on the TF part, didn't look at the rest. https://codereview.chromium.org/981213002/diff/20001/src/bootstrapper.cc File src/bootstrapper.cc (left): https://codereview.chromium.org/981213002/diff/20001/src/bootstrapper.cc#oldcode2613 src/bootstrapper.cc:2613: // TODO(mstarzinger): This is ju

[v8-dev] Intrinsics in the INLINE_FUNCTION_LIST are now avaliable without '_', too. (issue 984963002 by svenpa...@chromium.org)

2015-03-06 Thread svenpanne
Reviewers: Michael Starzinger, Message: Includes some funky "git cl format" stuff... :-/ Description: Intrinsics in the INLINE_FUNCTION_LIST are now avaliable without '_', too. This involved renaming apart a few more intrinsics. In the long run, we want to clean up redundant intrinsics which ju

[v8-dev] Re: Make automated branch creation gnumbd-save. (issue 979243004 by machenb...@chromium.org)

2015-03-06 Thread commit-bot
Committed patchset #1 (id:1) https://codereview.chromium.org/979243004/ -- -- 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

  1   2   >