[v8-dev] Re: Issue 2842 in v8: v8.log: ReferenceError: arguments is not defined

2013-08-14 Thread codesite-noreply
Comment #3 on issue 2842 by jokeyrh...@gmail.com: v8.log: ReferenceError: arguments is not defined http://code.google.com/p/v8/issues/detail?id=2842 This project wraps the tools provided with the V8 source code, making it very easy to parse the profiler v8.log (and it works on my system, ya

[v8-dev] Re: Merged r16200 into trunk branch. (issue 23026005)

2013-08-14 Thread palfia
PTAL. https://codereview.chromium.org/23026005/ -- -- 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] Merged r16200 into trunk branch. (issue 23026005)

2013-08-14 Thread palfia
Reviewers: Jakob, Description: Merged r16200 into trunk branch. MIPS: Never hchange nan-hole to hole or hole to nan-hole. Only allow changing hole to nan if all uses allow undefined as nan. R=jkumme...@chromium.org BUG= Please review this at https://codereview.chromium.org/23026005/ SVN B

[v8-dev] [v8] r16200 committed - MIPS: Never hchange nan-hole to hole or hole to nan-hole. Only allow c...

2013-08-14 Thread codesite-noreply
Revision: 16200 Author: pal...@homejinni.com Date: Wed Aug 14 16:07:48 2013 Log: MIPS: Never hchange nan-hole to hole or hole to nan-hole. Only allow changing hole to nan if all uses allow undefined as nan. Port r16183 (1858bc57) BUG= Review URL: https://codereview.chromium.org/23

[v8-dev] Re: MIPS: Never hchange nan-hole to hole or hole to nan-hole. Only allow changing hole to nan if all us… (issue 23130006)

2013-08-14 Thread palfia
Committed manually as r16200. https://codereview.chromium.org/23130006/ -- -- 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: MIPS: Never hchange nan-hole to hole or hole to nan-hole. Only allow changing hole to nan if all us… (issue 23130006)

2013-08-14 Thread palfia
Thanks for the review, I've fixed the nits. https://codereview.chromium.org/23130006/diff/1/src/mips/lithium-codegen-mips.cc File src/mips/lithium-codegen-mips.cc (right): https://codereview.chromium.org/23130006/diff/1/src/mips/lithium-codegen-mips.cc#newcode2325 src/mips/lithium-codegen-mips.

[v8-dev] Re: MIPS: Never hchange nan-hole to hole or hole to nan-hole. Only allow changing hole to nan if all us… (issue 23130006)

2013-08-14 Thread palfia
Fixed nits. https://codereview.chromium.org/23130006/ -- -- 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 f

[v8-dev] Re: MIPS: Never hchange nan-hole to hole or hole to nan-hole. Only allow changing hole to nan if all us… (issue 23130006)

2013-08-14 Thread plind44
LGTM, with the nitty rename request. https://codereview.chromium.org/23130006/diff/1/src/mips/lithium-codegen-mips.cc File src/mips/lithium-codegen-mips.cc (right): https://codereview.chromium.org/23130006/diff/1/src/mips/lithium-codegen-mips.cc#newcode2325 src/mips/lithium-codegen-mips.cc:2325

[v8-dev] Re: Avoid -O3 in nacl as it does not play well with -W. (issue 23119004)

2013-08-14 Thread kmixter
Reviewers: machenbach, Jakob, Message: I agree. I am sorry for adding more exceptions. Description: Avoid -O3 in nacl as it does not play well with -W. Also cleans up some uninitialized data I saw while investigating the problem. Please review this at https://codereview.chromium.org/23119004/

[v8-dev] MIPS: Never hchange nan-hole to hole or hole to nan-hole. Only allow changing hole to nan if all us… (issue 23130006)

2013-08-14 Thread palfia
Reviewers: Paul Lind, kisg, kilvadyb, danno, Toon Verwaest, Message: PTAL. Description: MIPS: Never hchange nan-hole to hole or hole to nan-hole. Only allow changing hole to nan if all uses allow undefined as nan. Port r16183 (1858bc57) BUG= Please review this at https://codereview.chromi

[v8-dev] Add access check for observed objects (issue 22962009)

2013-08-14 Thread adamk
Reviewers: abarth, rossberg, Description: Add access check for observed objects This change is mostly straightforward: for 'normal' sorts of change records, simply don't deliver a changeRecord to a given observer callback if an access the callback's Context is not allowed to [[Get]] changeRec

[v8-dev] Re: Add RemovePrototype to FunctionTemplate (issue 22990003)

2013-08-14 Thread arv
On 2013/08/14 19:39:31, dcarney wrote: On 2013/08/13 23:11:12, arv wrote: > Hi Dan, > > I'm not sure who is the best person to review FunctionTemplate changes. If there > is someone else that is more suitable feel free to change the reviewers. > > Thanks It seems somewhat unnatural to not ha

[v8-dev] Patch CEntry stub to swallow exception if liveedit/restart frame needs it. (issue 22801003)

2013-08-14 Thread prybin
Reviewers: Yang, Message: Hi Yang This should be the patch for a long annoying bug. I definitely could use some help with assembler clean-up, because currently it's very sketchy. Peter Description: Patch CEntry stub to swallow exception if liveedit/restart frame needs it. BUG=2203 Please r

[v8-dev] Re: Issue 2203 in v8: [LiveEdit] restart frame doesn't work when VM is paused on throwing exception.

2013-08-14 Thread codesite-noreply
Updates: Owner: pry...@chromium.org Comment #1 on issue 2203 by peter.ry...@gmail.com: [LiveEdit] restart frame doesn't work when VM is paused on throwing exception. http://code.google.com/p/v8/issues/detail?id=2203 (No comment was entered for this change.) -- You received this messa

[v8-dev] Re: Add RemovePrototype to FunctionTemplate (issue 22990003)

2013-08-14 Thread dcarney
On 2013/08/13 23:11:12, arv wrote: Hi Dan, I'm not sure who is the best person to review FunctionTemplate changes. If there is someone else that is more suitable feel free to change the reviewers. Thanks It seems somewhat unnatural to not have a prototype property, but, whatever the

[v8-dev] Re: Issue 1482 in v8: It is not possible to configure properties with getters and setters with an ObjectTemplate

2013-08-14 Thread codesite-noreply
Updates: Status: Accepted Cc: da...@chromium.org dcar...@chromium.org verwa...@chromium.org Labels: Type-FeatureRequest Comment #6 on issue 1482 by a...@chromium.org: It is not possible to configure properties with getters and setters with an ObjectTemplate http://code.

[v8-dev] Re: Make HConstant::InstanceOf less ambiguous. (issue 23203002)

2013-08-14 Thread verwaest
Lgtm with a comment for future reference. https://codereview.chromium.org/23203002/diff/1/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/23203002/diff/1/src/hydrogen-instructions.cc#newcode2869 src/hydrogen-instructions.cc:2869: map->CanT

[v8-dev] Make HConstant::InstanceOf less ambiguous. (issue 23203002)

2013-08-14 Thread mstarzinger
Reviewers: Toon Verwaest, Description: Make HConstant::InstanceOf less ambiguous. R=verwa...@chromium.org Please review this at https://codereview.chromium.org/23203002/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/hydrogen-instructions.h M src/hydr

[v8-dev] [v8] r16199 committed - Tagging version 3.20.17

2013-08-14 Thread codesite-noreply
Revision: 16199 Author: da...@chromium.org Date: Wed Aug 14 10:15:00 2013 Log: Tagging version 3.20.17 http://code.google.com/p/v8/source/detail?r=16199 Added: /tags/3.20.17 -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this

[v8-dev] Re: Fix GC Mole warning (issue 22815005)

2013-08-14 Thread mstarzinger
LGTM. https://codereview.chromium.org/22815005/ -- -- 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: Prepare push to trunk. Now working on version 3.21.0 (issue 22870007)

2013-08-14 Thread danno
Committed patchset #2 manually as r16197 (presubmit successful). https://codereview.chromium.org/22870007/ -- -- 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] r16197 committed - Prepare push to trunk. Now working on version 3.21.0...

2013-08-14 Thread codesite-noreply
Revision: 16197 Author: da...@chromium.org Date: Wed Aug 14 10:10:14 2013 Log: Prepare push to trunk. Now working on version 3.21.0 R=mstarzin...@chromium.org Review URL: https://codereview.chromium.org/22870007 http://code.google.com/p/v8/source/detail?r=16197 Modified: /branches/

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

2013-08-14 Thread mstarzinger
LGTM (rubber-stamped). https://codereview.chromium.org/22870007/ -- -- 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 receivi

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

2013-08-14 Thread danno
Reviewers: Michael Starzinger, Description: Prepare push to trunk. Now working on version 3.20.18. R=mstarzin...@chromium.org Please review this at https://codereview.chromium.org/22870007/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M ChangeLog M src/v

[v8-dev] [v8] r16196 committed - Fix GC Mole warning...

2013-08-14 Thread codesite-noreply
Revision: 16196 Author: da...@chromium.org Date: Wed Aug 14 10:03:19 2013 Log: Fix GC Mole warning R=mstarzin...@chromium.org Review URL: https://codereview.chromium.org/22815005 http://code.google.com/p/v8/source/detail?r=16196 Modified: /branches/bleeding_edge/src/hydrogen-instruc

[v8-dev] Re: Fix GC Mole warning (issue 22815005)

2013-08-14 Thread danno
Committed patchset #1 manually as r16196. https://codereview.chromium.org/22815005/ -- -- 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 gro

[v8-dev] Fix GC Mole warning (issue 22815005)

2013-08-14 Thread danno
Reviewers: Michael Starzinger, Description: Fix GC Mole warning R=mstarzin...@chromium.org Please review this at https://codereview.chromium.org/22815005/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/hydrogen-instructions.h Index: src/hydrogen-instr

[v8-dev] [v8] r16195 committed - Fix src/version.cc number to be consistent with next trunk push...

2013-08-14 Thread codesite-noreply
Revision: 16195 Author: da...@chromium.org Date: Wed Aug 14 10:00:16 2013 Log: Fix src/version.cc number to be consistent with next trunk push R=mstarzin...@chromium.org Review URL: https://codereview.chromium.org/2310 http://code.google.com/p/v8/source/detail?r=16195 Modified:

[v8-dev] Re: Fix src/version.cc number to be consistent with next trunk push (issue 23000010)

2013-08-14 Thread danno
Committed patchset #1 manually as r16195. https://codereview.chromium.org/2310/ -- -- 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 gro

[v8-dev] Re: Fix no-sse2 part 2. (issue 23154004)

2013-08-14 Thread verwaest
Committed patchset #1 manually as r16194. https://chromiumcodereview.appspot.com/23154004/ -- -- 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 t

[v8-dev] [v8] r16194 committed - Fix no-sse2 part 2....

2013-08-14 Thread codesite-noreply
Revision: 16194 Author: verwa...@chromium.org Date: Wed Aug 14 09:58:14 2013 Log: Fix no-sse2 part 2. R=da...@chromium.org Review URL: https://chromiumcodereview.appspot.com/23154004 http://code.google.com/p/v8/source/detail?r=16194 Modified: /branches/bleeding_edge/src/ia32/lithium

[v8-dev] Re: Fix no-sse2 part 2. (issue 23154004)

2013-08-14 Thread danno
lgtm https://chromiumcodereview.appspot.com/23154004/ -- -- 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] Fix no-sse2 part 2. (issue 23154004)

2013-08-14 Thread verwaest
Reviewers: danno, Message: PTAL Description: Fix no-sse2 part 2. Please review this at https://chromiumcodereview.appspot.com/23154004/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/ia32/lithium-codegen-ia32.cc Index: src/ia32/lithium-codegen-ia32.cc

[v8-dev] Re: Fix src/version.cc number to be consistent with next trunk push (issue 23000010)

2013-08-14 Thread mstarzinger
LGTM (rubber-stamped). https://codereview.chromium.org/2310/ -- -- 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 receivi

[v8-dev] Fix src/version.cc number to be consistent with next trunk push (issue 23000010)

2013-08-14 Thread danno
Reviewers: Michael Starzinger, Description: Fix src/version.cc number to be consistent with next trunk push R=mstarzin...@chromium.org Please review this at https://codereview.chromium.org/2310/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/version

[v8-dev] [v8] r16193 committed - Fix Crankshafted CompareNil of constant values...

2013-08-14 Thread codesite-noreply
Revision: 16193 Author: da...@chromium.org Date: Wed Aug 14 09:13:58 2013 Log: Fix Crankshafted CompareNil of constant values R=jkumme...@chromium.org Review URL: https://codereview.chromium.org/23198002 http://code.google.com/p/v8/source/detail?r=16193 Added: /branches/bleeding_edg

[v8-dev] Re: Fix Crankshafted CompareNil of constant values (issue 23198002)

2013-08-14 Thread danno
Committed patchset #3 manually as r16193. https://codereview.chromium.org/23198002/ -- -- 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 gro

[v8-dev] Re: Fix Crankshafted CompareNil of constant values (issue 23198002)

2013-08-14 Thread jkummerow
patch set 2 LGTM too. https://codereview.chromium.org/23198002/ -- -- 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] Re: Fix Crankshafted CompareNil of constant values (issue 23198002)

2013-08-14 Thread danno
https://codereview.chromium.org/23198002/ -- -- 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, send

[v8-dev] [v8] r16192 committed - Fix CmpHoleAndBranch on no-sse2...

2013-08-14 Thread codesite-noreply
Revision: 16192 Author: verwa...@chromium.org Date: Wed Aug 14 08:50:23 2013 Log: Fix CmpHoleAndBranch on no-sse2 R=da...@chromium.org Review URL: https://chromiumcodereview.appspot.com/22810005 http://code.google.com/p/v8/source/detail?r=16192 Modified: /branches/bleeding_edge/src/

[v8-dev] Re: Fix CmpHoleAndBranch on no-sse2 (issue 22810005)

2013-08-14 Thread verwaest
Committed patchset #2 manually as r16192. https://chromiumcodereview.appspot.com/22810005/ -- -- 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 t

[v8-dev] Re: Fix CmpHoleAndBranch on no-sse2 (issue 22810005)

2013-08-14 Thread danno
lgtm https://codereview.chromium.org/22810005/ -- -- 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: Fix Crankshafted CompareNil of constant values (issue 23198002)

2013-08-14 Thread jkummerow
LGTM with nit. https://codereview.chromium.org/23198002/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/23198002/diff/1/src/hydrogen.cc#newcode1755 src/hydrogen.cc:1755: Object* constant_object = *(constant_value->handle()); nit: let's just keep this handlif

[v8-dev] Fix Crankshafted CompareNil of constant values (issue 23198002)

2013-08-14 Thread danno
Reviewers: Jakob, Message: PTAL Description: Fix Crankshafted CompareNil of constant values R=jkumme...@chromium.org Please review this at https://codereview.chromium.org/23198002/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/hydrogen.cc A + test/m

[v8-dev] Avoid -O3 in nacl as it does not play well with -W. (issue 23119004)

2013-08-14 Thread machenbach
lgtm with comments: It fixes the issue. Even though, I am not happy that toolchain.gypi is full of exceptions... @Jakob: Second pair of eyes? https://codereview.chromium.org/23119004/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received t

[v8-dev] Re: Hack forEach to use HasFastPackedElements (issue 22545007)

2013-08-14 Thread Erik Arvidsson
On Wed, Aug 14, 2013 at 11:13 AM, wrote: > What I mean is that you can't break when you go past the length. You > actually > have to go to a slow path when you read past the length, that does the > entire > in-check; and loops until the index surpasses the preloaded length value. > And > that's i

[v8-dev] Re: Hack forEach to use HasFastPackedElements (issue 22545007)

2013-08-14 Thread verwaest
What I mean is that you can't break when you go past the length. You actually have to go to a slow path when you read past the length, that does the entire in-check; and loops until the index surpasses the preloaded length value. And that's independent of whether the receiver is fast-packed

[v8-dev] Re: Hack forEach to use HasFastPackedElements (issue 22545007)

2013-08-14 Thread arv
On 2013/08/14 14:48:55, Toon Verwaest wrote: You can actually create, using Object.defineProperty, an array that doesn't have foreign accessors as its length anymore. No, Array instances have a non configurable length data property. At that point values don't get deleted anymore when you r

[v8-dev] Fix unreachable liveness of unreachable constant-folded branches (issue 22876009)

2013-08-14 Thread danno
Reviewers: Jakob, Message: PTAL Description: Fix unreachable liveness of unreachable constant-folded branches BUG=chromium:258519 Please review this at https://codereview.chromium.org/22876009/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/arm/lithiu

[v8-dev] Revert "Drop broken and unnecessary RequiredInputRepresentation() in HMathFloorOfDiv." (issue 23188003)

2013-08-14 Thread bmeurer
Reviewers: danno, Message: Committed patchset #1 manually as r16191. Description: Revert "Drop broken and unnecessary RequiredInputRepresentation() in HMathFloorOfDiv." This reverts r16190. TBR=da...@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16191 Please review thi

[v8-dev] [v8] r16191 committed - Revert "Drop broken and unnecessary RequiredInputRepresentation() in H...

2013-08-14 Thread codesite-noreply
Revision: 16191 Author: bmeu...@chromium.org Date: Wed Aug 14 07:50:15 2013 Log: Revert "Drop broken and unnecessary RequiredInputRepresentation() in HMathFloorOfDiv." This reverts r16190. TBR=da...@chromium.org Review URL: https://codereview.chromium.org/23188003 http://code.goog

[v8-dev] Re: Hack forEach to use HasFastPackedElements (issue 22545007)

2013-08-14 Thread verwaest
You can actually create, using Object.defineProperty, an array that doesn't have foreign accessors as its length anymore. At that point values don't get deleted anymore when you reduce the length. This means you can create a "packed array" which has elements beyond its length (which you can f

[v8-dev] Re: Drop broken and unnecessary RequiredInputRepresentation() in HMathFloorOfDiv. (issue 23190002)

2013-08-14 Thread bmeurer
Committed patchset #1 manually as r16190. https://codereview.chromium.org/23190002/ -- -- 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 gro

[v8-dev] Re: Hack forEach to use HasFastPackedElements (issue 22545007)

2013-08-14 Thread arv
On 2013/08/14 07:48:47, Michael Starzinger wrote: https://codereview.chromium.org/22545007/diff/20001/src/array.js File src/array.js (right): https://codereview.chromium.org/22545007/diff/20001/src/array.js#newcode1263 src/array.js:1263: if (!isProxy && %HasFastPackedElements(array) || i in a

[v8-dev] [v8] r16190 committed - Drop broken and unnecessary RequiredInputRepresentation() in HMathFloo...

2013-08-14 Thread codesite-noreply
Revision: 16190 Author: bmeu...@chromium.org Date: Wed Aug 14 07:34:40 2013 Log: Drop broken and unnecessary RequiredInputRepresentation() in HMathFloorOfDiv. R=tit...@chromium.org Review URL: https://codereview.chromium.org/23190002 http://code.google.com/p/v8/source/detail?r=1619

[v8-dev] Re: Drop broken and unnecessary RequiredInputRepresentation() in HMathFloorOfDiv. (issue 23190002)

2013-08-14 Thread titzer
lgtm https://codereview.chromium.org/23190002/ -- -- 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: Issue 2740 in v8: r15156 slowed some array code WAY down

2013-08-14 Thread codesite-noreply
Updates: Status: Fixed Comment #8 on issue 2740 by verwa...@chromium.org: r15156 slowed some array code WAY down http://code.google.com/p/v8/issues/detail?id=2740 I'm going to close this given that the indicated perf-problem has been fixed. -- You received this message because thi

[v8-dev] Drop broken and unnecessary RequiredInputRepresentation() in HMathFloorOfDiv. (issue 23190002)

2013-08-14 Thread bmeurer
Reviewers: titzer, danno, Description: Drop broken and unnecessary RequiredInputRepresentation() in HMathFloorOfDiv. Please review this at https://codereview.chromium.org/23190002/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/hydrogen-instructions.h

[v8-dev] Fix CmpHoleAndBranch on no-sse2 (issue 22810005)

2013-08-14 Thread verwaest
Reviewers: danno, Message: PTAL Description: Fix CmpHoleAndBranch on no-sse2 Please review this at https://chromiumcodereview.appspot.com/22810005/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/ia32/lithium-codegen-ia32.cc Index: src/ia32/lithium-cod

[v8-dev] Re: Rewrite SamplingCircularQueue (issue 22849002)

2013-08-14 Thread yurys
https://codereview.chromium.org/22849002/diff/32001/src/allocation.h File src/allocation.h (right): https://codereview.chromium.org/22849002/diff/32001/src/allocation.h#newcode36 src/allocation.h:36: // Specify memory alignment for structs, classes, etc. On 2013/08/14 11:38:09, Benedikt Meurer w

[v8-dev] Re: Add a bootstrap script to make it easier to build gcmole (issue 22893006)

2013-08-14 Thread svenpanne
Late DBC... https://codereview.chromium.org/22893006/diff/5001/tools/gcmole/Makefile File tools/gcmole/Makefile (right): https://codereview.chromium.org/22893006/diff/5001/tools/gcmole/Makefile#newcode43 tools/gcmole/Makefile:43: rm -f libgcmole.so Pro tip: Use $(RM). :-) Furthermore, clean sho

[v8-dev] Re: Fixed HMul::Canonicalize() to support SMI (issue 23176002)

2013-08-14 Thread jkummerow
LGTM. I'll land this next week. https://codereview.chromium.org/23176002/ -- -- 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 sto

[v8-dev] [v8] r16188 committed - updates

2013-08-14 Thread codesite-noreply
Revision: 16188 Author: joc...@chromium.org Date: Wed Aug 14 05:53:01 2013 Log: updates http://code.google.com/p/v8/source/detail?r=16188 Modified: /branches/bleeding_edge/tools/gcmole/bootstrap.sh === --- /branches/bleeding_edge/tools/gcmole/boots

[v8-dev] [v8] r16189 committed - updates

2013-08-14 Thread codesite-noreply
Revision: 16189 Author: joc...@chromium.org Date: Wed Aug 14 05:53:09 2013 Log: updates http://code.google.com/p/v8/source/detail?r=16189 Modified: /branches/bleeding_edge/tools/gcmole/bootstrap.sh === --- /branches/bleeding_edge/tools/gcmole/boots

[v8-dev] [v8] r16187 committed - Add a bootstrap script to make it easier to build gcmole...

2013-08-14 Thread codesite-noreply
Revision: 16187 Author: joc...@chromium.org Date: Wed Aug 14 05:52:51 2013 Log: Add a bootstrap script to make it easier to build gcmole R=machenb...@chromium.org http://code.google.com/p/v8/source/detail?r=16187 Added: /branches/bleeding_edge/tools/gcmole/bootstrap.sh Modified: /br

[v8-dev] Re: Add a bootstrap script to make it easier to build gcmole (issue 22893006)

2013-08-14 Thread machenbach
LGTM with nit https://codereview.chromium.org/22893006/diff/5001/tools/gcmole/bootstrap.sh File tools/gcmole/bootstrap.sh (right): https://codereview.chromium.org/22893006/diff/5001/tools/gcmole/bootstrap.sh#newcode124 tools/gcmole/bootstrap.sh:124: echo nit: trailing whitespace https://codere

[v8-dev] [v8] r16186 committed - Revert "Make GlobalHandle::NodeBlock deletable"...

2013-08-14 Thread codesite-noreply
Revision: 16186 Author: jkumme...@chromium.org Date: Wed Aug 14 05:40:44 2013 Log: Revert "Make GlobalHandle::NodeBlock deletable" This reverts r16040 due to OOM crashes. R=da...@chromium.org Review URL: https://codereview.chromium.org/22970004 http://code.google.com/p/v8/source/deta

[v8-dev] Re: Revert "Make GlobalHandle::NodeBlock deletable" (issue 22970004)

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

[v8-dev] Re: Revert "Make GlobalHandle::NodeBlock deletable" (issue 22970004)

2013-08-14 Thread jkummerow
Committed patchset #1 manually as r16186. https://codereview.chromium.org/22970004/ -- -- 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 gro

[v8-dev] Revert "Make GlobalHandle::NodeBlock deletable" (issue 22970004)

2013-08-14 Thread jkummerow
Reviewers: danno, Message: PTAL. Description: Revert "Make GlobalHandle::NodeBlock deletable" This reverts r16040 due to OOM crashes. Please review this at https://codereview.chromium.org/22970004/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/global-

[v8-dev] Re: Issue 2843 in v8: Flaky error on the 3.20 branch

2013-08-14 Thread codesite-noreply
Comment #2 on issue 2843 by ri...@chromium.org: Flaky error on the 3.20 branch http://code.google.com/p/v8/issues/detail?id=2843 Actually attach the file Attachments: out.js 780 KB -- You received this message because this project is configured to send all issue notifications to

[v8-dev] Re: Issue 2843 in v8: Flaky error on the 3.20 branch

2013-08-14 Thread codesite-noreply
Updates: Cc: a...@google.com kusterm...@google.com Comment #1 on issue 2843 by ri...@chromium.org: Flaky error on the 3.20 branch http://code.google.com/p/v8/issues/detail?id=2843 (No comment was entered for this change.) -- You received this message because this project is configure

[v8-dev] Issue 2843 in v8: Flaky error on the 3.20 branch

2013-08-14 Thread codesite-noreply
Status: Accepted Owner: CC: da...@chromium.org, mstarzin...@chromium.org Labels: Type-Bug Priority-High New issue 2843 by ri...@chromium.org: Flaky error on the 3.20 branch http://code.google.com/p/v8/issues/detail?id=2843 I updated our d8 testing binary to the 3.20 branch and is seeing th

[v8-dev] Re: Issue 2827 in v8: benchmarks/sunspider/3d-morph crashes under deopt stress

2013-08-14 Thread codesite-noreply
Updates: Status: Verified Comment #2 on issue 2827 by machenb...@chromium.org: benchmarks/sunspider/3d-morph crashes under deopt stress http://code.google.com/p/v8/issues/detail?id=2827 (No comment was entered for this change.) -- You received this message because this project is con

[v8-dev] [v8] r16185 committed - Fix Math.round/floor that had bogus Smi representation...

2013-08-14 Thread codesite-noreply
Revision: 16185 Author: jkumme...@chromium.org Date: Wed Aug 14 05:14:08 2013 Log: Fix Math.round/floor that had bogus Smi representation BUG=chromium:272564 R=verwa...@chromium.org Review URL: https://codereview.chromium.org/23022005 http://code.google.com/p/v8/source/detail?r=16185

[v8-dev] Re: Fix Math.round/floor that had bogus Smi representation (issue 23022005)

2013-08-14 Thread jkummerow
Committed patchset #1 manually as r16185. https://codereview.chromium.org/23022005/ -- -- 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 gro

[v8-dev] Re: Fix Math.round/floor that had bogus Smi representation (issue 23022005)

2013-08-14 Thread verwaest
lgtm https://codereview.chromium.org/23022005/ -- -- 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] Fix Math.round/floor that had bogus Smi representation (issue 23022005)

2013-08-14 Thread jkummerow
Reviewers: Toon Verwaest, Message: PTAL. Description: Fix Math.round/floor that had bogus Smi representation BUG=chromium:272564 Please review this at https://codereview.chromium.org/23022005/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/hydrogen-ins

[v8-dev] Re: Add a bootstrap script to make it easier to build gcmole (issue 22893006)

2013-08-14 Thread jochen
https://codereview.chromium.org/22893006/ -- -- 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, send

[v8-dev] Add a bootstrap script to make it easier to build gcmole (issue 22893006)

2013-08-14 Thread jochen
Reviewers: machenbach, Description: Add a bootstrap script to make it easier to build gcmole R=machenb...@chromium.org Please review this at https://codereview.chromium.org/22893006/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M tools/gcmole/Makefile A t

[v8-dev] Re: Rewrite SamplingCircularQueue (issue 22849002)

2013-08-14 Thread bmeurer
https://codereview.chromium.org/22849002/diff/32001/src/allocation.h File src/allocation.h (right): https://codereview.chromium.org/22849002/diff/32001/src/allocation.h#newcode36 src/allocation.h:36: // Specify memory alignment for structs, classes, etc. Please move the ALIGN_AT definition to gl

[v8-dev] Replace OS::Ticks() with Stopwatch utility class. (issue 23183003)

2013-08-14 Thread bmeurer
Reviewers: Sven Panne, Michael Starzinger, ulan, Message: PTAL Description: Replace OS::Ticks() with Stopwatch utility class. OS::Ticks() was used to measure elapsed time in microseconds, which is now properly encapsulated in the Stopwatch class. Stopwatch uses a monotonic clock if available, f

[v8-dev] Push SetAccessor to Template (issue 23182003)

2013-08-14 Thread dcarney
Reviewers: Michael Starzinger, Description: Push SetAccessor to Template R=mstarzin...@chromium.org BUG= Please review this at https://codereview.chromium.org/23182003/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M include/v8.h M src/api.cc M src/apina

[v8-dev] Re: Improve generalization / migration tracing. (issue 23047002)

2013-08-14 Thread yangguo
On 2013/08/13 11:49:02, Toon Verwaest wrote: PTAL lgtm. https://chromiumcodereview.appspot.com/23047002/ -- -- 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] r16184 committed - Load size in signed int before making negative....

2013-08-14 Thread codesite-noreply
Revision: 16184 Author: verwa...@chromium.org Date: Wed Aug 14 02:47:27 2013 Log: Load size in signed int before making negative. R=da...@chromium.org Review URL: https://chromiumcodereview.appspot.com/23074003 http://code.google.com/p/v8/source/detail?r=16184 Modified: /branches/bl

[v8-dev] Re: Load size in signed int before making negative. (issue 23074003)

2013-08-14 Thread verwaest
Committed patchset #2 manually as r16184. https://chromiumcodereview.appspot.com/23074003/ -- -- 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 t

[v8-dev] Re: Load size in signed int before making negative. (issue 23074003)

2013-08-14 Thread danno
lgtm https://chromiumcodereview.appspot.com/23074003/ -- -- 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] Load size in signed int before making negative. (issue 23074003)

2013-08-14 Thread verwaest
Reviewers: danno, Message: PTAL Description: Load size in signed int before making negative. Please review this at https://chromiumcodereview.appspot.com/23074003/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/ia32/lithium-codegen-ia32.cc M src/x64/l

[v8-dev] Re: Never hchange nan-hole to hole or hole to nan-hole. (issue 22152003)

2013-08-14 Thread verwaest
Committed patchset #7 manually as r16183. https://chromiumcodereview.appspot.com/22152003/ -- -- 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 t

[v8-dev] [v8] r16183 committed - Never hchange nan-hole to hole or hole to nan-hole....

2013-08-14 Thread codesite-noreply
Revision: 16183 Author: verwa...@chromium.org Date: Wed Aug 14 01:54:27 2013 Log: Never hchange nan-hole to hole or hole to nan-hole. Only allow changing hole to nan if all uses allow undefined as nan. R=da...@chromium.org Review URL: https://chromiumcodereview.appspot.com/22152003 ht

[v8-dev] Fixed HMul::Canonicalize() to support SMI (issue 23176002)

2013-08-14 Thread weiliang . lin2
Reviewers: Jakob, Description: Fixed HMul::Canonicalize() to support SMI Same idea for HDiv when the right oeprand is 1 BUG= Please review this at https://codereview.chromium.org/23176002/ SVN Base: https://github.com/v8/v8.git@master Affected files: M src/hydrogen-instructions.cc M src/

[v8-dev] Re: Hack forEach to use HasFastPackedElements (issue 22545007)

2013-08-14 Thread mstarzinger
https://codereview.chromium.org/22545007/diff/20001/src/array.js File src/array.js (right): https://codereview.chromium.org/22545007/diff/20001/src/array.js#newcode1263 src/array.js:1263: if (!isProxy && %HasFastPackedElements(array) || i in array) { On 2013/08/13 20:47:42, Toon Verwaest wrote: