[v8-dev] Re: Issue 689 in v8: v8 fails to compile with icc Intel compilers

2015-03-23 Thread codesite-noreply via v8-dev
Comment #9 on issue 689 by jianghua...@alibaba-inc.com: v8 fails to compile with icc Intel compilers https://code.google.com/p/v8/issues/detail?id=689 is this issue sloved? -- You received this message because this project is configured to send all issue notifications to this address. You

[v8-dev] Re: PPC: [es6] generate rest parameters correctly for subclass constructors (issue 1018043008 by michael_daw...@ca.ibm.com)

2015-03-23 Thread dslomov
lgtm https://codereview.chromium.org/1018043008/ -- -- 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 3984 in v8: 3.25.28 jquery crash

2015-03-23 Thread codesite-noreply via v8-dev
Updates: Cc: paul.l...@imgtec.com Comment #1 on issue 3984 by yang...@chromium.org: 3.25.28 jquery crash https://code.google.com/p/v8/issues/detail?id=3984 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue notif

[v8-dev] Re: Save heap object tracking data in heap snapshot (issue 1019813004 by yu...@chromium.org)

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

[v8-dev] Re: Save heap object tracking data in heap snapshot (issue 1019813004 by yu...@chromium.org)

2015-03-23 Thread commit-bot
Committed patchset #5 (id:80001) https://codereview.chromium.org/1019813004/ -- -- 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: Save heap object tracking data in heap snapshot (issue 1019813004 by yu...@chromium.org)

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

[v8-dev] Re: PPC: [es6] generate rest parameters correctly for subclass constructors (issue 1018043008 by michael_daw...@ca.ibm.com)

2015-03-23 Thread caitpotter88
On 2015/03/23 23:19:35, michael_dawson wrote: On 2015/03/23 23:12:38, michael_dawson wrote: > Next PPC port Now I'm blocked as the next change won't apply until we get these in. change looks good to me, an owner should be able to lgtm this quickly https://codereview.chromium.org/1018043008/

[v8-dev] Re: Version 4.2.77.12 (cherry-pick) (issue 1019353006 by chunyang....@intel.com)

2015-03-23 Thread chunyang . dai
Committed patchset #1 (id:1) manually as b0a290c40d88d13f32ea0e2370c62d2316ca8638. https://codereview.chromium.org/1019353006/ -- -- 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 "v

[v8-dev] Re: PPC: [es6] generate rest parameters correctly for subclass constructors (issue 1018043008 by michael_daw...@ca.ibm.com)

2015-03-23 Thread michael_dawson
On 2015/03/23 23:12:38, michael_dawson wrote: Next PPC port Now I'm blocked as the next change won't apply until we get these in. https://codereview.chromium.org/1018043008/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message

[v8-dev] Re: Revert "ARM64: use jssp for stack slots" (issue 1019393003 by jacob.bram...@arm.com)

2015-03-23 Thread verwaest
Lgtm (rubberstamp) https://codereview.chromium.org/1019393003/ -- -- 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] PPC: [es6] generate rest parameters correctly for subclass constructors (issue 1018043008 by michael_daw...@ca.ibm.com)

2015-03-23 Thread michael_dawson
Reviewers: arv, danno, Dmitry Lomov (chromium), Jakob, mtbrandyberry, Sven Panne, Message: Next PPC port Description: PPC: [es6] generate rest parameters correctly for subclass constructors commit bef80fcfd7e89cadc215f7d10a016a375e346490 Original commit message: BUG=v8:3977 R=dslo...@chromiu

[v8-dev] PPC: [turbofan] Turn Math.clz32 into an inlinable builtin. (issue 1028313003 by michael_daw...@ca.ibm.com)

2015-03-23 Thread michael_dawson
Reviewers: danno, dcarney, Jakob, mtbrandyberry, Sven Panne, Yang, Message: Next PPC port Description: PPC: [turbofan] Turn Math.clz32 into an inlinable builtin. Port 3aa206b86560da94f895625186295bf07a0301d8 Original commit message: R=dcar...@chromium.org, yang...@chromium.org BUG=v8:3952 LOG=

[v8-dev] PPC: [es6] implement Reflect.apply() & Reflect.construct() (issue 999613004 by michael_daw...@ca.ibm.com)

2015-03-23 Thread michael_dawson
Reviewers: danno, Dmitry Lomov (chromium), Jakob, mtbrandyberry, Sven Panne, Message: Next PPC port Description: PPC: [es6] implement Reflect.apply() & Reflect.construct() Port d21fd15467e16f185e511dbfbaeef7caddfe804a Original commit message: BUG=v8:3900 LOG=N R=mbra...@us.ibm.com, svenpa...@

[v8-dev] Re: Issue 3983 in v8: Incorrect restriction on binding identifiers of function expressions

2015-03-23 Thread codesite-noreply via v8-dev
Updates: Labels: Priority-Low Comment #2 on issue 3983 by rossb...@chromium.org: Incorrect restriction on binding identifiers of function expressions https://code.google.com/p/v8/issues/detail?id=3983 (No comment was entered for this change.) -- You received this message because this

[v8-dev] Re: PPC: Merge old data and pointer space. (issue 999983005 by michael_daw...@ca.ibm.com)

2015-03-23 Thread michael_dawson
On 2015/03/23 22:29:07, michael_dawson wrote: Next PPC ports This one was later backed out, closing https://codereview.chromium.org/83005/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to t

[v8-dev] Re: MIPS64: VectorICs: keyed element loads were kicking out non-smi keys unnecessarily (issue 1025303005 by akos.pa...@imgtec.com)

2015-03-23 Thread commit-bot
Committed patchset #1 (id:1) https://codereview.chromium.org/1025303005/ -- -- 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: VectorICs: keyed element loads were kicking out non-smi keys unnecessarily (issue 1025303005 by akos.pa...@imgtec.com)

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

[v8-dev] PPC: Serializer: serialize internal references via object visitor. (issue 1029723002 by michael_daw...@ca.ibm.com)

2015-03-23 Thread michael_dawson
Reviewers: danno, Jakob, mtbrandyberry, Sven Panne, Message: Next PPC port Description: PPC: Serializer: serialize internal references via object visitor. Port 7c149afb6c875b1c53723384459dc14a0e961927 Original commit message: R=mbra...@us.ibm.com, svenpa...@chromium.org, da...@chromium.org, j

[v8-dev] PPC: Load from PropertyCells using PropertyCell::kValueOffset rather than Cell::kValueOffset (issue 1028323002 by michael_daw...@ca.ibm.com)

2015-03-23 Thread michael_dawson
Reviewers: danno, Jakob, mtbrandyberry, Sven Panne, Message: Next PPC port Description: PPC: Load from PropertyCells using PropertyCell::kValueOffset rather than Cell::kValueOffset Port dda2bd6f4f952c604ab836f04052684722480849 Original commit message: R=mbra...@us.ibm.com, svenpa...@chromium.

[v8-dev] PPC: Merge old data and pointer space. (issue 999983005 by michael_daw...@ca.ibm.com)

2015-03-23 Thread michael_dawson
Reviewers: danno, Jakob, mtbrandyberry, Sven Panne, Message: Next PPC ports Description: PPC: Merge old data and pointer space. Port 257ff4893114854519530957c2eeb97c15cd359f Original commit message: R=mbra...@us.ibm.com, svenpa...@chromium.org, da...@chromium.org, jkumme...@chromium.org BUG=

[v8-dev] Re: Implement ES6 spread calls (issue 938443002 by caitpotte...@gmail.com)

2015-03-23 Thread caitpotter88
On 2015/02/25 14:49:09, caitp wrote: Thanks https://codereview.chromium.org/938443002/diff/80001/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/938443002/diff/80001/src/parser.cc#newcode5497 src/parser.cc:5497: int i = 0; On 2015/02/25 14:28:18, rossberg wrote: >

[v8-dev] Re: MIPS64: VectorICs: keyed element loads were kicking out non-smi keys unnecessarily (issue 1025303005 by akos.pa...@imgtec.com)

2015-03-23 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1025303005/1 https://codereview.chromium.org/1025303005/ -- -- 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] Issue 3984 in v8: 3.25.28 jquery crash

2015-03-23 Thread codesite-noreply via v8-dev
Status: New Owner: New issue 3984 by lmarcink...@opera.com: 3.25.28 jquery crash https://code.google.com/p/v8/issues/detail?id=3984 Version: 3.25.28 OS: Linux Architecture: mips Crashed during long term testing (don't have any minimal test): #0 0x75003810 in v8::internal::OS::Abort() ()

[v8-dev] Re: PPC: Disinherit PropertyCell from Cell (issue 1019843003 by michael_daw...@ca.ibm.com)

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

[v8-dev] Re: PPC: Disinherit PropertyCell from Cell (issue 1019843003 by michael_daw...@ca.ibm.com)

2015-03-23 Thread commit-bot
Committed patchset #1 (id:1) https://codereview.chromium.org/1019843003/ -- -- 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: PPC: Remove kind field from StackHandler. (issue 1016333002 by michael_daw...@ca.ibm.com)

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

[v8-dev] Re: PPC: Remove kind field from StackHandler. (issue 1016333002 by michael_daw...@ca.ibm.com)

2015-03-23 Thread commit-bot
Committed patchset #1 (id:1) https://codereview.chromium.org/1016333002/ -- -- 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: PPC: Remove PropertyCell space (issue 1018333003 by michael_daw...@ca.ibm.com)

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

[v8-dev] Re: PPC: Remove PropertyCell space (issue 1018333003 by michael_daw...@ca.ibm.com)

2015-03-23 Thread commit-bot
Committed patchset #1 (id:1) https://codereview.chromium.org/1018333003/ -- -- 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: VectorICs: keyed element loads were kicking out non-smi keys unnecessarily (issue 1025303005 by akos.pa...@imgtec.com)

2015-03-23 Thread paul . lind
Also LGTM. Thanks for the review & the mips32 port Michael! https://codereview.chromium.org/1025303005/ -- -- 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 unsub

[v8-dev] Re: MIPS64: VectorICs: keyed element loads were kicking out non-smi keys unnecessarily (issue 1025303005 by akos.pa...@imgtec.com)

2015-03-23 Thread mvstanton
LGTM, thanks for the port! https://codereview.chromium.org/1025303005/ -- -- 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 r

[v8-dev] Re: PPC: Disinherit PropertyCell from Cell (issue 1019843003 by michael_daw...@ca.ibm.com)

2015-03-23 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1019843003/1 https://codereview.chromium.org/1019843003/ -- -- 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: PPC: Remove PropertyCell space (issue 1018333003 by michael_daw...@ca.ibm.com)

2015-03-23 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1018333003/1 https://codereview.chromium.org/1018333003/ -- -- 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: PPC: Remove kind field from StackHandler. (issue 1016333002 by michael_daw...@ca.ibm.com)

2015-03-23 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1016333002/1 https://codereview.chromium.org/1016333002/ -- -- 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] MIPS64: VectorICs: keyed element loads were kicking out non-smi keys unnecessarily (issue 1025303005 by akos.pa...@imgtec.com)

2015-03-23 Thread akos . palfi
Reviewers: mvstanton, danno, paul.l..., gergely.kis.imgtec, balazs.kilvady, dusmil.imgtec, Message: PTAL. Description: MIPS64: VectorICs: keyed element loads were kicking out non-smi keys unnecessarily Port 6689cc27ebe60685c025de9ae1f09919093f8213 Original commit message: Handlers should be

[v8-dev] [es6] do not add caller/arguments to ES6 function definitions (issue 1027283004 by caitpotte...@gmail.com)

2015-03-23 Thread caitpotter88
Reviewers: arv, Message: PTAL --- this doesn't deal with bound functions, which apparently shouldn't have these properties either. Unfortunately, it means adding a number (4) of additional maps, and I couldn't think of a better name for these than "unpoisoned" variants of other function

[v8-dev] Re: Issue 3028 in v8: d8 crash in GetTypeName

2015-03-23 Thread codesite-noreply via v8-dev
Comment #3 on issue 3028 by lmarcink...@opera.com: d8 crash in GetTypeName https://code.google.com/p/v8/issues/detail?id=3028 I fight with the same crash on 3.25.28 (mips) Security context: 0x40d0e095 http://127.0.0.1:9090> 1: GetTypeName(aka GetTypeName) [native messages.js:796] (this=0x4ae080

[v8-dev] Re: Version 4.2.77.12 (cherry-pick) (issue 1019353006 by chunyang....@intel.com)

2015-03-23 Thread dslomov
On 2015/03/23 17:53:09, chunyang.dai wrote: On 2015/03/23 17:42:49, Dmitry Lomov (chromium) wrote: > https://codereview.chromium.org/1019353006/diff/1/src/x87/code-stubs-x87.cc > File src/x87/code-stubs-x87.cc (left): > > https://codereview.chromium.org/1019353006/diff/1/src/x87/code-stubs-x

[v8-dev] Re: Issue 3982 in v8: Forbidden Extensions on function objects

2015-03-23 Thread codesite-noreply via v8-dev
Comment #2 on issue 3982 by caitpott...@gmail.com: Forbidden Extensions on function objects https://code.google.com/p/v8/issues/detail?id=3982 I had started a patch for this/v8:3946, just fixing up existing tests atm -- You received this message because this project is configured to send all

[v8-dev] Re: Issue 3946 in v8: All functions born of non-legacy function syntactic forms do not have caller and arguments properties

2015-03-23 Thread codesite-noreply via v8-dev
Issue 3946: All functions born of non-legacy function syntactic forms do not have caller and arguments properties https://code.google.com/p/v8/issues/detail?id=3946 This issue is now blocking issue v8:3982. See https://code.google.com/p/v8/issues/detail?id=3982 -- You received this message bec

[v8-dev] Re: Issue 3982 in v8: Forbidden Extensions on function objects

2015-03-23 Thread codesite-noreply via v8-dev
Updates: Status: Accepted Owner: a...@chromium.org Cc: rossb...@chromium.org dslo...@chromium.org Labels: Harmony Type-Bug Blockedon: v8:3946 Comment #1 on issue 3982 by a...@chromium.org: Forbidden Extensions on function objects https://code.google.com/

[v8-dev] Re: Issue 3983 in v8: Incorrect restriction on binding identifiers of function expressions

2015-03-23 Thread codesite-noreply via v8-dev
Updates: Status: Accepted Owner: wi...@igalia.com Cc: rossb...@chromium.org a...@chromium.org Labels: Harmony Type-Bug Comment #1 on issue 3983 by a...@chromium.org: Incorrect restriction on binding identifiers of function expressions https://code.google.com/p/v

[v8-dev] Re: PPC: Remove PropertyCell space (issue 1018333003 by michael_daw...@ca.ibm.com)

2015-03-23 Thread jkummerow
lgtm https://codereview.chromium.org/1018333003/ -- -- 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: PPC: Remove kind field from StackHandler. (issue 1016333002 by michael_daw...@ca.ibm.com)

2015-03-23 Thread jkummerow
lgtm https://codereview.chromium.org/1016333002/ -- -- 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: PPC: Disinherit PropertyCell from Cell (issue 1019843003 by michael_daw...@ca.ibm.com)

2015-03-23 Thread jkummerow
lgtm https://codereview.chromium.org/1019843003/ -- -- 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: Properly handle non-JSFunction constructors in CanRetainOtherContext (issue 1017263003 by verwa...@chromium.org)

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

[v8-dev] Re: Properly handle non-JSFunction constructors in CanRetainOtherContext (issue 1017263003 by verwa...@chromium.org)

2015-03-23 Thread commit-bot
Committed patchset #1 (id:1) https://codereview.chromium.org/1017263003/ -- -- 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: Move CompilationInfo::this_has_uses to HGraph::this_has_uses. (issue 1029643002 by mstarzin...@chromium.org)

2015-03-23 Thread commit-bot
Committed patchset #1 (id:1) https://codereview.chromium.org/1029643002/ -- -- 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: Move CompilationInfo::this_has_uses to HGraph::this_has_uses. (issue 1029643002 by mstarzin...@chromium.org)

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

[v8-dev] Re: Move CompilationInfo::this_has_uses to HGraph::this_has_uses. (issue 1029643002 by mstarzin...@chromium.org)

2015-03-23 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1029643002/1 https://codereview.chromium.org/1029643002/ -- -- 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: Properly handle non-JSFunction constructors in CanRetainOtherContext (issue 1017263003 by verwa...@chromium.org)

2015-03-23 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1017263003/1 https://codereview.chromium.org/1017263003/ -- -- 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: ARM64: use jssp for stack slots (issue 262533006)

2015-03-23 Thread Jacob Bramley
It looks like this will be a bit fiddly to fix, so I'd like to revert it now and unblock your patch. https://codereview.chromium.org/1019393003/ Thanks, Jacob On Monday, 23 March 2015 15:52:33 UTC, vincent@arm.com wrote: > > We are looking at it. > > On Monday, 23 March 2015 14:17:26 UTC, T

[v8-dev] Re: Properly handle non-JSFunction constructors in CanRetainOtherContext (issue 1017263003 by verwa...@chromium.org)

2015-03-23 Thread ishell
lgtm https://codereview.chromium.org/1017263003/ -- -- 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: Move CompilationInfo::this_has_uses to HGraph::this_has_uses. (issue 1029643002 by mstarzin...@chromium.org)

2015-03-23 Thread titzer
lgtm https://codereview.chromium.org/1029643002/ -- -- 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] Revert "ARM64: use jssp for stack slots" (issue 1019393003 by jacob.bram...@arm.com)

2015-03-23 Thread jacob . bramley
Reviewers: Toon Verwaest, Description: Revert "ARM64: use jssp for stack slots" This reverts r21101. r21101 appears to be at fault for the ARM64 failures here: https://codereview.chromium.org/1023103003 BUG= Please review this at https://codereview.chromium.org/1019393003/ Base URL: https://c

[v8-dev] Properly handle non-JSFunction constructors in CanRetainOtherContext (issue 1017263003 by verwa...@chromium.org)

2015-03-23 Thread verwaest
Reviewers: Igor Sheludko, ulan, Message: PTAL Description: Properly handle non-JSFunction constructors in CanRetainOtherContext BUG= Please review this at https://codereview.chromium.org/1017263003/ Base URL: https://chromium.googlesource.com/v8/v8.git@master Affected files (+7, -9 lines):

[v8-dev] Re: VectorICs: keyed element loads were kicking out non-smi keys unnecessarily (issue 1028093002 by mvstan...@chromium.org)

2015-03-23 Thread commit-bot
Committed patchset #6 (id:120001) https://codereview.chromium.org/1028093002/ -- -- 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: VectorICs: keyed element loads were kicking out non-smi keys unnecessarily (issue 1028093002 by mvstan...@chromium.org)

2015-03-23 Thread commit-bot
Patchset 6 (id:??) landed as https://crrev.com/6689cc27ebe60685c025de9ae1f09919093f8213 Cr-Commit-Position: refs/heads/master@{#27377} https://codereview.chromium.org/1028093002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this messag

[v8-dev] Re: Cleanups needed for this-scoping in arrow functions (issue 1024703004 by ape...@igalia.com)

2015-03-23 Thread aperez
On 2015/03/23 15:11:14, wingo wrote: Some nits. Regarding the log, LOG=N I think as it's just a refactor, and do remove the bits about changes that aren't included. Remove the last para too as it just restates the google c++ style guide. Ack. https://codereview.chromium.org/1024703004/

[v8-dev] Move CompilationInfo::this_has_uses to HGraph::this_has_uses. (issue 1029643002 by mstarzin...@chromium.org)

2015-03-23 Thread mstarzinger
Reviewers: titzer, Description: Move CompilationInfo::this_has_uses to HGraph::this_has_uses. R=tit...@chromium.org Please review this at https://codereview.chromium.org/1029643002/ Base URL: https://chromium.googlesource.com/v8/v8.git@local_cleanup-compiler-12 Affected files (+26, -32 lin

[v8-dev] Remove CompilationInfoWithZone from public API. (issue 1000353004 by mstarzin...@chromium.org)

2015-03-23 Thread mstarzinger
Reviewers: titzer, Description: Remove CompilationInfoWithZone from public API. This removes the CompilationInfoWithZone class from the header file because it is more than a pure convenience class and shouldn't be used outside of the compiler at all. R=tit...@chromium.org Please review this at

[v8-dev] Re: Version 4.2.77.12 (cherry-pick) (issue 1019353006 by chunyang....@intel.com)

2015-03-23 Thread chunyang . dai
On 2015/03/23 17:42:49, Dmitry Lomov (chromium) wrote: https://codereview.chromium.org/1019353006/diff/1/src/x87/code-stubs-x87.cc File src/x87/code-stubs-x87.cc (left): https://codereview.chromium.org/1019353006/diff/1/src/x87/code-stubs-x87.cc#oldcode4325 src/x87/code-stubs-x87.cc:4325: __

[v8-dev] Re: VectorICs: keyed element loads were kicking out non-smi keys unnecessarily (issue 1028093002 by mvstan...@chromium.org)

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

[v8-dev] Re: Version 4.2.77.12 (cherry-pick) (issue 1019353006 by chunyang....@intel.com)

2015-03-23 Thread dslomov
https://codereview.chromium.org/1019353006/diff/1/src/x87/code-stubs-x87.cc File src/x87/code-stubs-x87.cc (left): https://codereview.chromium.org/1019353006/diff/1/src/x87/code-stubs-x87.cc#oldcode4325 src/x87/code-stubs-x87.cc:4325: __ cmp(edx, edi); Why this comparison and branch got removed?

[v8-dev] Re: Version 4.2.77.12 (cherry-pick) (issue 1019353006 by chunyang....@intel.com)

2015-03-23 Thread chunyang . dai
PTAL. https://codereview.chromium.org/1019353006/ -- -- 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] Issue 3983 in v8: Incorrect restriction on binding identifiers of function expressions

2015-03-23 Thread codesite-noreply via v8-dev
Status: New Owner: New issue 3983 by m...@bocoup.com: Incorrect restriction on binding identifiers of function expressions https://code.google.com/p/v8/issues/detail?id=3983 Version: 22d62cea4d4d01d30286411cd11a6f3e15083cc0 (Thu Mar 19 08:04:47 2015 -0700) OS: Ubuntu Linux Architectur

[v8-dev] Version 4.2.77.12 (cherry-pick) (issue 1019353006 by chunyang....@intel.com)

2015-03-23 Thread chunyang . dai
Reviewers: Dmitry Lomov (chromium), Description: Version 4.2.77.12 (cherry-pick) Merged a3773e4d29e97b912ef284ee62bd8011ef6884af X87: Implement subclassing Arrays. R=dslo...@chromium.org BUG= Please review this at https://codereview.chromium.org/1019353006/ Base URL: https://chromium.googles

[v8-dev] Re: Version 4.2.77.11 (cherry-pick) (issue 1033463002 by chunyang....@intel.com)

2015-03-23 Thread chunyang . dai
Committed patchset #1 (id:1) manually as fb672f6974fea1b0c5d372afc3b920bd0e2499f6. https://codereview.chromium.org/1033463002/ -- -- 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 "v

[v8-dev] Re: Remove dangerous constructor from CompilationInfoWithZone. (issue 1026513004 by mstarzin...@chromium.org)

2015-03-23 Thread commit-bot
Committed patchset #2 (id:20001) https://codereview.chromium.org/1026513004/ -- -- 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: Version 4.2.77.11 (cherry-pick) (issue 1033463002 by chunyang....@intel.com)

2015-03-23 Thread chunyang . dai
PTAL. https://codereview.chromium.org/1033463002/ -- -- 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: Version 4.2.77.11 (cherry-pick) (issue 1033463002 by chunyang....@intel.com)

2015-03-23 Thread chunyang . dai
PTAL. https://codereview.chromium.org/1033463002/ -- -- 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: Remove dangerous constructor from CompilationInfoWithZone. (issue 1026513004 by mstarzin...@chromium.org)

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

[v8-dev] Re: Version 4.2.77.11 (cherry-pick) (issue 1033463002 by chunyang....@intel.com)

2015-03-23 Thread dslomov
lgtm https://codereview.chromium.org/1033463002/ -- -- 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] Version 4.2.77.11 (cherry-pick) (issue 1033463002 by chunyang....@intel.com)

2015-03-23 Thread chunyang . dai
Reviewers: Dmitry Lomov (chromium), Description: Version 4.2.77.11 (cherry-pick) Merged 8b33fa60691fe3d0d0e2ee6b751b89de6abec626 X87: Disallow subclassing Arrays. R=dslo...@chromium.org BUG= Please review this at https://codereview.chromium.org/1033463002/ Base URL: https://chromium.googleso

[v8-dev] Re: Remove dangerous constructor from CompilationInfoWithZone. (issue 1026513004 by mstarzin...@chromium.org)

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

[v8-dev] Re: Remove dangerous constructor from CompilationInfoWithZone. (issue 1026513004 by mstarzin...@chromium.org)

2015-03-23 Thread titzer
lgtm https://codereview.chromium.org/1026513004/ -- -- 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: Acquire a lock before checking for GC interrupt in JSON parser. (issue 1025333002 by u...@chromium.org)

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

[v8-dev] Re: Acquire a lock before checking for GC interrupt in JSON parser. (issue 1025333002 by u...@chromium.org)

2015-03-23 Thread commit-bot
Committed patchset #1 (id:1) https://codereview.chromium.org/1025333002/ -- -- 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] Issue 3982 in v8: Forbidden Extensions on function objects

2015-03-23 Thread codesite-noreply via v8-dev
Status: New Owner: New issue 3982 by m...@bocoup.com: Forbidden Extensions on function objects https://code.google.com/p/v8/issues/detail?id=3982 Version: 22d62cea4d4d01d30286411cd11a6f3e15083cc0 (Thu Mar 19 08:04:47 2015 -0700) OS: Ubuntu Linux Architecture: x64 Various function object

[v8-dev] Re: Remove dangerous constructor from CompilationInfoWithZone. (issue 1026513004 by mstarzin...@chromium.org)

2015-03-23 Thread mstarzinger
https://codereview.chromium.org/1026513004/diff/1/test/cctest/compiler/test-instruction.cc File test/cctest/compiler/test-instruction.cc (right): https://codereview.chromium.org/1026513004/diff/1/test/cctest/compiler/test-instruction.cc#newcode43 test/cctest/compiler/test-instruction.cc:43: Comp

[v8-dev] Re: Remove dangerous constructor from CompilationInfoWithZone. (issue 1026513004 by mstarzin...@chromium.org)

2015-03-23 Thread titzer
https://codereview.chromium.org/1026513004/diff/1/test/cctest/compiler/test-instruction.cc File test/cctest/compiler/test-instruction.cc (right): https://codereview.chromium.org/1026513004/diff/1/test/cctest/compiler/test-instruction.cc#newcode43 test/cctest/compiler/test-instruction.cc:43: Comp

[v8-dev] Re: Make debugger step into bound callbacks passed to Array.forEach. (issue 1030673002 by aand...@chromium.org)

2015-03-23 Thread kozyatinskiy
https://codereview.chromium.org/1030673002/diff/1/src/runtime/runtime-debug.cc File src/runtime/runtime-debug.cc (right): https://codereview.chromium.org/1030673002/diff/1/src/runtime/runtime-debug.cc#newcode2750 src/runtime/runtime-debug.cc:2750: return isolate->heap()->true_value(); Why can we

[v8-dev] Re: Acquire a lock before checking for GC interrupt in JSON parser. (issue 1025333002 by u...@chromium.org)

2015-03-23 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1025333002/1 https://codereview.chromium.org/1025333002/ -- -- 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: Acquire a lock before checking for GC interrupt in JSON parser. (issue 1025333002 by u...@chromium.org)

2015-03-23 Thread jochen
lgtm https://codereview.chromium.org/1025333002/ -- -- 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] Acquire a lock before checking for GC interrupt in JSON parser. (issue 1025333002 by u...@chromium.org)

2015-03-23 Thread ulan
Reviewers: jochen (slow), Message: PTAL. This fixes the race for interrupt flags, but doesn't fix the benign race for climit. Description: Acquire a lock before checking for GC interrupt in JSON parser. BUG= Please review this at https://codereview.chromium.org/1025333002/ Base URL: https:

[v8-dev] Acquire a lock before checking for GC interrupt in JSON parser. (issue 1025333002 by u...@chromium.org)

2015-03-23 Thread ulan
Reviewers: jochen (slow), Message: PTAL. This fixes the race for interrupt flags, but doesn't fix the benign race for climit. Description: Acquire a lock before checking for GC interrupt in JSON parser. BUG= Please review this at https://codereview.chromium.org/1025333002/ Base URL: https:

[v8-dev] Re: [V8] Removed SourceLocationRestrict (issue 1022333004 by kozyatins...@chromium.org)

2015-03-23 Thread commit-bot
Committed patchset #3 (id:40001) https://codereview.chromium.org/1022333004/ -- -- 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: [V8] Removed SourceLocationRestrict (issue 1022333004 by kozyatins...@chromium.org)

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

[v8-dev] Re: [V8] Removed SourceLocationRestrict (issue 1022333004 by kozyatins...@chromium.org)

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

[v8-dev] Remove dangerous constructor from CompilationInfoWithZone. (issue 1026513004 by mstarzin...@chromium.org)

2015-03-23 Thread mstarzinger
Reviewers: titzer, Description: Remove dangerous constructor from CompilationInfoWithZone. This removes the stub-based constructor from CompilationInfoWithZone as this class is more than a pure convenience class and only by chance doesn't have an effect in the destructor. R=tit...@chromium.org

[v8-dev] Strawman: check strong mode free variables against the global object. (issue 1005063002 by ma...@chromium.org)

2015-03-23 Thread marja
Reviewers: Dmitry Lomov (chromium), Message: dslomov, could you have an early look at this "dynamic strong mode scoping errors CL? The approach here is that when binding a script to a context, we check the free variables we know of (so, not inside lazy functions) against the context. This CL

[v8-dev] Re: PPC: Use platform specific stubs for vector-based Load/KeyedLoad. (issue 1019003002 by michael_daw...@ca.ibm.com)

2015-03-23 Thread michael_dawson
On 2015/03/21 13:42:35, Jakob wrote: Rubberstamp LGTM (in case you're not familiar with the term: that means I'm approving without actually reviewing) so you can land. IIUC what commit-bot is trying to tell us is that we have to make you guys committers in addition to being OWNERS. Thanks

[v8-dev] Re: VectorICs: keyed element loads were kicking out non-smi keys unnecessarily (issue 1028093002 by mvstan...@chromium.org)

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

[v8-dev] Re: [turbofan] add non fixed slot constraint to register allocator (issue 1018853003 by dcar...@chromium.org)

2015-03-23 Thread commit-bot
Committed patchset #11 (id:21) https://codereview.chromium.org/1018853003/ -- -- 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 an

[v8-dev] Re: [turbofan] add non fixed slot constraint to register allocator (issue 1018853003 by dcar...@chromium.org)

2015-03-23 Thread commit-bot
Patchset 11 (id:??) landed as https://crrev.com/0a835afb29eedfc266ecb230cf27b8211b1d0b06 Cr-Commit-Position: refs/heads/master@{#27373} https://codereview.chromium.org/1018853003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this messa

[v8-dev] Re: ARM64: use jssp for stack slots (issue 262533006)

2015-03-23 Thread vincent . belliard
We are looking at it. On Monday, 23 March 2015 14:17:26 UTC, Toon Verwaest wrote: > > As far as I can tell this is broken. See > > http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel/builds/4101 > > for a repro. > > The reason why it is failing is that GenerateCallFunction pus

[v8-dev] Re: VectorICs: keyed element loads were kicking out non-smi keys unnecessarily (issue 1028093002 by mvstan...@chromium.org)

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

[v8-dev] Re: VectorICs: keyed element loads were kicking out non-smi keys unnecessarily (issue 1028093002 by mvstan...@chromium.org)

2015-03-23 Thread mvstanton
Thanks for the comments, Yang. I've uploaded a patch. Note an unrelated change in mips, the weakening of an assert that didn't make sense there anyway...it's simply that no one ever ran that code :p. Submitting, --Michael https://codereview.chromium.org/1028093002/diff/40001/src/arm/code-stu

[v8-dev] Re: [turbofan] add non fixed slot constraint to register allocator (issue 1018853003 by dcar...@chromium.org)

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

[v8-dev] Make debugger step into bound callbacks passed to Array.forEach. (issue 1030673002 by aand...@chromium.org)

2015-03-23 Thread aandrey
Reviewers: kozyatinskiy, Yang, Description: Make debugger step into bound callbacks passed to Array.forEach. BUG=chromium:450004 R=yang...@chromium.org, kozyatins...@chromium.org LOG=N Please review this at https://codereview.chromium.org/1030673002/ Base URL: https://chromium.googlesource.com

  1   2   3   >