[v8-dev] Re: Revert of [es6] Bound function names (issue 1186463002 by machenb...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Committed patchset #1 (id:1) https://codereview.chromium.org/1186463002/ -- -- 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 [es6] Bound function names (issue 1186463002 by machenb...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Patchset 1 (id:??) landed as https://crrev.com/f2747ed9b48d0e62c7a30da69825ff926aeedbd2 Cr-Commit-Position: refs/heads/master@{#28981} https://codereview.chromium.org/1186463002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this

[v8-dev] Re: Update test262-es6 to 6/11 (issue 1175313003 by a...@chromium.org)

2015-06-12 Thread machenbach
lgtm ~ rebase https://codereview.chromium.org/1175313003/ -- -- 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

[v8-dev] Re: Add support for walking stack frames from hydrogen stubs (issue 1184493003 by joc...@chromium.org)

2015-06-12 Thread yangguo
On 2015/06/12 07:33:06, jochen wrote: ptal lgtm if you add comment regarding non-hydrogen handlers. https://codereview.chromium.org/1184493003/ -- -- 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: External snapshot: allow empty snapshot for external snapshot. (issue 1180043003 by yang...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1180043003/1 https://codereview.chromium.org/1180043003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are

[v8-dev] [turbofan] Use appropriate type for NodeId. (issue 1178403004 by bmeu...@chromium.org)

2015-06-12 Thread 'Benedikt Meurer' via codereview.chromium.org
Reviewers: Sven Panne, Description: [turbofan] Use appropriate type for NodeId. Up until now we used int32_t for NodeId, but that was not ideal because negative values are invalid for NodeId and we use it as an array index for example in the NodeMarker class, where C++ compilers on x64 have to

[v8-dev] Re: MIPS64: Enable shorten-64-to-32 warning. (issue 1133163005 by balazs.kilv...@imgtec.com)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1133163005/240001 https://codereview.chromium.org/1133163005/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are

[v8-dev] Query the existince of an element on the interceptor before trying to delete it. The deleter doesn'… (issue 1180073002 by verwa...@chromium.org)

2015-06-12 Thread verwaest
Reviewers: Igor Sheludko, jochen, Message: ptal @jochen: fyi Description: Query the existince of an element on the interceptor before trying to delete it. The deleter doesn't inform us whether it actually deleted something. BUG=v8:4137 LOG=n Please review this at

[v8-dev] Re: Issue 3996 in v8: Improve typed array performance

2015-06-12 Thread codesite-noreply via v8-dev
Comment #35 on issue 3996 by bugdro...@chromium.org: Improve typed array performance https://code.google.com/p/v8/issues/detail?id=3996#c35 The following revision refers to this bug: https://chromium.googlesource.com/v8/v8.git/+/89b9a2cfb317e52186f682c91502b22932d52db3 commit

[v8-dev] Re: Add script context with context-allocated const this (issue 1179893002 by wi...@igalia.com)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Committed patchset #7 (id:120001) https://codereview.chromium.org/1179893002/ -- -- 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: Add script context with context-allocated const this (issue 1179893002 by wi...@igalia.com)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Patchset 7 (id:??) landed as https://crrev.com/fa32d461c16a053cc6d48d3fb326016bc2765765 Cr-Commit-Position: refs/heads/master@{#28988} https://codereview.chromium.org/1179893002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this

[v8-dev] Re: Revert of MIPS64: Enable shorten-64-to-32 warning. (issue 1182493007 by yang...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Committed patchset #1 (id:1) https://codereview.chromium.org/1182493007/ -- -- 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] Revert of MIPS64: Enable shorten-64-to-32 warning. (issue 1182493007 by yang...@chromium.org)

2015-06-12 Thread yangguo
Reviewers: danno, martyn.capewell, paul.l..., akos.palfi.imgtec, dusmil.imgtec, Jakob, Michael Achenbach, Sven Panne, balazs.kilvady, Message: Created Revert of MIPS64: Enable shorten-64-to-32 warning. Description: Revert of MIPS64: Enable shorten-64-to-32 warning. (patchset #12 id:240001

[v8-dev] Re: MIPS64: Enable shorten-64-to-32 warning. (issue 1133163005 by balazs.kilv...@imgtec.com)

2015-06-12 Thread yangguo
A revert of this CL (patchset #12 id:240001) has been created in https://codereview.chromium.org/1182493007/ by yang...@chromium.org. The reason for reverting is: Compile failure: https://chromegw.corp.google.com/i/client.v8/builders/V8%20Mac64%20-%20debug/builds/3070/steps/compile/logs/stdio.

[v8-dev] Re: [heap] All immutable roots are either smis or immovable heap objects. (issue 1180043002 by bmeu...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Try jobs failed on following builders: v8_linux64_avx2_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel/builds/1278) https://codereview.chromium.org/1180043002/ -- -- v8-dev mailing list v8-dev@googlegroups.com

[v8-dev] Re: Add extras test for calling into runtime. (issue 1182443002 by yang...@chromium.org)

2015-06-12 Thread yangguo
On 2015/06/11 18:08:05, domenic wrote: On 2015/06/11 at 17:59:58, domenic wrote: On 2015/06/11 at 11:42:04, yangguo wrote: We may want to consider renaming exports. I do not know what a good name would be though. I will update the design doc with this new pattern. Design doc

[v8-dev] Re: [turbofan] Use RootIndexMap to speed up IsMaterializableFromRoot predicate. (issue 1181123002 by bmeu...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Patchset 2 (id:??) landed as https://crrev.com/888b4ecab4bbdef6f04f2339b264ce67caff1f95 Cr-Commit-Position: refs/heads/master@{#28980} https://codereview.chromium.org/1181123002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this

[v8-dev] Re: [turbofan] Use RootIndexMap to speed up IsMaterializableFromRoot predicate. (issue 1181123002 by bmeu...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Committed patchset #2 (id:20001) https://codereview.chromium.org/1181123002/ -- -- 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] Version 4.3.61.28 (cherry-pick) (issue 1181053003 by yang...@chromium.org)

2015-06-12 Thread 'Yang' via codereview.chromium.org
Reviewers: ulan, Description: Version 4.3.61.28 (cherry-pick) Merged abbaac48457b6887f5e0bb1c54855f4529c60755 Reland Prevent stack overflow in the serializer/deserializer. TBR=u...@chromium.org Please review this at https://codereview.chromium.org/1181053003/ Base URL:

[v8-dev] Re: Version 4.3.61.28 (cherry-pick) (issue 1181053003 by yang...@chromium.org)

2015-06-12 Thread 'Yang' via codereview.chromium.org
Committed patchset #1 (id:1) manually as a2a61c311fca08b720a1ef581816fb24335f6f47. https://codereview.chromium.org/1181053003/ -- -- 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] Re: MIPS64: Enable shorten-64-to-32 warning. (issue 1133163005 by balazs.kilv...@imgtec.com)

2015-06-12 Thread svenpanne
LGTM with a nit (didn't really look at the platform-dependent parts) https://codereview.chromium.org/1133163005/diff/220001/src/base/platform/time.cc File src/base/platform/time.cc (right): https://codereview.chromium.org/1133163005/diff/220001/src/base/platform/time.cc#newcode114

[v8-dev] Re: WIP: Compute the heap growing factor based on mutator utilization. (issue 1163143009 by u...@chromium.org)

2015-06-12 Thread ulan
On 2015/06/12 05:18:30, Hannes Payer wrote: Did you forget to add the tests? Ah, yes, uploaded the missing test file. https://codereview.chromium.org/1163143009/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you

[v8-dev] Re: [turbofan] Inline hot functions for NodeMarkerBase. (issue 1184693002 by bmeu...@chromium.org)

2015-06-12 Thread jarin
lgtm https://codereview.chromium.org/1184693002/ -- -- 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: Update PrintStack signature in gdbinit (issue 1179053004 by joc...@chromium.org)

2015-06-12 Thread yangguo
lgtm https://codereview.chromium.org/1179053004/ -- -- 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] External snapshot: allow empty snapshot for external snapshot. (issue 1180043003 by yang...@chromium.org)

2015-06-12 Thread 'Yang' via codereview.chromium.org
Reviewers: vogelheim, Description: External snapshot: allow empty snapshot for external snapshot. R=vogelh...@chromium.org Please review this at https://codereview.chromium.org/1180043003/ Base URL: https://chromium.googlesource.com/v8/v8.git@master Affected files (+2, -1 lines): M

[v8-dev] Re: External snapshot: allow empty snapshot for external snapshot. (issue 1180043003 by yang...@chromium.org)

2015-06-12 Thread vogelheim
lgtm https://codereview.chromium.org/1180043003/ -- -- 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: Update PrintStack signature in gdbinit (issue 1179053004 by joc...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Committed patchset #1 (id:1) https://codereview.chromium.org/1179053004/ -- -- 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: Update PrintStack signature in gdbinit (issue 1179053004 by joc...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Patchset 1 (id:??) landed as https://crrev.com/21bca71c6d304de9bd6bcf53a572fae843047e76 Cr-Commit-Position: refs/heads/master@{#28985} https://codereview.chromium.org/1179053004/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this

[v8-dev] Re: Reland Keep track of array buffers in new space separately (issue 1177083003 by joc...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Committed patchset #2 (id:20001) https://codereview.chromium.org/1177083003/ -- -- 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: Reland Keep track of array buffers in new space separately (issue 1177083003 by joc...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Patchset 2 (id:??) landed as https://crrev.com/89b9a2cfb317e52186f682c91502b22932d52db3 Cr-Commit-Position: refs/heads/master@{#28987} https://codereview.chromium.org/1177083003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this

[v8-dev] Re: Revert of MIPS64: Enable shorten-64-to-32 warning. (issue 1182493007 by yang...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1182493007/1 https://codereview.chromium.org/1182493007/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are

[v8-dev] Re: Revert of MIPS64: Enable shorten-64-to-32 warning. (issue 1182493007 by yang...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Patchset 1 (id:??) landed as https://crrev.com/74534bb8be0befff32cb372043a8c4c180ad7160 Cr-Commit-Position: refs/heads/master@{#28991} https://codereview.chromium.org/1182493007/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this

[v8-dev] Re: Revert of [es6] Bound function names (issue 1186463002 by machenb...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1186463002/1 https://codereview.chromium.org/1186463002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are

[v8-dev] Re: [es6] Bound function names (issue 1182513002 by a...@chromium.org)

2015-06-12 Thread machenbach
A revert of this CL (patchset #1 id:1) has been created in https://codereview.chromium.org/1186463002/ by machenb...@chromium.org. The reason for reverting is: [Sheriff] Speculative revert for changing layout tests:

[v8-dev] Revert of [es6] Bound function names (issue 1186463002 by machenb...@chromium.org)

2015-06-12 Thread machenbach
Reviewers: adamk, arv, Message: Created Revert of [es6] Bound function names Description: Revert of [es6] Bound function names (patchset #1 id:1 of https://codereview.chromium.org/1182513002/) Reason for revert: [Sheriff] Speculative revert for changing layout tests:

[v8-dev] Re: Add script context with context-allocated const this (issue 1179893002 by wi...@igalia.com)

2015-06-12 Thread mstarzinger
LGTM on the TurboFan part with a few nits. https://codereview.chromium.org/1179893002/diff/11/src/compiler/ast-graph-builder.cc File src/compiler/ast-graph-builder.cc (right): https://codereview.chromium.org/1179893002/diff/11/src/compiler/ast-graph-builder.cc#newcode2857

[v8-dev] Re: Revert of Keep track of array buffers in new space separately (issue 1178403003 by bmeu...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1178403003/1 https://codereview.chromium.org/1178403003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are

[v8-dev] Re: Keep track of array buffers in new space separately (issue 1133773002 by joc...@chromium.org)

2015-06-12 Thread bmeurer
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/1178403003/ by bmeu...@chromium.org. The reason for reverting is: GC stress unhappy. https://codereview.chromium.org/1133773002/ -- -- v8-dev mailing list v8-dev@googlegroups.com

[v8-dev] Revert of Keep track of array buffers in new space separately (issue 1178403003 by bmeu...@chromium.org)

2015-06-12 Thread bmeurer
Reviewers: Hannes Payer, jochen, Message: Created Revert of Keep track of array buffers in new space separately Description: Revert of Keep track of array buffers in new space separately (patchset #4 id:60001 of https://codereview.chromium.org/1133773002/) Reason for revert: GC stress unhappy

[v8-dev] Re: Issue 3996 in v8: Improve typed array performance

2015-06-12 Thread codesite-noreply via v8-dev
Comment #34 on issue 3996 by bugdro...@chromium.org: Improve typed array performance https://code.google.com/p/v8/issues/detail?id=3996#c34 The following revision refers to this bug: https://chromium.googlesource.com/v8/v8.git/+/64ba57ce612ad698dec64135a5cf57990ffd55f6 commit

[v8-dev] Re: Revert of Keep track of array buffers in new space separately (issue 1178403003 by bmeu...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Committed patchset #1 (id:1) https://codereview.chromium.org/1178403003/ -- -- 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 Keep track of array buffers in new space separately (issue 1178403003 by bmeu...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Patchset 1 (id:??) landed as https://crrev.com/64ba57ce612ad698dec64135a5cf57990ffd55f6 Cr-Commit-Position: refs/heads/master@{#28979} https://codereview.chromium.org/1178403003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this

[v8-dev] Add support for walking stack frames from hydrogen stubs (issue 1184493003 by joc...@chromium.org)

2015-06-12 Thread jochen
Reviewers: Yang, Message: ptal Description: Add support for walking stack frames from hydrogen stubs R=yang...@chromium.org BUG=none LOG=n Please review this at https://codereview.chromium.org/1184493003/ Base URL: https://chromium.googlesource.com/v8/v8.git@master Affected files (+15, -4

[v8-dev] Re: Add support for walking stack frames from hydrogen stubs (issue 1184493003 by joc...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Committed patchset #2 (id:20001) https://codereview.chromium.org/1184493003/ -- -- 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: Reland of Replace SetObjectProperty / DefineObjectProperty with less powerful alternatives where re… (issue 1180943002 by verwa...@chromium.org)

2015-06-12 Thread ishell
lgtm https://codereview.chromium.org/1180943002/ -- -- 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: [heap] All immutable roots are either smis or immovable heap objects. (issue 1180043002 by bmeu...@chromium.org)

2015-06-12 Thread yangguo
On 2015/06/12 07:05:18, Benedikt Meurer wrote: Hey Yang, This is the change we've talked about. Please take a look. Thanks, Benedikt lgtm! https://codereview.chromium.org/1180043002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You

[v8-dev] Re: [heap] All immutable roots are either smis or immovable heap objects. (issue 1180043002 by bmeu...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1180043002/1 https://codereview.chromium.org/1180043002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are

[v8-dev] Re: [es6] Bound function names (issue 1182513002 by a...@chromium.org)

2015-06-12 Thread machenbach
Note: In case you submitted a blink CL in the mean time, please always leave a note about that on the v8-side CL, then I don't revert. Note2: Your CQ_INCLUDE_TRYBOTS lacks a linebreak, otherwise the tests would have run I guess. https://codereview.chromium.org/1182513002/ -- -- v8-dev

[v8-dev] Re: [heap] All immutable roots are either smis or immovable heap objects. (issue 1180043002 by bmeu...@chromium.org)

2015-06-12 Thread bmeurer
Hey Yang, This is the change we've talked about. Please take a look. Thanks, Benedikt https://codereview.chromium.org/1180043002/ -- -- 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

[v8-dev] [heap] All immutable roots are either smis or immovable heap objects. (issue 1180043002 by bmeu...@chromium.org)

2015-06-12 Thread 'Benedikt Meurer' via codereview.chromium.org
Reviewers: Yang, Description: [heap] All immutable roots are either smis or immovable heap objects. R=yang...@chromium.org Please review this at https://codereview.chromium.org/1180043002/ Base URL: https://chromium.googlesource.com/v8/v8.git@master Affected files (+5, -2 lines): M

[v8-dev] Re: [turbofan] Inline hot functions for NodeMarkerBase. (issue 1184693002 by bmeu...@chromium.org)

2015-06-12 Thread 'Benedikt Meurer' via codereview.chromium.org
Committed patchset #1 (id:1) manually as bd3edf37e1a1ecf158b1ec57904558b5afddd5e3 (presubmit successful). https://codereview.chromium.org/1184693002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed

[v8-dev] Re: Add support for walking stack frames from hydrogen stubs (issue 1184493003 by joc...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Patchset 2 (id:??) landed as https://crrev.com/b935e44c79f3b8e0300bfc0e9c4fba04e94b73e5 Cr-Commit-Position: refs/heads/master@{#28984} https://codereview.chromium.org/1184493003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this

[v8-dev] Re: Add script context with context-allocated const this (issue 1179893002 by wi...@igalia.com)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1179893002/120001 https://codereview.chromium.org/1179893002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are

[v8-dev] Re: External snapshot: allow empty snapshot for external snapshot. (issue 1180043003 by yang...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Committed patchset #1 (id:1) https://codereview.chromium.org/1180043003/ -- -- 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: External snapshot: allow empty snapshot for external snapshot. (issue 1180043003 by yang...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Patchset 1 (id:??) landed as https://crrev.com/dd96c47a8162b4456c12b7b96e48e46c559b06b1 Cr-Commit-Position: refs/heads/master@{#28989} https://codereview.chromium.org/1180043003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this

[v8-dev] [turbofan] Inline hot functions for NodeMarkerBase. (issue 1184693002 by bmeu...@chromium.org)

2015-06-12 Thread 'Benedikt Meurer' via codereview.chromium.org
Reviewers: jarin, Description: [turbofan] Inline hot functions for NodeMarkerBase. R=ja...@chromium.org Please review this at https://codereview.chromium.org/1184693002/ Base URL: https://chromium.googlesource.com/v8/v8.git@master Affected files (+18, -32 lines): M

[v8-dev] Re: [turbofan] Inline hot functions for NodeMarkerBase. (issue 1184693002 by bmeu...@chromium.org)

2015-06-12 Thread bmeurer
Hey Jaro, These show up high in the profile for small functions. Please take a look. Thanks, Benedikt https://codereview.chromium.org/1184693002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed

[v8-dev] Re: Add support for walking stack frames from hydrogen stubs (issue 1184493003 by joc...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1184493003/20001 https://codereview.chromium.org/1184493003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are

[v8-dev] Update PrintStack signature in gdbinit (issue 1179053004 by joc...@chromium.org)

2015-06-12 Thread jochen
Reviewers: Yang, Description: Update PrintStack signature in gdbinit BUG=none R=yang...@chromium.org LOG=n Please review this at https://codereview.chromium.org/1179053004/ Base URL: https://chromium.googlesource.com/v8/v8.git@master Affected files (+1, -1 lines): M tools/gdbinit Index:

[v8-dev] Reland Keep track of array buffers in new space separately (issue 1177083003 by joc...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1177083003/20001 https://codereview.chromium.org/1177083003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are

[v8-dev] Re: Reland Keep track of array buffers in new space separately (issue 1177083003 by joc...@chromium.org)

2015-06-12 Thread jochen
Reviewers: Hannes Payer, Message: i wonder why this didn't explode before. guess we should merge this back Description: Reland Keep track of array buffers in new space separately Original review https://codereview.chromium.org/1133773002/ BUG=v8:3996 TBR=hpa...@chromium.org LOG=n Please

[v8-dev] Re: [turbofan] Use appropriate type for NodeId. (issue 1178403004 by bmeu...@chromium.org)

2015-06-12 Thread bmeurer
Hey Sven, This is an obvious one. Please take a look. Thanks, Benedikt https://codereview.chromium.org/1178403004/ -- -- 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] Re: MIPS64: Enable shorten-64-to-32 warning. (issue 1133163005 by balazs.kilv...@imgtec.com)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Patchset 12 (id:??) landed as https://crrev.com/9af578a7c83b58a0ce25345998d9287cbf2030cb Cr-Commit-Position: refs/heads/master@{#28990} https://codereview.chromium.org/1133163005/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this

[v8-dev] Re: MIPS64: Enable shorten-64-to-32 warning. (issue 1133163005 by balazs.kilv...@imgtec.com)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Committed patchset #12 (id:240001) https://codereview.chromium.org/1133163005/ -- -- 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: Greedy allocator: perf work (issue 1157663007 by mtro...@chromium.org)

2015-06-12 Thread svenpanne
Quick DBC... https://codereview.chromium.org/1157663007/diff/160001/src/compiler/register-allocator.h File src/compiler/register-allocator.h (right): https://codereview.chromium.org/1157663007/diff/160001/src/compiler/register-allocator.h#newcode969 src/compiler/register-allocator.h:969: if

[v8-dev] Re: Vector ICs: Turbofan vector store ic support (issue 1178363002 by mvstan...@chromium.org)

2015-06-12 Thread mstarzinger
The TurboFan part is looking good. Mostly nits. https://codereview.chromium.org/1178363002/diff/1/src/compiler/ast-graph-builder.cc File src/compiler/ast-graph-builder.cc (right): https://codereview.chromium.org/1178363002/diff/1/src/compiler/ast-graph-builder.cc#newcode1645

[v8-dev] Re: Update PrintStack signature in gdbinit (issue 1179053004 by joc...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1179053004/1 https://codereview.chromium.org/1179053004/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are

[v8-dev] [turbofan] Move RawMachineAssembler to unittests. (issue 1177353003 by bmeu...@chromium.org)

2015-06-12 Thread 'Benedikt Meurer' via codereview.chromium.org
Reviewers: Michael Starzinger, Description: [turbofan] Move RawMachineAssembler to unittests. R=mstarzin...@chromium.org Please review this at https://codereview.chromium.org/1177353003/ Base URL: https://chromium.googlesource.com/v8/v8.git@master Affected files (+6, -844 lines): M

[v8-dev] Re: X87: Disable the test case for X87 since ea2cb139d. (issue 1179763003 by chunyang....@intel.com)

2015-06-12 Thread rossberg
lgtm https://codereview.chromium.org/1179763003/ -- -- 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] Additional HandleScopes to limit Handle consumption. (issue 1185633002 by o...@chromium.org)

2015-06-12 Thread oth
Reviewers: Yang, Erik Corry Chromium.org, Message: Yang, Erik please take a look at the changes here. Thanks! Description: Additional HandleScopes to limit Handle consumption. erikco...@chromium.org suggested digging into v8 handle usage. Found potential scopes in ast.cc and

[v8-dev] Re: [turbofan] Move RawMachineAssembler to unittests. (issue 1177353003 by bmeu...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Patchset 1 (id:??) landed as https://crrev.com/b5b00cc031c15263bbc4e8e8b2bef01b6fdfd284 Cr-Commit-Position: refs/heads/master@{#28993} https://codereview.chromium.org/1177353003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this

[v8-dev] Re: [turbofan] Move RawMachineAssembler to unittests. (issue 1177353003 by bmeu...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Committed patchset #1 (id:1) https://codereview.chromium.org/1177353003/ -- -- 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: MIPS64: Fix memory allocation when code range is used for LO space only. (issue 1172333002 by dusan.milosavlje...@imgtec.com)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1172333002/20001 https://codereview.chromium.org/1172333002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are

[v8-dev] Re: Add SIMD.Float32x4 functions. (issue 1160443009 by bbu...@chromium.org)

2015-06-12 Thread rossberg
Mostly looking good, except that it is missing plenty of tests. Some features are obviously not working yet (e.g. equality, typeof, etc), but for the value behaviour that this CL implements we need tests (in test/mjsunit/harmony/simd.js), e.g.: - variants of constructor calls - prototype

[v8-dev] Re: Map::TryUpdate() must be in sync with Map::Update(). (issue 1181163002 by ish...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Patchset 1 (id:??) landed as https://crrev.com/4cc4bc591cc8ffe7d458f4e89e1fbe3944d44c9f Cr-Commit-Position: refs/heads/master@{#28999} https://codereview.chromium.org/1181163002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this

[v8-dev] Re: Map::TryUpdate() must be in sync with Map::Update(). (issue 1181163002 by ish...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1181163002/1 https://codereview.chromium.org/1181163002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are

[v8-dev] Re: Add script context with context-allocated const this (issue 1179893002 by wi...@igalia.com)

2015-06-12 Thread machenbach
There was also this error: http://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20nosnap/builds/3374 https://codereview.chromium.org/1179893002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are

[v8-dev] Re: Add script context with context-allocated const this (issue 1178903003 by wi...@igalia.com)

2015-06-12 Thread wingo
On 2015/06/12 12:03:59, wingo wrote: Patchset 1 is the CL most recently applied. Patchset 2 fixes a nosnap deserialization test expectation. Humm, sometimes rollouts are good. I realized I forgot to add the regression test to git! Patchset 2 adds the test.

[v8-dev] Issue 4180 in v8: array buffer backing store might get confused by not-yet-initialized array buffers

2015-06-12 Thread codesite-noreply via v8-dev
Status: Assigned Owner: joc...@chromium.org CC: habl...@chromium.org, hpa...@chromium.org Labels: Type-Bug Priority-Medium New issue 4180 by joc...@chromium.org: array buffer backing store might get confused by not-yet-initialized array buffers

[v8-dev] Re: Reland of Replace SetObjectProperty / DefineObjectProperty with less powerful alternatives where re… (issue 1180943002 by verwa...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Committed patchset #1 (id:1) https://codereview.chromium.org/1180943002/ -- -- 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: Reland of Replace SetObjectProperty / DefineObjectProperty with less powerful alternatives where re… (issue 1180943002 by verwa...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Patchset 1 (id:??) landed as https://crrev.com/a066202b17f5f53cb3419e7dd9785e9f7ce36f97 Cr-Commit-Position: refs/heads/master@{#29000} https://codereview.chromium.org/1180943002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this

[v8-dev] [test] More debugging output in test runner. (issue 1177903005 by machenb...@chromium.org)

2015-06-12 Thread machenbach
Reviewers: tandrii(chromium), Jakob, Message: PTAL Description: [test] More debugging output in test runner. Also use again the taskkill method, recently removed in https://codereview.chromium.org/1156133006/ BUG=chromium:485932 LOG=n Please review this at

[v8-dev] Re: [es6] Bound function names (issue 1182513002 by a...@chromium.org)

2015-06-12 Thread arv
On 2015/06/12 at 07:06:24, machenbach wrote: Note: In case you submitted a blink CL in the mean time, please always leave a note about that on the v8-side CL, then I don't revert. This time I didn't do a blink cl first. I didn't think blink would have tests impacted by this but to be sure

[v8-dev] Re: [turbofan] Move RawMachineAssembler to unittests. (issue 1177353003 by bmeu...@chromium.org)

2015-06-12 Thread mstarzinger
LGTM. https://codereview.chromium.org/1177353003/ -- -- 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] Move RawMachineAssembler to unittests. (issue 1177353003 by bmeu...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1177353003/1 https://codereview.chromium.org/1177353003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are

[v8-dev] Re: Add script context with context-allocated const this (issue 1173333004 by wi...@igalia.com)

2015-06-12 Thread mstarzinger
LGTM on patch set #2. https://codereview.chromium.org/117004/ -- -- 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 script context with context-allocated const this (issue 1173333004 by wi...@igalia.com)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/117004/20001 https://codereview.chromium.org/117004/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are

[v8-dev] Re: [turbofan] Use appropriate type for NodeId. (issue 1178403004 by bmeu...@chromium.org)

2015-06-12 Thread svenpanne
LGTM if my nit is addressed, BTW :-) https://codereview.chromium.org/1178403004/ -- -- 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

[v8-dev] Re: MIPS64: Fix memory allocation when code range is used for LO space only. (issue 1172333002 by dusan.milosavlje...@imgtec.com)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Patchset 2 (id:??) landed as https://crrev.com/a5b0a3e298c9e8eb5917040c6f7ed2f0b919b123 Cr-Commit-Position: refs/heads/master@{#28995} https://codereview.chromium.org/1172333002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this

[v8-dev] Re: MIPS64: Fix memory allocation when code range is used for LO space only. (issue 1172333002 by dusan.milosavlje...@imgtec.com)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Committed patchset #2 (id:20001) https://codereview.chromium.org/1172333002/ -- -- 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: Reland of Replace SetObjectProperty / DefineObjectProperty with less powerful alternatives where re… (issue 1180943002 by verwa...@chromium.org)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1180943002/1 https://codereview.chromium.org/1180943002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are

[v8-dev] Re: Add script context with context-allocated const this (issue 1178903003 by wi...@igalia.com)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Patchset 3 (id:??) landed as https://crrev.com/103fcfaa40c23f7c732601d2f4f8be251415a45c Cr-Commit-Position: refs/heads/master@{#28998} https://codereview.chromium.org/1178903003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this

[v8-dev] Re: Add script context with context-allocated const this (issue 1178903003 by wi...@igalia.com)

2015-06-12 Thread 'commit-bot: I haz the power' via codereview.chromium.org
Committed patchset #3 (id:40001) https://codereview.chromium.org/1178903003/ -- -- 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: Map::TryUpdate() must be in sync with Map::Update(). (issue 1181163002 by ish...@chromium.org)

2015-06-12 Thread ishell
This CL actually belongs to issue v8:4173. https://codereview.chromium.org/1181163002/ -- -- 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

[v8-dev] Re: Issue 4121 in v8: Regression: Memory leak since at least 3.26.33

2015-06-12 Thread codesite-noreply via v8-dev
Comment #13 on issue 4121 by andreasl...@gmail.com: Regression: Memory leak since at least 3.26.33 https://code.google.com/p/v8/issues/detail?id=4121 oh :( I was about to test it on my local machine -- You received this message because this project is configured to send all issue

[v8-dev] Re: Allow TypedArrays to be initialized with iterables (issue 1181903003 by little...@chromium.org)

2015-06-12 Thread arv
https://codereview.chromium.org/1181903003/diff/20001/src/typedarray.js File src/typedarray.js (right): https://codereview.chromium.org/1181903003/diff/20001/src/typedarray.js#newcode139 src/typedarray.js:139: while (!current.done) { The main benefit of using for-of is that you get everything

[v8-dev] Re: Query the existince of an element on the interceptor before trying to delete it. The deleter doesn'… (issue 1180073002 by verwa...@chromium.org)

2015-06-12 Thread ishell
lgtm with a nit: https://codereview.chromium.org/1180073002/diff/20001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1180073002/diff/20001/src/objects.cc#newcode5093 src/objects.cc:5093: Spurious change. https://codereview.chromium.org/1180073002/ -- -- v8-dev

[v8-dev] [turbofan] Ensure lazy bailout point in exception handler. (issue 1173253004 by mstarzin...@chromium.org)

2015-06-12 Thread mstarzinger
Reviewers: jarin, Description: [turbofan] Ensure lazy bailout point in exception handler. This ensures there is a lazy bailout point at the entry of every exception handler so that deoptimized code is not re-entered through caught exceptions. R=ja...@chromium.org

[v8-dev] Debugger: require debugger to be active when dealing with breaks. (issue 1181013007 by yang...@chromium.org)

2015-06-12 Thread 'Yang' via codereview.chromium.org
Reviewers: ulan, Description: Debugger: require debugger to be active when dealing with breaks. This invariant will save us some head ache. The changes to test-debug/DebugStub is due to the fact that it abuses the ability to set break points in code that has no debug break slots. This is now no

[v8-dev] Issue 4178 in v8: support double-unaligned (and maybe simd128-unaligned) for snapshot

2015-06-12 Thread codesite-noreply via v8-dev
Status: Available Owner: CC: yang...@chromium.org, bbu...@chromium.org Labels: Type-Bug Priority-Medium New issue 4178 by joc...@chromium.org: support double-unaligned (and maybe simd128-unaligned) for snapshot https://code.google.com/p/v8/issues/detail?id=4178 to get the double value

  1   2   >