[v8-dev] [v8] r15139 committed - Edited wiki page Contributing through web user interface.

2013-06-13 Thread codesite-noreply
Revision: 15139 Author: yu...@chromium.org Date: Thu Jun 13 23:12:22 2013 Log: Edited wiki page Contributing through web user interface. http://code.google.com/p/v8/source/detail?r=15139 Modified: /wiki/Contributing.wiki === --- /wiki/Contributing.

[v8-dev] [v8] r15138 committed - Reduce the amount of full code generated to fill out array literals....

2013-06-13 Thread codesite-noreply
Revision: 15138 Author: svenpa...@chromium.org Date: Thu Jun 13 23:06:00 2013 Log: Reduce the amount of full code generated to fill out array literals. This is achieved by tuning the calling convention of StoreArrayLiteralStub: * The map of the array literal can be loaded in the s

[v8-dev] Re: Reduce the amount of full code generated to fill out array literals. (issue 16950004)

2013-06-13 Thread svenpanne
Committed patchset #2 manually as r15138 (presubmit successful). https://codereview.chromium.org/16950004/ -- -- 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 un

[v8-dev] Re: Reduce the amount of full code generated to fill out array literals. (issue 16950004)

2013-06-13 Thread svenpanne
Comments addressed, landing... https://codereview.chromium.org/16950004/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/16950004/diff/1/src/hydrogen.cc#newcode6105 src/hydrogen.cc:6105: new(zone()) HConstant(expr->literal_index(), Representation::Smi(; O

[v8-dev] Re: Observe smi as input for HCompareIDAndBranch (issue 16994002)

2013-06-13 Thread mvstanton
lgtm https://chromiumcodereview.appspot.com/16994002/ -- -- 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] Re: Rollback of r15097, r15087 in trunk branch. (issue 16996004)

2013-06-13 Thread jkummerow
Committed patchset #1 manually as r15136 (presubmit successful). https://codereview.chromium.org/16996004/ -- -- 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 un

[v8-dev] [v8] r15137 committed - Tagging version 3.19.15.1

2013-06-13 Thread codesite-noreply
Revision: 15137 Author: jkumme...@chromium.org Date: Thu Jun 13 14:27:46 2013 Log: Tagging version 3.19.15.1 http://code.google.com/p/v8/source/detail?r=15137 Added: /tags/3.19.15.1 -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You recei

[v8-dev] Re: Rollback of r15097, r15087 in trunk branch. (issue 16996004)

2013-06-13 Thread hpayer
LGTM https://codereview.chromium.org/16996004/ -- -- 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: Rollback of r15097, r15087 in trunk branch. (issue 16996004)

2013-06-13 Thread jkummerow
This is a somewhat speculative revert to fix # # Fatal error in ../../v8/src/hydrogen-instructions.h, line 1310 # CHECK(value->IsInstruction()) failed # as seen on http://build.chromium.org/p/chromium.mac/builders/Mac%2010.6%20Tests%20%28dbg%29%281%29/builds/38343/steps/content_browsertests/logs

[v8-dev] Rollback of r15097, r15087 in trunk branch. (issue 16996004)

2013-06-13 Thread jkummerow
Reviewers: Hannes Payer, Description: Rollback of r15097, r15087 in trunk branch. MIPS: Allow the deoptimizer translation to track de-materialized objects. Allow the deoptimizer translation to track de-materialized objects. R=hpa...@chromium.org BUG= Please review this at https://codereview.c

[v8-dev] Try convert polymorphic stores into a single monomorphic store. (issue 16975006)

2013-06-13 Thread verwaest
Reviewers: Jakob, Message: New version of https://codereview.chromium.org/14796012/. PTAL. Description: Try convert polymorphic stores into a single monomorphic store. Please review this at https://chromiumcodereview.appspot.com/16975006/ SVN Base: https://v8.googlecode.com/svn/branches/bleedi

[v8-dev] Notify CPU profiler when calling native getters (issue 16858013)

2013-06-13 Thread yurys
Reviewers: danno, dcarney, Sven Panne, Message: Committed patchset #1 manually as r15135 (presubmit successful). Description: Notify CPU profiler when calling native getters This change modifies code produced by BaseLoadStubCompiler::GenerateLoadCallback so that instead of calling AccessorGet

[v8-dev] Re: MIPS: Only extend storage if FIELD (issue 16983002)

2013-06-13 Thread palfia
Committed manually as r15134 (presubmit successful). https://codereview.chromium.org/16983002/ -- -- 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 fr

[v8-dev] [v8] r15133 committed - MIPS: Implement IC support for Constant Function transitions....

2013-06-13 Thread codesite-noreply
Revision: 15133 Author: pal...@homejinni.com Date: Thu Jun 13 11:48:19 2013 Log: MIPS: Implement IC support for Constant Function transitions. Port r15124 (6b02a945) BUG= Review URL: https://codereview.chromium.org/16984002 http://code.google.com/p/v8/source/detail?r=15133 Modified:

[v8-dev] [v8] r15134 committed - MIPS: Only extend storage if FIELD...

2013-06-13 Thread codesite-noreply
Revision: 15134 Author: pal...@homejinni.com Date: Thu Jun 13 11:49:09 2013 Log: MIPS: Only extend storage if FIELD Port r15125 (0c202ff0) BUG= Review URL: https://codereview.chromium.org/16983002 http://code.google.com/p/v8/source/detail?r=15134 Modified: /branches/bleeding_edge/s

[v8-dev] Re: MIPS: Implement IC support for Constant Function transitions. (issue 16984002)

2013-06-13 Thread palfia
Committed manually as r15133 (presubmit successful). https://codereview.chromium.org/16984002/ -- -- 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 fr

[v8-dev] MIPS: Only extend storage if FIELD (issue 16983002)

2013-06-13 Thread palfia
Reviewers: Paul Lind, danno, Toon Verwaest, kisg, kilvadyb, Description: MIPS: Only extend storage if FIELD Port r15125 (0c202ff0) BUG= Please review this at https://codereview.chromium.org/16983002/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/mips

[v8-dev] Re: MIPS: Only extend storage if FIELD (issue 16983002)

2013-06-13 Thread plind44
lgtm https://codereview.chromium.org/16983002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from i

[v8-dev] Re: MIPS: Only extend storage if FIELD (issue 16983002)

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

[v8-dev] Re: MIPS: Implement IC support for Constant Function transitions. (issue 16984002)

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

[v8-dev] Re: MIPS: Implement IC support for Constant Function transitions. (issue 16984002)

2013-06-13 Thread plind44
lgtm https://codereview.chromium.org/16984002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from i

[v8-dev] MIPS: Implement IC support for Constant Function transitions. (issue 16984002)

2013-06-13 Thread palfia
Reviewers: Paul Lind, danno, Toon Verwaest, kisg, kilvadyb, Description: MIPS: Implement IC support for Constant Function transitions. Port r15124 (6b02a945) BUG= Please review this at https://codereview.chromium.org/16984002/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge A

[v8-dev] Re: Issue 1855 in v8: Debug mode only listen in loopback address(127.0.0.1) which cause I cannot did remote debug

2013-06-13 Thread codesite-noreply
Comment #3 on issue 1855 by teleclim...@gmail.com: Debug mode only listen in loopback address(127.0.0.1) which cause I cannot did remote debug http://code.google.com/p/v8/issues/detail?id=1855 I am wondering why this is marked as "works as intended"? Is there a reason why a script running i

[v8-dev] Observe smi as input for HCompareIDAndBranch (issue 16994002)

2013-06-13 Thread verwaest
Reviewers: mvstanton, Message: PTAL Description: Observe smi as input for HCompareIDAndBranch Please review this at https://chromiumcodereview.appspot.com/16994002/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/hydrogen.cc Index: src/hydrogen.cc diff

[v8-dev] [v8] r15132 committed - Reduce usage of AssumeRepresentation...

2013-06-13 Thread codesite-noreply
Revision: 15132 Author: verwa...@chromium.org Date: Thu Jun 13 11:09:33 2013 Log: Reduce usage of AssumeRepresentation BUG= R=mstarzin...@chromium.org Review URL: https://chromiumcodereview.appspot.com/16871011 http://code.google.com/p/v8/source/detail?r=15132 Modified: /branches/bl

[v8-dev] Re: Reduce usage of AssumeRepresentation (issue 16871011)

2013-06-13 Thread verwaest
Committed patchset #1 manually as r15132 (presubmit successful). https://chromiumcodereview.appspot.com/16871011/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group.

[v8-dev] Re: Reduce usage of AssumeRepresentation (issue 16871011)

2013-06-13 Thread mstarzinger
LGTM. https://codereview.chromium.org/16871011/ -- -- 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] Reduce usage of AssumeRepresentation (issue 16871011)

2013-06-13 Thread verwaest
Reviewers: Michael Starzinger, Message: PTAL Description: Reduce usage of AssumeRepresentation BUG= Please review this at https://chromiumcodereview.appspot.com/16871011/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/hydrogen.h M src/hydrogen.cc I

[v8-dev] [v8] r15131 committed - MIPS: Delegating yield does not re-box result objects....

2013-06-13 Thread codesite-noreply
Revision: 15131 Author: pal...@homejinni.com Date: Thu Jun 13 10:47:28 2013 Log: MIPS: Delegating yield does not re-box result objects. Port r15113 (9d28761) Delegating yield (yield*) should just pass on the iterator results it receives instead of re-boxing them. TEST=mjsunit/harmony

[v8-dev] Re: MIPS: Delegating yield does not re-box result objects. (issue 16855009)

2013-06-13 Thread palfia
Committed as r15131. https://codereview.chromium.org/16855009/ -- -- 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: MIPS: Delegating yield does not re-box result objects. (issue 16855009)

2013-06-13 Thread palfia
I cannot upload a new patchset to this issue (I don't own this issue), but I will fix the nit, when I land this CL. https://codereview.chromium.org/16855009/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are sub

[v8-dev] [v8] r15130 committed - Remove manual representation annotations for constants....

2013-06-13 Thread codesite-noreply
Revision: 15130 Author: verwa...@chromium.org Date: Thu Jun 13 10:38:10 2013 Log: Remove manual representation annotations for constants. R=mstarzin...@chromium.org Review URL: https://chromiumcodereview.appspot.com/16818016 http://code.google.com/p/v8/source/detail?r=15130 Modified:

[v8-dev] Re: Remove manual representation annotations for constants. (issue 16818016)

2013-06-13 Thread verwaest
Committed patchset #2 manually as r15130 (presubmit successful). https://chromiumcodereview.appspot.com/16818016/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group.

[v8-dev] Re: Remove manual representation annotations for constants. (issue 16818016)

2013-06-13 Thread verwaest
Addressed comments. https://codereview.chromium.org/16818016/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/16818016/diff/1/src/hydrogen.cc#newcode1415 src/hydrogen.cc:1415: Handle(isolate()->heap()->empty_fixed_array())); On 2013/06/13 17:33:56, Michael St

[v8-dev] Re: Remove manual representation annotations for constants. (issue 16818016)

2013-06-13 Thread mstarzinger
LGTM with nits. https://codereview.chromium.org/16818016/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/16818016/diff/1/src/hydrogen.cc#newcode1415 src/hydrogen.cc:1415: Handle(isolate()->heap()->empty_fixed_array())); I know this is not you change, but can

[v8-dev] Re: MIPS: Delegating yield does not re-box result objects. (issue 16855009)

2013-06-13 Thread plind44
LGTM, but please fix the nit. https://codereview.chromium.org/16855009/diff/1/src/mips/full-codegen-mips.cc File src/mips/full-codegen-mips.cc (right): https://codereview.chromium.org/16855009/diff/1/src/mips/full-codegen-mips.cc#newcode2124 src/mips/full-codegen-mips.cc:2124: CallIC(value_ic);

[v8-dev] Make MathFloorOfDiv optimization trigger more often (issue 16973002)

2013-06-13 Thread jkummerow
Reviewers: Yang, Message: Please take a look. Description: Make MathFloorOfDiv optimization trigger more often BUG=v8:2205 Please review this at https://codereview.chromium.org/16973002/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/arm/lithium-arm.h

[v8-dev] [v8] r15129 committed - Allow allocations in spaces with constant allocation size use the...

2013-06-13 Thread codesite-noreply
Revision: 15129 Author: hpa...@chromium.org Date: Thu Jun 13 10:03:57 2013 Log: Allow allocations in spaces with constant allocation size use the smallest possible size-class. BUG= R=mstarzin...@chromium.org Review URL: https://codereview.chromium.org/16957003 http://code.google.com/p

[v8-dev] Re: Allow allocations in spaces with constant allocation size use the (issue 16957003)

2013-06-13 Thread hpayer
Committed patchset #3 manually as r15129 (presubmit successful). https://codereview.chromium.org/16957003/ -- -- 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 un

[v8-dev] Re: Allow allocations in spaces with constant allocation size use the (issue 16957003)

2013-06-13 Thread hpayer
https://codereview.chromium.org/16957003/diff/2001/src/spaces.cc File src/spaces.cc (right): https://codereview.chromium.org/16957003/diff/2001/src/spaces.cc#newcode2236 src/spaces.cc:2236: ASSERT(size_in_bytes <= *node_size); On 2013/06/13 13:00:13, Michael Starzinger wrote: Can we add this as

[v8-dev] Remove manual representation annotations for constants. (issue 16818016)

2013-06-13 Thread verwaest
Reviewers: Michael Starzinger, Message: PTAL Description: Remove manual representation annotations for constants. Please review this at https://chromiumcodereview.appspot.com/16818016/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/code-stubs-hydrogen.c

[v8-dev] MIPS: Delegating yield does not re-box result objects. (issue 16855009)

2013-06-13 Thread kilvadyb
Reviewers: danno, wingo, Paul Lind, palfia, kisg, Description: MIPS: Delegating yield does not re-box result objects. Port r15113 (9d28761) Delegating yield (yield*) should just pass on the iterator results it receives instead of re-boxing them. TEST=mjsunit/harmony/generators-iteration BUG=

[v8-dev] Re: MIPS: Use keyed-call inline caches in delegating yield. (issue 16923008)

2013-06-13 Thread palfia
Committed as r15128. https://codereview.chromium.org/16923008/ -- -- 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] [v8] r15128 committed - MIPS: Use keyed-call inline caches in delegating yield....

2013-06-13 Thread codesite-noreply
Revision: 15128 Author: pal...@homejinni.com Date: Thu Jun 13 09:50:22 2013 Log: MIPS: Use keyed-call inline caches in delegating yield. Port r15111 (7de1a19) Original commit message: Since we can't assume anything about the shape of the iterator in a yield* (delegating yield), use an

[v8-dev] [v8] r15127 committed - MIPS: Increase sanity of integer division handling....

2013-06-13 Thread codesite-noreply
Revision: 15127 Author: pal...@homejinni.com Date: Thu Jun 13 09:44:54 2013 Log: MIPS: Increase sanity of integer division handling. Port r15057 (c82c777) Original commit message: - In the INT32 BinaryOpStub, fix type feedback collection for DIV, bringing it in line with other platfor

[v8-dev] Re: MIPS: Increase sanity of integer division handling. (issue 16857004)

2013-06-13 Thread palfia
Committed as r15127. https://codereview.chromium.org/16857004/ -- -- 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] Do not use weak handles for ArrayBuffers. (issue 16950013)

2013-06-13 Thread dslomov
Reviewers: Michael Starzinger, Message: PTAL mstarzinger@: please review hpayer@: FYI (comments welcome, of course!) Description: Do not use weak handles for ArrayBuffers. Instead of allocating weak handles to free ArrayBuffer backing store, dispose of memory while walking the weak list of A

[v8-dev] [v8] r15126 committed - Refactor turning polymorphic loads into monomorphic loads...

2013-06-13 Thread codesite-noreply
Revision: 15126 Author: verwa...@chromium.org Date: Thu Jun 13 09:36:15 2013 Log: Refactor turning polymorphic loads into monomorphic loads - remove special code for polymorphic loading of array length - use it in VisitCountOperation BUG= R=hpa...@chromium.org Review URL: https://chro

[v8-dev] Re: Refactor turning polymorphic loads into monomorphic loads (issue 16948005)

2013-06-13 Thread verwaest
Committed patchset #5 manually as r15126 (presubmit successful). https://chromiumcodereview.appspot.com/16948005/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group.

[v8-dev] Re: Refactor turning polymorphic loads into monomorphic loads (issue 16948005)

2013-06-13 Thread hpayer
LGTM https://codereview.chromium.org/16948005/ -- -- 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: Refactor turning polymorphic loads into monomorphic loads (issue 16948005)

2013-06-13 Thread verwaest
Addressed comments https://codereview.chromium.org/16948005/diff/6001/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/16948005/diff/6001/src/hydrogen.cc#newcode6319 src/hydrogen.cc:6319: HInstruction* HOptimizedGraphBuilder::LoadPolymorphicAsMonomorphic( On 2013/06

[v8-dev] Re: MIPS: Use keyed-call inline caches in delegating yield. (issue 16923008)

2013-06-13 Thread plind44
lgtm https://codereview.chromium.org/16923008/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from i

[v8-dev] Re: MIPS: Increase sanity of integer division handling. (issue 16857004)

2013-06-13 Thread plind44
LGTM. https://codereview.chromium.org/16857004/ -- -- 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] [v8] r15125 committed - Only extend storage if FIELD...

2013-06-13 Thread codesite-noreply
Revision: 15125 Author: verwa...@chromium.org Date: Thu Jun 13 09:21:32 2013 Log: Only extend storage if FIELD R=jkumme...@chromium.org Review URL: https://chromiumcodereview.appspot.com/16818014 http://code.google.com/p/v8/source/detail?r=15125 Modified: /branches/bleeding_edge/src

[v8-dev] Re: Only extend storage if FIELD (issue 16818014)

2013-06-13 Thread verwaest
Committed patchset #1 manually as r15125 (presubmit successful). https://chromiumcodereview.appspot.com/16818014/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group.

[v8-dev] Re: Only extend storage if FIELD (issue 16818014)

2013-06-13 Thread jkummerow
lgtm https://chromiumcodereview.appspot.com/16818014/ -- -- 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] Only extend storage if FIELD (issue 16818014)

2013-06-13 Thread verwaest
Reviewers: Jakob, Message: PTAL Description: Only extend storage if FIELD Please review this at https://chromiumcodereview.appspot.com/16818014/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/arm/stub-cache-arm.cc M src/ia32/stub-cache-ia32.cc M src

[v8-dev] Issue 2730 in v8: The default setting of type_info_threshold is too low

2013-06-13 Thread codesite-noreply
Status: New Owner: New issue 2730 by ultimate...@gmail.com: The default setting of type_info_threshold is too low http://code.google.com/p/v8/issues/detail?id=2730 It seems that the default value of type_info_threshold is now outdated to give the best performance on large applications

[v8-dev] Enable weak embedded maps in optimized code. (issue 16955008)

2013-06-13 Thread ulan
Reviewers: Michael Starzinger, Message: PTAL https://chromiumcodereview.appspot.com/16955008/diff/2001/test/mjsunit/regress/regress-crbug-217858.js File test/mjsunit/regress/regress-crbug-217858.js (left): https://chromiumcodereview.appspot.com/16955008/diff/2001/test/mjsunit/regress/regress-c

[v8-dev] MIPS: Use keyed-call inline caches in delegating yield. (issue 16923008)

2013-06-13 Thread kilvadyb
Reviewers: danno, wingo, Paul Lind, palfia, kisg, Description: MIPS: Use keyed-call inline caches in delegating yield. Port r15111 (7de1a19) Original commit message: Since we can't assume anything about the shape of the iterator in a yield* (delegating yield), use an IC to do the next() and thr

[v8-dev] Re: Hack'n'slash to get an initial profile through V8. (issue 16578008)

2013-06-13 Thread danno
some comments https://codereview.chromium.org/16578008/diff/11001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/16578008/diff/11001/src/api.cc#newcode5150 src/api.cc:5150: bool v8::V8::SetFunctionEntryHook(FunctionEntryHook entry_hook) { API calls should take an Isolate pa

[v8-dev] Re: Refactor turning polymorphic loads into monomorphic loads (issue 16948005)

2013-06-13 Thread hpayer
looking good, first round of comments https://codereview.chromium.org/16948005/diff/6001/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/16948005/diff/6001/src/hydrogen.cc#newcode6319 src/hydrogen.cc:6319: HInstruction* HOptimizedGraphBuilder::LoadPolymorphicAsMono

[v8-dev] Re: An unnecessary check for the range of a smi was being performed in (issue 16855008)

2013-06-13 Thread danno
https://codereview.chromium.org/16855008/diff/1/src/arm/code-stubs-arm.cc File src/arm/code-stubs-arm.cc (left): https://codereview.chromium.org/16855008/diff/1/src/arm/code-stubs-arm.cc#oldcode4696 src/arm/code-stubs-arm.cc:4696: __ cmp(r3, Operand(terminal_kind_sentinel)); How about you turn t

[v8-dev] Re: Implement IC support for Constant Function transitions. (issue 16826016)

2013-06-13 Thread verwaest
Committed patchset #1 manually as r15124 (presubmit successful). https://chromiumcodereview.appspot.com/16826016/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group.

[v8-dev] [v8] r15124 committed - Implement IC support for Constant Function transitions....

2013-06-13 Thread codesite-noreply
Revision: 15124 Author: verwa...@chromium.org Date: Thu Jun 13 08:01:25 2013 Log: Implement IC support for Constant Function transitions. R=jkumme...@chromium.org Review URL: https://chromiumcodereview.appspot.com/16826016 http://code.google.com/p/v8/source/detail?r=15124 Modified:

[v8-dev] Re: Deprecate several unchecked accessors. (issue 16663009)

2013-06-13 Thread mstarzinger
Committed patchset #3 manually as r15123 (presubmit successful). https://codereview.chromium.org/16663009/ -- -- 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 un

[v8-dev] [v8] r15123 committed - Deprecate several unchecked accessors....

2013-06-13 Thread codesite-noreply
Revision: 15123 Author: mstarzin...@chromium.org Date: Thu Jun 13 08:00:30 2013 Log: Deprecate several unchecked accessors. R=hpa...@google.com BUG=v8:1490 Review URL: https://codereview.chromium.org/16663009 http://code.google.com/p/v8/source/detail?r=15123 Modified: /branches/blee

[v8-dev] Re: Implement IC support for Constant Function transitions. (issue 16826016)

2013-06-13 Thread jkummerow
lgtm https://chromiumcodereview.appspot.com/16826016/ -- -- 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] Re: Temporarily patch HCompareIDAndBranch to accept Smi. (issue 16957005)

2013-06-13 Thread verwaest
Committed patchset #2 manually as r15122 (presubmit successful). https://chromiumcodereview.appspot.com/16957005/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group.

[v8-dev] [v8] r15122 committed - Temporarily patch HCompareIDAndBranch to accept Smi....

2013-06-13 Thread codesite-noreply
Revision: 15122 Author: verwa...@chromium.org Date: Thu Jun 13 07:58:41 2013 Log: Temporarily patch HCompareIDAndBranch to accept Smi. R=jkumme...@chromium.org Review URL: https://chromiumcodereview.appspot.com/16957005 http://code.google.com/p/v8/source/detail?r=15122 Modified: /br

[v8-dev] MIPS: Increase sanity of integer division handling. (issue 16857004)

2013-06-13 Thread kilvadyb
Reviewers: danno, Jakob, Paul Lind, palfia, kisg, Description: MIPS: Increase sanity of integer division handling. Port r15057 (c82c777) Original commit message: - In the INT32 BinaryOpStub, fix type feedback collection for DIV, bringing it in line with other platforms. - In Lithium codegen, em

[v8-dev] [v8] r15121 committed - Tagging version 3.19.15

2013-06-13 Thread codesite-noreply
Revision: 15121 Author: da...@chromium.org Date: Thu Jun 13 07:40:50 2013 Log: Tagging version 3.19.15 http://code.google.com/p/v8/source/detail?r=15121 Added: /tags/3.19.15 -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this

[v8-dev] [v8] r15119 committed - Prepare push to trunk. Now working on version 3.19.16....

2013-06-13 Thread codesite-noreply
Revision: 15119 Author: da...@chromium.org Date: Thu Jun 13 07:38:36 2013 Log: Prepare push to trunk. Now working on version 3.19.16. R=jkumme...@chromium.org Review URL: https://codereview.chromium.org/16924007 http://code.google.com/p/v8/source/detail?r=15119 Modified: /branches/

[v8-dev] Re: Prepare push to trunk. Now working on version 3.19.16. (issue 16924007)

2013-06-13 Thread danno
Committed patchset #1 manually as r15119 (presubmit successful). https://codereview.chromium.org/16924007/ -- -- 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 un

[v8-dev] Re: Prepare push to trunk. Now working on version 3.19.16. (issue 16924007)

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

[v8-dev] Prepare push to trunk. Now working on version 3.19.16. (issue 16924007)

2013-06-13 Thread danno
Reviewers: Jakob, Description: Prepare push to trunk. Now working on version 3.19.16. R=jkumme...@chromium.org Please review this at https://codereview.chromium.org/16924007/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M ChangeLog M src/version.cc Ind

[v8-dev] [v8] r15118 committed - HCheckFunction is needed to protect new array constructors in...

2013-06-13 Thread codesite-noreply
Revision: 15118 Author: mvstan...@chromium.org Date: Thu Jun 13 07:29:01 2013 Log: HCheckFunction is needed to protect new array constructors in crankshafted code. BUG= R=da...@chromium.org Review URL: https://codereview.chromium.org/16944006 http://code.google.com/p/v8/source/detail?

[v8-dev] Re: HCheckFunction is needed to protect new array constructors in (issue 16944006)

2013-06-13 Thread mvstanton
Committed patchset #1 manually as r15118 (presubmit successful). https://codereview.chromium.org/16944006/ -- -- 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 un

[v8-dev] Re: HCheckFunction is needed to protect new array constructors in (issue 16944006)

2013-06-13 Thread danno
lgtm https://codereview.chromium.org/16944006/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from i

[v8-dev] Re: Migrate BinaryOpICs and UnaryOpICs to new type rep (issue 16957004)

2013-06-13 Thread rossberg
https://codereview.chromium.org/16957004/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/16957004/diff/1/src/hydrogen.cc#newcode9458 src/hydrogen.cc:9458: ASSERT(right_type->Is(Type::None())); This might no longer be true in the future. I think the condition

[v8-dev] Re: Temporarily patch HCompareIDAndBranch to accept Smi. (issue 16957005)

2013-06-13 Thread verwaest
Addressed comments. https://codereview.chromium.org/16957005/ -- -- 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] HCheckFunction is needed to protect new array constructors in (issue 16944006)

2013-06-13 Thread mvstanton
Reviewers: danno, Message: Hi Danno, here is the CL we discussed, --Michael Description: HCheckFunction is needed to protect new array constructors in crankshafted code. BUG= Please review this at https://codereview.chromium.org/16944006/ SVN Base: https://v8.googlecode.com/svn/branches/bleed

[v8-dev] Implement IC support for Constant Function transitions. (issue 16826016)

2013-06-13 Thread verwaest
Reviewers: Jakob, Message: PTAL. No crankshaft support yet, so it will still go generic. But at least decisive generic rather than having no feedback. Description: Implement IC support for Constant Function transitions. Please review this at https://chromiumcodereview.appspot.com/16826016/

[v8-dev] Re: Revert "Notify CPU profiler when calling native getters" (issue 16838013)

2013-06-13 Thread yurys
Committed patchset #1 manually as r15117 (presubmit successful). https://codereview.chromium.org/16838013/ -- -- 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 un

[v8-dev] Revert "Notify CPU profiler when calling native getters" (issue 16838013)

2013-06-13 Thread yurys
Reviewers: dcarney, Sven Panne, Description: Revert "Notify CPU profiler when calling native getters" This reverts commit f323d984a73bab345c4eab5c1907552ccfa7ccaa. Broke compilation on the bots with an error that doesn't occur locally: CXX(target) /mnt/data/b/build/slave/v8-linux-debug/build

[v8-dev] Re: Deprecate several unchecked accessors. (issue 16663009)

2013-06-13 Thread mstarzinger
Addressed comments. Will land once tree is open again. https://codereview.chromium.org/16663009/diff/2001/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/16663009/diff/2001/src/mark-compact.cc#newcode1505 src/mark-compact.cc:1505: code); On 2013/06/13 13:09

[v8-dev] Re: Reduce the amount of full code generated to fill out array literals. (issue 16950004)

2013-06-13 Thread mstarzinger
LGTM with comments. https://codereview.chromium.org/16950004/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/16950004/diff/1/src/hydrogen.cc#newcode6105 src/hydrogen.cc:6105: new(zone()) HConstant(expr->literal_index(), Representation::Smi(; I would just

[v8-dev] Re: Array iterator methods (issue 16848004)

2013-06-13 Thread arv
Yeah, the spec requires next to be a method on the prototype so we need private state. Andreas, I'm in favor to exposing private names to embedders if we cannot get TC39 to support them. Is it OK to trigger this based on --harmony_iteration? Is it OK that this needs --harmony_symbol to al

[v8-dev] Re: Notify CPU profiler when calling native getters (issue 16286016)

2013-06-13 Thread yurys
Committed patchset #18 manually as r15116 (presubmit successful). https://codereview.chromium.org/16286016/ -- -- 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: Temporarily patch HCompareIDAndBranch to accept Smi. (issue 16957005)

2013-06-13 Thread jkummerow
LGTM with a comment. https://chromiumcodereview.appspot.com/16957005/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://chromiumcodereview.appspot.com/16957005/diff/1/src/hydrogen.cc#newcode9924 src/hydrogen.cc:9924: if (left_rep.IsInteger32()) left_rep = Representation::Smi(); I thin

[v8-dev] Re: Issue 90 in v8: V8 doesn't stable sort

2013-06-13 Thread codesite-noreply
Comment #37 on issue 90 by math...@qiwi.be: V8 doesn't stable sort http://code.google.com/p/v8/issues/detail?id=90 I’ve re-opened the (old) sorting algorithms discussion on the es-discuss mailing list. Please discuss this issue there instead of in this thread. Thanks! https://mail.mozilla.

[v8-dev] Re: Deprecate several unchecked accessors. (issue 16663009)

2013-06-13 Thread hpayer
LGTM! one nit https://codereview.chromium.org/16663009/diff/2001/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/16663009/diff/2001/src/mark-compact.cc#newcode1505 src/mark-compact.cc:1505: code); that fits in one line https://codereview.chromium.org/16663

[v8-dev] Re: Allow allocations in spaces with constant allocation size use the (issue 16957003)

2013-06-13 Thread mstarzinger
LGTM with one suggestion. https://codereview.chromium.org/16957003/diff/2001/src/spaces.cc File src/spaces.cc (right): https://codereview.chromium.org/16957003/diff/2001/src/spaces.cc#newcode2236 src/spaces.cc:2236: ASSERT(size_in_bytes <= *node_size); Can we add this assert to every case, I th

[v8-dev] Allow allocations in spaces with constant allocation size use the (issue 16957003)

2013-06-13 Thread hpayer
Reviewers: Michael Starzinger, danno, Description: Allow allocations in spaces with constant allocation size use the smallest possible size-class. BUG= Please review this at https://codereview.chromium.org/16957003/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files

[v8-dev] Re: Issue 2724 in v8: cctest Regression144230 fails with --stress-compaction

2013-06-13 Thread codesite-noreply
Updates: Status: Fixed Comment #1 on issue 2724 by mstarzin...@chromium.org: cctest Regression144230 fails with --stress-compaction http://code.google.com/p/v8/issues/detail?id=2724 Fixed in r15115. -- You received this message because this project is configured to send all issue n

[v8-dev] Re: Disable compaction stress for test-heap/Regression144230. (issue 16858010)

2013-06-13 Thread mstarzinger
Committed patchset #1 manually as r15115 (presubmit successful). https://codereview.chromium.org/16858010/ -- -- 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 un

[v8-dev] [v8] r15115 committed - Disable compaction stress for test-heap/Regression144230....

2013-06-13 Thread codesite-noreply
Revision: 15115 Author: mstarzin...@chromium.org Date: Thu Jun 13 05:49:38 2013 Log: Disable compaction stress for test-heap/Regression144230. R=yang...@chromium.org BUG=v8:2724 TEST=cctest/test-heap/Regression144230 Review URL: https://codereview.chromium.org/16858010 http://code.goo

[v8-dev] Re: Disable compaction stress for test-heap/Regression144230. (issue 16858010)

2013-06-13 Thread yangguo
On 2013/06/13 12:39:33, Michael Starzinger wrote: Disabling compaction for this test-case, because trying to fix it would just be brain-dead. LGTM. https://codereview.chromium.org/16858010/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You rec

[v8-dev] Reduce the amount of full code generated to fill out array literals. (issue 16950004)

2013-06-13 Thread svenpanne
Reviewers: Michael Starzinger, Message: The auto-increment optimization we talked about offline is still missing, I will add this later in this CL or a separate one. Description: Reduce the amount of full code generated to fill out array literals. This is achieved by tuning the calling conve

[v8-dev] Re: Issue 90 in v8: V8 doesn't stable sort

2013-06-13 Thread codesite-noreply
Comment #36 on issue 90 by math...@qiwi.be: V8 doesn't stable sort http://code.google.com/p/v8/issues/detail?id=90 Instead of adding additional "me too" comments, I suspect it's more useful for someone to write (or find) a comprehensive test of sort stability (for various array sizes) and ru

  1   2   >