[v8-dev] Re: Use constant length for memcpy on A64 simulator. (issue 203263017)

2014-03-20 Thread svenpanne
LGTM, I'll land it for you. Note that the CQ does not work for the v8 project. https://codereview.chromium.org/203263017/ -- -- 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-d

[v8-dev] Re: Issue 3205 in v8: "Too many variables" limit prohibits new Emscripten application from running

2014-03-20 Thread codesite-noreply
Comment #17 on issue 3205 by svenpa...@chromium.org: "Too many variables" limit prohibits new Emscripten application from running http://code.google.com/p/v8/issues/detail?id=3205 Regarding #15: The fix is extremely localized and is low-risk, so I think we should really back-merge it. The p

[v8-dev] Re: Introduce addp, idivp, imulp and subp for x64 port (issue 196893003)

2014-03-20 Thread haitao . feng
Committed patchset #1 manually as r20140 (presubmit successful). https://codereview.chromium.org/196893003/ -- -- 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 u

[v8-dev] Re: Use constant length for memcpy on A64 simulator. (issue 203263017)

2014-03-20 Thread commit-bot
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 or a lowly provisional committer, _not_ a full super star committer. See http://www.chromium.org/getting-involved/become-a-committer Note that this has nothing

[v8-dev] Re: Use constant length for memcpy on A64 simulator. (issue 203263017)

2014-03-20 Thread commit-bot
CQ is trying da patch. Follow status at https://v8-status.appspot.com/cq/frkoe...@google.com/203263017/20001 https://codereview.chromium.org/203263017/ -- -- 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: Issue 3205 in v8: "Too many variables" limit prohibits new Emscripten application from running

2014-03-20 Thread codesite-noreply
Comment #16 on issue 3205 by alonza...@gmail.com: "Too many variables" limit prohibits new Emscripten application from running http://code.google.com/p/v8/issues/detail?id=3205 More details that are now public: the demo mentioned here is a Unity 3D game, Dead Trigger 2, shown at GDC a few d

[v8-dev] Re: Use constant length for memcpy on A64 simulator. (issue 203263017)

2014-03-20 Thread rodolph . perfetta
lgtm https://codereview.chromium.org/203263017/ -- -- 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: Use constant length for memcpy on A64 simulator. (issue 203263017)

2014-03-20 Thread frkoenig
Reviewers: Sven Panne, jbramley, Rodolph Perfetta (ARM), Rodolph Perfetta, https://codereview.chromium.org/203263017/diff/1/src/a64/simulator-a64.h File src/a64/simulator-a64.h (right): https://codereview.chromium.org/203263017/diff/1/src/a64/simulator-a64.h#newcode171 src/a64/simulator-a64.h:1

[v8-dev] Re: MIPS: Fix register usage of r20076. (issue 206763002)

2014-03-20 Thread plind44
Committed as r20139. https://codereview.chromium.org/206763002/ -- -- 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 receivin

[v8-dev] [v8] r20139 committed - MIPS: Fix register usage of r20076....

2014-03-20 Thread codesite-noreply
Revision: 20139 Author: plin...@gmail.com Date: Thu Mar 20 19:12:08 2014 UTC Log: MIPS: Fix register usage of r20076. BUG= R=plin...@gmail.com Review URL: https://codereview.chromium.org/206763002 Patch from Balazs Kilvady . http://code.google.com/p/v8/source/detail?r=20139 Modified

[v8-dev] Re: MIPS: Fix register usage of r20076. (issue 206763002)

2014-03-20 Thread plind44
LGTM, thanks for the fix. https://codereview.chromium.org/206763002/ -- -- 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 rec

[v8-dev] MIPS: Fix register usage of r20076. (issue 206763002)

2014-03-20 Thread kilvadyb
Reviewers: danno, rossberg, Paul Lind, kisg, dusmil, palfia, Description: MIPS: Fix register usage of r20076. BUG= Please review this at https://codereview.chromium.org/206763002/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+5, -5 lines): M src/mips/builti

[v8-dev] [v8] r20138 committed - Fix missing access check in Runtime_SetPrototype....

2014-03-20 Thread codesite-noreply
Revision: 20138 Author: mstarzin...@chromium.org Date: Thu Mar 20 18:14:33 2014 UTC Log: Fix missing access check in Runtime_SetPrototype. R=rossb...@chromium.org BUG=chromium:354123 TEST=cctest/test-api/Regress354123 LOG=y Review URL: https://codereview.chromium.org/205033011 http://

[v8-dev] Re: Fix missing access check in Runtime_SetPrototype. (issue 205033011)

2014-03-20 Thread mstarzinger
Reviewers: rossberg, Message: Committed patchset #1 manually as r20138 (presubmit successful). Description: Fix missing access check in Runtime_SetPrototype. R=rossb...@chromium.org BUG=chromium:354123 TEST=cctest/test-api/Regress354123 LOG=y Committed: https://code.google.com/p/v8/source/deta

[v8-dev] Fix missing access check in Runtime_SetPrototype. (issue 205033011)

2014-03-20 Thread rossberg
lgtm https://codereview.chromium.org/205033011/ -- -- 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: set thread name in MSVC debugger (issue 206253003)

2014-03-20 Thread tfarina
+Benedikt for review! https://codereview.chromium.org/206253003/diff/20001/src/platform-win32.cc File src/platform-win32.cc (right): https://codereview.chromium.org/206253003/diff/20001/src/platform-win32.cc#newcode1426 src/platform-win32.cc:1426: static void setCurThreadName(const char* name)

[v8-dev] Re: Ensure that lazy deopt sequence does not override calls. (issue 198463006)

2014-03-20 Thread jkummerow
lgtm https://codereview.chromium.org/198463006/ -- -- 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] Ensure that lazy deopt sequence does not override calls. (issue 198463006)

2014-03-20 Thread ulan
Reviewers: Jakob, Message: PTAL Description: Ensure that lazy deopt sequence does not override calls. BUG=354433 LOG=N TEST=mjsunit/regress/regress-354433.js Please review this at https://codereview.chromium.org/198463006/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affect

[v8-dev] [v8] r20137 committed - Fix polymorphic hydrogen handling of SLOPPY_ARGUMENTS_ELEMENTS...

2014-03-20 Thread codesite-noreply
Revision: 20137 Author: jkumme...@chromium.org Date: Thu Mar 20 16:25:24 2014 UTC Log: Fix polymorphic hydrogen handling of SLOPPY_ARGUMENTS_ELEMENTS BUG=chromium:354391 LOG=y R=verwa...@chromium.org Review URL: https://codereview.chromium.org/206073008 http://code.google.com/p/v8/sou

[v8-dev] Re: Issue 3060 in v8: V8 3.23.1 and later do not honor v8::V8::IgnoreOutOfMemoryException()

2014-03-20 Thread codesite-noreply
Comment #17 on issue 3060 by clearscr...@gmail.com: V8 3.23.1 and later do not honor v8::V8::IgnoreOutOfMemoryException() http://code.google.com/p/v8/issues/detail?id=3060 Thanks for following up! Just curious - what if the isolate exceeds its resource limit by allocating lots of small obje

[v8-dev] Re: Fix polymorphic hydrogen handling of SLOPPY_ARGUMENTS_ELEMENTS (issue 206073008)

2014-03-20 Thread jkummerow
Committed patchset #1 manually as r20137 (presubmit successful). https://codereview.chromium.org/206073008/ -- -- 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 u

[v8-dev] Re: Fix polymorphic hydrogen handling of SLOPPY_ARGUMENTS_ELEMENTS (issue 206073008)

2014-03-20 Thread verwaest
lgtm https://codereview.chromium.org/206073008/ -- -- 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] Fix polymorphic hydrogen handling of SLOPPY_ARGUMENTS_ELEMENTS (issue 206073008)

2014-03-20 Thread jkummerow
Reviewers: Toon Verwaest, Message: PTAL. Description: Fix polymorphic hydrogen handling of SLOPPY_ARGUMENTS_ELEMENTS BUG=chromium:354391 LOG=y R=verwa...@chromium.org Please review this at https://codereview.chromium.org/206073008/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edg

[v8-dev] [v8] r20136 committed - Reland "Implement ES6 symbol registry and predefined symbols"...

2014-03-20 Thread codesite-noreply
Revision: 20136 Author: rossb...@chromium.org Date: Thu Mar 20 16:13:09 2014 UTC Log: Reland "Implement ES6 symbol registry and predefined symbols" Only change relative to original CL is the updated assertion condition at objects-inl.h:2119 R=mstarzin...@chromium.org BUG= Review U

[v8-dev] Re: Reland "Implement ES6 symbol registry and predefined symbols" (issue 204913006)

2014-03-20 Thread rossberg
Committed patchset #1 manually as r20136 (presubmit successful). https://codereview.chromium.org/204913006/ -- -- 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 u

[v8-dev] Re: Issue 3205 in v8: "Too many variables" limit prohibits new Emscripten application from running

2014-03-20 Thread codesite-noreply
Comment #15 on issue 3205 by k...@chromium.org: "Too many variables" limit prohibits new Emscripten application from running http://code.google.com/p/v8/issues/detail?id=3205 FYI - I am not sure it is wise to merge this fix to M34 due to the potential for breakage. There is no urgent rush t

[v8-dev] Move ParseLeftHandSideExpression to ParserBase. (issue 206433003)

2014-03-20 Thread marja
Reviewers: Michael Starzinger, Message: mstarzinger, ptal https://codereview.chromium.org/206433003/diff/1/src/parser.h File src/parser.h (left): https://codereview.chromium.org/206433003/diff/1/src/parser.h#oldcode745 src/parser.h:745: Expression* ParseUnaryExpression(bool* ok); These are lef

[v8-dev] Re: MIPS: Implement flooring division by a constant via truncating division by a constant. (issue 206373004)

2014-03-20 Thread plind44
Committed as r20135. https://codereview.chromium.org/206373004/ -- -- 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 receivin

[v8-dev] [v8] r20135 committed - MIPS: Implement flooring division by a constant via truncating divisio...

2014-03-20 Thread codesite-noreply
Revision: 20135 Author: plin...@gmail.com Date: Thu Mar 20 16:04:51 2014 UTC Log: MIPS: Implement flooring division by a constant via truncating division by a constant. Port r20123 (31ab416) BUG= R=plin...@gmail.com Review URL: https://codereview.chromium.org/206373004 Patch from

[v8-dev] Re: MIPS: Implement flooring division by a constant via truncating division by a constant. (issue 206373004)

2014-03-20 Thread plind44
lgtm https://codereview.chromium.org/206373004/ -- -- 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: Create a function call IC (issue 172523002)

2014-03-20 Thread mvstanton
Hi Toon, Thanks for the comments, and sorry for the delay in addressing! PTAL, thanks, --Michael https://codereview.chromium.org/172523002/diff/160001/src/code-stubs.h File src/code-stubs.h (right): https://codereview.chromium.org/172523002/diff/160001/src/code-stubs.h#newcode837 src/code-st

[v8-dev] [v8] r20134 committed - Tagging version 3.25.22

2014-03-20 Thread codesite-noreply
Revision: 20134 Author: machenb...@chromium.org Date: Thu Mar 20 15:46:59 2014 UTC Log: Tagging version 3.25.22 http://code.google.com/p/v8/source/detail?r=20134 Added: /tags/3.25.22 -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You rece

[v8-dev] [v8] r20132 committed - Allow to push arbitrary revisions when pushing to trunk....

2014-03-20 Thread codesite-noreply
Revision: 20132 Author: machenb...@chromium.org Date: Thu Mar 20 15:44:30 2014 UTC Log: Allow to push arbitrary revisions when pushing to trunk. BUG= R=jkumme...@chromium.org Review URL: https://codereview.chromium.org/206133004 http://code.google.com/p/v8/source/detail?r=20132 Modif

[v8-dev] Re: Allow to push arbitrary revisions when pushing to trunk. (issue 206133004)

2014-03-20 Thread machenbach
Committed patchset #1 manually as r20132 (presubmit successful). https://codereview.chromium.org/206133004/ -- -- 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 u

[v8-dev] Re: JSArray::SetContent() handlified. (issue 206223003)

2014-03-20 Thread yangguo
LGTM with a comment. https://codereview.chromium.org/206223003/diff/1/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/206223003/diff/1/src/objects-inl.h#newcode6584 src/objects-inl.h:6584: // static We don't have the convention of denoting implementations of st

[v8-dev] [v8] r20131 committed - A64: Restore the stack limit protection to 1KB....

2014-03-20 Thread codesite-noreply
Revision: 20131 Author: alexandre.ra...@arm.com Date: Thu Mar 20 15:25:27 2014 UTC Log: A64: Restore the stack limit protection to 1KB. R=u...@chromium.org Review URL: https://codereview.chromium.org/206393002 http://code.google.com/p/v8/source/detail?r=20131 Modified: /branches/ble

[v8-dev] Re: A64: Restore the stack limit protection to 1KB. (issue 206393002)

2014-03-20 Thread alexandre . rames
Committed patchset #1 manually as r20131 (presubmit successful). https://codereview.chromium.org/206393002/ -- -- 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 u

[v8-dev] MIPS: Implement flooring division by a constant via truncating division by a constant. (issue 206373004)

2014-03-20 Thread kilvadyb
Reviewers: danno, Sven Panne, Paul Lind, kisg, palfia, dusmil, Description: MIPS: Implement flooring division by a constant via truncating division by a constant. Port r20123 (31ab416) BUG= Please review this at https://codereview.chromium.org/206373004/ SVN Base: https://github.com/v8/v8.git

[v8-dev] [v8] r20130 committed - Fix assertions wrt concurrent OSR....

2014-03-20 Thread codesite-noreply
Revision: 20130 Author: yang...@chromium.org Date: Thu Mar 20 15:23:31 2014 UTC Log: Fix assertions wrt concurrent OSR. R=u...@chromium.org Review URL: https://codereview.chromium.org/206473002 http://code.google.com/p/v8/source/detail?r=20130 Modified: /branches/bleeding_edge/src/a

[v8-dev] Re: Fix assertions wrt concurrent OSR. (issue 206473002)

2014-03-20 Thread yangguo
Committed patchset #2 manually as r20130 (presubmit successful). https://codereview.chromium.org/206473002/ -- -- 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 u

[v8-dev] Re: ArraySplice builtin handlified. (issue 206073007)

2014-03-20 Thread yangguo
some comments. https://codereview.chromium.org/206073007/diff/1/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/206073007/diff/1/src/builtins.cc#newcode980 src/builtins.cc:980: accessor->CopyElements( I should have noticed this in an earlier CL. Why do we no longer

[v8-dev] Re: Fix assertions wrt concurrent OSR. (issue 206473002)

2014-03-20 Thread ulan
lgtm, thanks for fixing! https://codereview.chromium.org/206473002/ -- -- 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 rece

[v8-dev] Re: JSObject::NormalizeElements() handlified. (issue 206343002)

2014-03-20 Thread verwaest
lgtm https://codereview.chromium.org/206343002/ -- -- 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: Split of rolling Chromium from push-to-trunk. (issue 199733012)

2014-03-20 Thread jkummerow
lgtm https://codereview.chromium.org/199733012/diff/60001/tools/push-to-trunk/chromium_roll.py File tools/push-to-trunk/chromium_roll.py (right): https://codereview.chromium.org/199733012/diff/60001/tools/push-to-trunk/chromium_roll.py#newcode3 tools/push-to-trunk/chromium_roll.py:3: # Redist

[v8-dev] Re: Fix assertions wrt concurrent OSR. (issue 206473002)

2014-03-20 Thread yangguo
On 2014/03/20 13:50:45, ulan wrote: https://codereview.chromium.org/206473002/diff/1/src/a64/full-codegen-a64.cc File src/a64/full-codegen-a64.cc (left): https://codereview.chromium.org/206473002/diff/1/src/a64/full-codegen-a64.cc#oldcode4883 src/a64/full-codegen-a64.cc:4883: 6 * kInstruction

[v8-dev] Re: Allow to push arbitrary revisions when pushing to trunk. (issue 206133004)

2014-03-20 Thread jkummerow
lgtm https://codereview.chromium.org/206133004/ -- -- 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 3060 in v8: V8 3.23.1 and later do not honor v8::V8::IgnoreOutOfMemoryException()

2014-03-20 Thread codesite-noreply
Updates: Owner: yang...@chromium.org Comment #16 on issue 3060 by yang...@chromium.org: V8 3.23.1 and later do not honor v8::V8::IgnoreOutOfMemoryException() http://code.google.com/p/v8/issues/detail?id=3060 We are going to go two ways here: - V8::IgnoreOutOfMemoryException is going t

[v8-dev] Re: Reland "Implement ES6 symbol registry and predefined symbols" (issue 204913006)

2014-03-20 Thread mstarzinger
LGTM to objects-inl.h:2119, didn't look at the rest. https://codereview.chromium.org/204913006/ -- -- 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 f

[v8-dev] [v8] r20129 committed - Remove outdated OOM tests....

2014-03-20 Thread codesite-noreply
Revision: 20129 Author: yang...@chromium.org Date: Thu Mar 20 14:12:06 2014 UTC Log: Remove outdated OOM tests. R=ish...@chromium.org Review URL: https://codereview.chromium.org/206373003 http://code.google.com/p/v8/source/detail?r=20129 Modified: /branches/bleeding_edge/test/cctest

[v8-dev] JSArray::SetContent() handlified. (issue 206223003)

2014-03-20 Thread ishell
Reviewers: Yang, Message: PTAL Description: JSArray::SetContent() handlified. Please review this at https://codereview.chromium.org/206223003/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+42, -35 lines): M src/elements.cc M src/factory.h M src/factory.

[v8-dev] Re: Remove outdated OOM tests. (issue 206373003)

2014-03-20 Thread yangguo
Committed patchset #1 manually as r20129 (tree was closed). https://codereview.chromium.org/206373003/ -- -- 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 unsubs

[v8-dev] Re: Remove outdated OOM tests. (issue 206373003)

2014-03-20 Thread ishell
lgtm https://codereview.chromium.org/206373003/ -- -- 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] Remove outdated OOM tests. (issue 206373003)

2014-03-20 Thread yangguo
Reviewers: Igor Sheludko, Description: Remove outdated OOM tests. R=ish...@chromium.org Please review this at https://codereview.chromium.org/206373003/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+0, -113 lines): M test/cctest/cctest.status M test/cctes

[v8-dev] Re: Add option to run ScopeIterator faster giving up nested scope chain. (issue 203463011)

2014-03-20 Thread ulan
lgtm https://codereview.chromium.org/203463011/ -- -- 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: Add option to run ScopeIterator faster giving up nested scope chain. (issue 203463011)

2014-03-20 Thread ulan
lgtm https://codereview.chromium.org/203463011/ -- -- 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] Visit return statement of inlined function in value context. (issue 206413005)

2014-03-20 Thread ulan
Reviewers: danno, Michael Starzinger, Message: PTAL. I will not land it before getting benchmark results. Description: Visit return statement of inlined function in value context. BUG=354357 LOG=N TEST=mjsunit/regress/regress-354357.js Please review this at https://codereview.chromium.org/2064

[v8-dev] Re: Add option to run ScopeIterator faster giving up nested scope chain. (issue 203463011)

2014-03-20 Thread aandrey
PTAL https://codereview.chromium.org/203463011/ -- -- 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 option to run ScopeIterator faster giving up nested scope chain. (issue 203463011)

2014-03-20 Thread aandrey
On 2014/03/20 13:43:32, ulan wrote: On 2014/03/20 13:22:17, aandrey wrote: > On 2014/03/20 13:13:08, ulan wrote: > > Thanks for fixing. Something seems to be wrong with the Patch Set 4: it > changes > > unrelated lines. Did you accidentally upload with incorrect base? > > Seems OK to me: > h

[v8-dev] Re: Issue 3225 in v8: runtime.cc:11391: CHECK(!frame->GetParameter(i)->IsTheHole()) failed

2014-03-20 Thread codesite-noreply
Comment #2 on issue 3225 by yang...@chromium.org: runtime.cc:11391: CHECK(!frame->GetParameter(i)->IsTheHole()) failed http://code.google.com/p/v8/issues/detail?id=3225 pure d8 repro. To be honest I'm not surprised the debugger does not work with generators. // Flags: --expose-debug-as de

[v8-dev] Re: Fix assertions wrt concurrent OSR. (issue 206473002)

2014-03-20 Thread ulan
https://codereview.chromium.org/206473002/diff/1/src/a64/full-codegen-a64.cc File src/a64/full-codegen-a64.cc (left): https://codereview.chromium.org/206473002/diff/1/src/a64/full-codegen-a64.cc#oldcode4883 src/a64/full-codegen-a64.cc:4883: 6 * kInstructionSize); On 2014/03/20 13:33:05, Yang wro

[v8-dev] Split of rolling Chromium from push-to-trunk. (issue 199733012)

2014-03-20 Thread machenbach
Reviewers: Jakob, Message: PTAL Description: Split of rolling Chromium from push-to-trunk. This moves rolling Chromium into a new script with its own tests. BUG= Please review this at https://codereview.chromium.org/199733012/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge A

[v8-dev] Move ParsePostfixExpression into ParserBase. (issue 202333004)

2014-03-20 Thread marja
Reviewers: Michael Starzinger, Message: mstarzinger, ptal Description: Move ParsePostfixExpression into ParserBase. + enable a test which checks that Parser and PreParser produce the "invalid left hand side" errors consistently. R=mstarzin...@chromium.org BUG= Please review this at https:/

[v8-dev] Re: Add option to run ScopeIterator faster giving up nested scope chain. (issue 203463011)

2014-03-20 Thread ulan
On 2014/03/20 13:22:17, aandrey wrote: On 2014/03/20 13:13:08, ulan wrote: > Thanks for fixing. Something seems to be wrong with the Patch Set 4: it changes > unrelated lines. Did you accidentally upload with incorrect base? Seems OK to me: https://codereview.chromium.org/203463011/diff2/40001

[v8-dev] [v8] r20128 committed - Callers of JSArray::SetContent() handlified....

2014-03-20 Thread codesite-noreply
Revision: 20128 Author: ish...@chromium.org Date: Thu Mar 20 13:40:08 2014 UTC Log: Callers of JSArray::SetContent() handlified. R=yang...@chromium.org Review URL: https://codereview.chromium.org/206383003 http://code.google.com/p/v8/source/detail?r=20128 Modified: /branches/bleedin

[v8-dev] Re: Callers of JSArray::SetContent() handlified. (issue 206383003)

2014-03-20 Thread ishell
Committed patchset #1 manually as r20128 (presubmit successful). https://codereview.chromium.org/206383003/ -- -- 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 u

[v8-dev] [v8] r20127 committed - Fix for performance issue 353661 - 23% regression in dromaeo....

2014-03-20 Thread codesite-noreply
Revision: 20127 Author: mvstan...@chromium.org Date: Thu Mar 20 13:38:08 2014 UTC Log: Fix for performance issue 353661 - 23% regression in dromaeo. The issue was that a previous fix to avoid a logic error was not targeted enough: it allowed non-transitioning stores to fall into a code

[v8-dev] Re: Fix for performance issue 353661 - 23% regression in dromaeo. (issue 206353002)

2014-03-20 Thread mvstanton
Committed patchset #1 manually as r20127 (presubmit successful). https://codereview.chromium.org/206353002/ -- -- 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 u

[v8-dev] [v8] r20126 committed - Increase the "local variables in a function" limit....

2014-03-20 Thread codesite-noreply
Revision: 20126 Author: ma...@chromium.org Date: Thu Mar 20 13:37:26 2014 UTC Log: Increase the "local variables in a function" limit. The limit was originally added to avoid having large user-controlled constants (variable indexes) in the code generated by full-codegen. History be

[v8-dev] Re: Increase the "local variables in a function" limit. (issue 206143004)

2014-03-20 Thread marja
Reviewers: dcarney, Jakob, rossberg, Sven Panne, Message: Committed patchset #2 manually as r20126 (presubmit successful). Description: Increase the "local variables in a function" limit. The limit was originally added to avoid having large user-controlled constants (variable indexes) in the

[v8-dev] Re: ArrayUnshift builtin handlified. (issue 206463002)

2014-03-20 Thread yangguo
On 2014/03/20 13:32:04, Igor Sheludko wrote: PTAL lgtm. https://codereview.chromium.org/206463002/ -- -- 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: Fix assertions wrt concurrent OSR. (issue 206473002)

2014-03-20 Thread yangguo
https://codereview.chromium.org/206473002/diff/1/src/a64/full-codegen-a64.cc File src/a64/full-codegen-a64.cc (left): https://codereview.chromium.org/206473002/diff/1/src/a64/full-codegen-a64.cc#oldcode4883 src/a64/full-codegen-a64.cc:4883: 6 * kInstructionSize); Those assertions are bogus. We w

[v8-dev] ArraySplice builtin handlified. (issue 206073007)

2014-03-20 Thread ishell
Reviewers: Yang, Message: PTAL Description: ArraySplice builtin handlified. Please review this at https://codereview.chromium.org/206073007/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+79, -64 lines): M src/builtins.cc M src/factory.h M src/factory.cc

[v8-dev] ArrayUnshift builtin handlified. (issue 206463002)

2014-03-20 Thread ishell
Reviewers: Yang, Message: PTAL Description: ArrayUnshift builtin handlified. Please review this at https://codereview.chromium.org/206463002/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+20, -25 lines): M src/builtins.cc Index: src/builtins.cc diff --git

[v8-dev] Fix assertions wrt concurrent OSR. (issue 206473002)

2014-03-20 Thread yangguo
Reviewers: ulan, Description: Fix assertions wrt concurrent OSR. R=u...@chromium.org Please review this at https://codereview.chromium.org/206473002/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+3, -7 lines): M src/a64/full-codegen-a64.cc M test/mjsunit/

[v8-dev] Reland "Implement ES6 symbol registry and predefined symbols" (issue 204913006)

2014-03-20 Thread rossberg
Reviewers: Michael Starzinger, Description: Reland "Implement ES6 symbol registry and predefined symbols" Only change relative to original CL is the updated assertion condition at objects-inl.h:2119 R=mstarzin...@chromium.org BUG= Please review this at https://codereview.chromium.org/204913006

[v8-dev] Re: Callers of JSArray::SetContent() handlified. (issue 206383003)

2014-03-20 Thread yangguo
On 2014/03/20 13:28:13, Igor Sheludko wrote: https://codereview.chromium.org/206383003/diff/1/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/206383003/diff/1/src/runtime.cc#newcode13101 src/runtime.cc:13101: isolate->factory()->SetContent(Handle::cast(result), inst

[v8-dev] Re: Callers of JSArray::SetContent() handlified. (issue 206383003)

2014-03-20 Thread ishell
https://codereview.chromium.org/206383003/diff/1/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/206383003/diff/1/src/runtime.cc#newcode13101 src/runtime.cc:13101: isolate->factory()->SetContent(Handle::cast(result), instances); On 2014/03/20 13:22:07, Yang wrote: fo

[v8-dev] Re: Issue 3205 in v8: "Too many variables" limit prohibits new Emscripten application from running

2014-03-20 Thread codesite-noreply
Comment #14 on issue 3205 by svenpa...@chromium.org: "Too many variables" limit prohibits new Emscripten application from running http://code.google.com/p/v8/issues/detail?id=3205 Fix under way: https://codereview.chromium.org/206143004/, we should probably merge this back to M34 after cana

[v8-dev] Re: Add option to run ScopeIterator faster giving up nested scope chain. (issue 203463011)

2014-03-20 Thread aandrey
On 2014/03/20 13:13:08, ulan wrote: Thanks for fixing. Something seems to be wrong with the Patch Set 4: it changes unrelated lines. Did you accidentally upload with incorrect base? Seems OK to me: https://codereview.chromium.org/203463011/diff2/40001:60001/src/runtime.cc https://codereview.

[v8-dev] Re: Callers of JSArray::SetContent() handlified. (issue 206383003)

2014-03-20 Thread yangguo
LGTM with suggestion. https://codereview.chromium.org/206383003/diff/1/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/206383003/diff/1/src/runtime.cc#newcode13101 src/runtime.cc:13101: isolate->factory()->SetContent(Handle::cast(result), instances); for the sake of

[v8-dev] [v8] r20125 committed - Make PreParser track valid left hand sides....

2014-03-20 Thread codesite-noreply
Revision: 20125 Author: ma...@chromium.org Date: Thu Mar 20 13:18:15 2014 UTC Log: Make PreParser track valid left hand sides. Notes: - This makes PreParser produce invalid_lhs_in_assignment and invalid_lhs_in_prefix_op. Other errors will follow as the corresponding funcs move to Pa

[v8-dev] Re: Make PreParser track valid left hand sides. (issue 196343033)

2014-03-20 Thread marja
Committed patchset #3 manually as r20125 (presubmit successful). https://codereview.chromium.org/196343033/ -- -- 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 u

[v8-dev] [v8] r20124 committed - ArrayShift builtin handlified....

2014-03-20 Thread codesite-noreply
Revision: 20124 Author: ish...@chromium.org Date: Thu Mar 20 13:16:19 2014 UTC Log: ArrayShift builtin handlified. R=yang...@chromium.org Review URL: https://codereview.chromium.org/206423002 http://code.google.com/p/v8/source/detail?r=20124 Modified: /branches/bleeding_edge/src/bui

[v8-dev] Re: ArrayShift builtin handlified. (issue 206423002)

2014-03-20 Thread ishell
Committed patchset #1 manually as r20124 (presubmit successful). https://codereview.chromium.org/206423002/ -- -- 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 u

[v8-dev] Re: Add option to run ScopeIterator faster giving up nested scope chain. (issue 203463011)

2014-03-20 Thread ulan
Thanks for fixing. Something seems to be wrong with the Patch Set 4: it changes unrelated lines. Did you accidentally upload with incorrect base? https://codereview.chromium.org/203463011/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You receive

[v8-dev] [v8] r20123 committed - Implement flooring division by a constant via truncating division by a...

2014-03-20 Thread codesite-noreply
Revision: 20123 Author: svenpa...@chromium.org Date: Thu Mar 20 13:10:23 2014 UTC Log: Implement flooring division by a constant via truncating division by a constant. R=bmeu...@chromium.org Review URL: https://codereview.chromium.org/204583002 http://code.google.com/p/v8/source/de

[v8-dev] Re: Implement flooring division by a constant via truncating division by a constant. (issue 204583002)

2014-03-20 Thread svenpanne
Committed patchset #3 manually as r20123 (presubmit successful). https://codereview.chromium.org/204583002/ -- -- 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 u

[v8-dev] Re: Add option to run ScopeIterator faster giving up nested scope chain. (issue 203463011)

2014-03-20 Thread aandrey
https://codereview.chromium.org/203463011/diff/40001/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/203463011/diff/40001/src/runtime.cc#newcode11737 src/runtime.cc:11737: bool fast = false) On 2014/03/20 12:11:49, ulan wrote: fast => ignore_nested_scopes Done. ht

[v8-dev] Re: Fix for performance issue 353661 - 23% regression in dromaeo. (issue 206353002)

2014-03-20 Thread verwaest
Doh! :) LGTM https://codereview.chromium.org/206353002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails

[v8-dev] [v8] r20122 committed - ArrayPush builtin handlified....

2014-03-20 Thread codesite-noreply
Revision: 20122 Author: ish...@chromium.org Date: Thu Mar 20 13:01:08 2014 UTC Log: ArrayPush builtin handlified. R=yang...@chromium.org Review URL: https://codereview.chromium.org/206183006 http://code.google.com/p/v8/source/detail?r=20122 Modified: /branches/bleeding_edge/src/buil

[v8-dev] Re: ArrayPush builtin handlified. (issue 206183006)

2014-03-20 Thread ishell
Committed patchset #1 manually as r20122 (presubmit successful). https://codereview.chromium.org/206183006/ -- -- 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 u

[v8-dev] Re: Revert "Implement ES6 symbol registry and predefined symbols" (issue 204353004)

2014-03-20 Thread yangguo
On 2014/03/20 12:56:18, rossberg wrote: lgtm. https://codereview.chromium.org/204353004/ -- -- 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 th

[v8-dev] [v8] r20121 committed - Revert "Implement ES6 symbol registry and predefined symbols"...

2014-03-20 Thread codesite-noreply
Revision: 20121 Author: rossb...@chromium.org Date: Thu Mar 20 12:56:41 2014 UTC Log: Revert "Implement ES6 symbol registry and predefined symbols" TBR=yang...@chromium.org BUG= Review URL: https://codereview.chromium.org/204353004 http://code.google.com/p/v8/source/detail?r=20121 Mo

[v8-dev] Re: Revert "Implement ES6 symbol registry and predefined symbols" (issue 204353004)

2014-03-20 Thread rossberg
Committed patchset #1 manually as r20121. https://codereview.chromium.org/204353004/ -- -- 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 gr

[v8-dev] Revert "Implement ES6 symbol registry and predefined symbols" (issue 204353004)

2014-03-20 Thread rossberg
Reviewers: Yang, Description: Revert "Implement ES6 symbol registry and predefined symbols" TBR=yang...@chromium.org BUG= Please review this at https://codereview.chromium.org/204353004/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+12, -135 lines): M inclu

[v8-dev] Re: Increase the "local variables in a function" limit. (issue 206143004)

2014-03-20 Thread svenpanne
LGTM, too https://codereview.chromium.org/206143004/ -- -- 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 fr

[v8-dev] Re: Issue 3205 in v8: "Too many variables" limit prohibits new Emscripten application from running

2014-03-20 Thread codesite-noreply
Comment #13 on issue 3205 by ma...@chromium.org: "Too many variables" limit prohibits new Emscripten application from running http://code.google.com/p/v8/issues/detail?id=3205 Even more discussion: masking is not feasible. The best guess so far: https://codereview.chromium.org/206143004/

[v8-dev] Increase the "local variables in a function" limit. (issue 206143004)

2014-03-20 Thread dcarney
lgtm https://codereview.chromium.org/206143004/ -- -- 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] Increase the "local variables in a function" limit by a huge amount. (issue 199583006)

2014-03-20 Thread marja
Reviewers: dcarney, Jakob, rossberg, Sven Panne, Message: ... this is not good either, closing this. The latest try is https://codereview.chromium.org/206143004 Description: Increase the "local variables in a function" limit by a huge amount. The limit was originally added to avoid having larg

[v8-dev] Callers of JSArray::SetContent() handlified. (issue 206383003)

2014-03-20 Thread ishell
Reviewers: Yang, Message: PTAL Description: Callers of JSArray::SetContent() handlified. Please review this at https://codereview.chromium.org/206383003/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+30, -39 lines): M src/runtime.cc Index: src/runtime.cc

  1   2   3   >