[v8-dev] [v8] r18700 committed - [Sheriff] Temporarily mark array-literal-feedback as flaky for GC stre...

2014-01-20 Thread codesite-noreply
Revision: 18700 Author: machenb...@chromium.org Date: Tue Jan 21 07:58:54 2014 UTC Log: [Sheriff] Temporarily mark array-literal-feedback as flaky for GC stress. The test is blocking the v8 lkgr. It will be unmarked again after there is infrastructure to disable it on GC stress on

[v8-dev] Re: [Sheriff] Temporarily mark array-literal-feedback as flaky for GC stress. (issue 143463004)

2014-01-20 Thread machenbach
Committed patchset #1 manually as r18700 (presubmit successful). https://codereview.chromium.org/143463004/ -- -- 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] [Sheriff] Temporarily mark array-literal-feedback as flaky for GC stress. (issue 143463004)

2014-01-20 Thread machenbach
Reviewers: mvstanton, Hannes Payer, Message: FYI Description: [Sheriff] Temporarily mark array-literal-feedback as flaky for GC stress. The test is blocking the v8 lkgr. It will be unmarked again after there is infrastructure to disable it on GC stress only. BUG= TBR=mvstan...@chromium.org Pl

[v8-dev] Re: Fix invalid type assumption in GenerateNumberToString(). (issue 143893002)

2014-01-20 Thread svenpanne
lgtm https://codereview.chromium.org/143893002/ -- -- 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: Array constructor shouldn't require a Cell, just an AllocationSite. (issue 140963004)

2014-01-20 Thread bmeurer
LGTM, just one semantic comment https://codereview.chromium.org/140963004/diff/140001/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/140963004/diff/140001/src/runtime.cc#newcode14783 src/runtime.cc:14783: type_info->IsAllocationSite()) { Maybe I'm missing something,

[v8-dev] Fix invalid type assumption in GenerateNumberToString(). (issue 143893002)

2014-01-20 Thread bmeurer
Reviewers: Sven Panne, Message: Hey Sven, Here's an easy starter for today. Fortunately the bug did not trigger any bad behavior except for some unnecessary checks that were emitted in Hydrogen. PTAL -- Benedikt Description: Fix invalid type assumption in GenerateNumberToString(). We don't h

[v8-dev] Introduce Assembler::RelocInfoNone static function for X64 (issue 140553004)

2014-01-20 Thread haitao . feng
Reviewers: Toon Verwaest, Message: As discussed at https://codereview.chromium.org/64453002/#msg4. Description: Introduce Assembler::RelocInfoNone function for X64 Please review this at https://codereview.chromium.org/140553004/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge A

[v8-dev] Re: Issue 1858 in v8: Iteration over frozen object is slow

2014-01-20 Thread codesite-noreply
Comment #16 on issue 1858 by mcspainh...@gmail.com: Iteration over frozen object is slow http://code.google.com/p/v8/issues/detail?id=1858 This certainly appears to continue to be an issue: Browser: Chrome 34.0.1796.0 canary Test Case: http://jsperf.com/performance-frozen-object Result: 11

[v8-dev] Revert some movq->movp changes under the _WIN64 macro for X64 (issue 132233027)

2014-01-20 Thread haitao . feng
Reviewers: Toon Verwaest, Message: Hi Toon, This is a follow-up of https://codereview.chromium.org/137443004 and https://codereview.chromium.org/105503006. I examined the movp usage under _WIN64 macro and found them should be movq. Windows does not support x32 ABI, so I tried my best to make th

[v8-dev] Re: MIPS: Turn ArrayPush into a stub specialized on the elements kind and argc. (issue 143663002)

2014-01-20 Thread palfia
Committed patchset #1 manually as r18699 (presubmit successful). https://codereview.chromium.org/143663002/ -- -- 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] r18699 committed - MIPS: Turn ArrayPush into a stub specialized on the elements kind and ...

2014-01-20 Thread codesite-noreply
Revision: 18699 Author: pal...@homejinni.com Date: Mon Jan 20 23:08:52 2014 UTC Log: MIPS: Turn ArrayPush into a stub specialized on the elements kind and argc. Port r18696 (6e4b51b4) BUG= R=gerg...@homejinni.com Review URL: https://codereview.chromium.org/143663002 http://code.go

[v8-dev] Re: MIPS: Turn ArrayPush into a stub specialized on the elements kind and argc. (issue 143663002)

2014-01-20 Thread gergely
LGTM https://codereview.chromium.org/143663002/ -- -- 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] MIPS: Turn ArrayPush into a stub specialized on the elements kind and argc. (issue 143663002)

2014-01-20 Thread palfia
Reviewers: Toon Verwaest, danno, Paul Lind, kisg, kilvadyb, dusmil, Message: PTAL. Description: MIPS: Turn ArrayPush into a stub specialized on the elements kind and argc. Port r18696 (6e4b51b4) BUG= Please review this at https://codereview.chromium.org/143663002/ SVN Base: https://v8.google

[v8-dev] Issue 3109 in v8: parseInt should treat the BOM character as whitespace

2014-01-20 Thread codesite-noreply
Status: New Owner: New issue 3109 by dark.pa...@gmail.com: parseInt should treat the BOM character as whitespace http://code.google.com/p/v8/issues/detail?id=3109 The following returns `10` for pretty much every JavaScript implementation I've tried except for on V8, where it returns `

[v8-dev] Re: ES6: Implement Object.setPrototypeOf (issue 141913002)

2014-01-20 Thread Erik Arvidsson
I think we have checked in an expectation with FAIL in it already. Let me look at it in detail tomorrow. On Mon, Jan 20, 2014 at 3:51 PM, Dmitry Lomov wrote: > It feels that there is more to it than just rebase - why we have > 'arguments' and 'caller' here: > > FAIL getSortedOwnPropertyNames(Bo

[v8-dev] Re: ES6: Implement Object.setPrototypeOf (issue 141913002)

2014-01-20 Thread Dmitry Lomov
It feels that there is more to it than just rebase - why we have 'arguments' and 'caller' here: FAIL getSortedOwnPropertyNames(Boolean) should be length,name,prototype. Was arguments,caller,length,name,prototype. Or am I missing something? On Mon, Jan 20, 2014 at 6:04 PM, Erik Arvidsson wrote:

[v8-dev] Re: Unify calling to GenerateFastApiCallBody before stubbing it (issue 142973005)

2014-01-20 Thread dcarney
Reviewers: Toon Verwaest, https://codereview.chromium.org/142973005/diff/1/src/x64/stub-cache-x64.cc File src/x64/stub-cache-x64.cc (right): https://codereview.chromium.org/142973005/diff/1/src/x64/stub-cache-x64.cc#newcode703 src/x64/stub-cache-x64.cc:703: api_receiver, Handle(lookup->holder()

[v8-dev] Unify calling to GenerateFastApiCallBody before stubbing it (issue 142973005)

2014-01-20 Thread verwaest
Nice cleanup! lgtm https://codereview.chromium.org/142973005/diff/1/src/x64/stub-cache-x64.cc File src/x64/stub-cache-x64.cc (right): https://codereview.chromium.org/142973005/diff/1/src/x64/stub-cache-x64.cc#newcode417 src/x64/stub-cache-x64.cc:417: Handle Handle prototype_map( JSObject::c

[v8-dev] Re: [Sheriff] Temporarily mark two mjsunit tests as flaky. (issue 139343008)

2014-01-20 Thread machenbach
Committed patchset #1 manually as r18698 (presubmit successful). https://codereview.chromium.org/139343008/ -- -- 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] r18698 committed - [Sheriff] Temporarily mark two mjsunit tests as flaky....

2014-01-20 Thread codesite-noreply
Revision: 18698 Author: machenb...@chromium.org Date: Mon Jan 20 19:05:31 2014 UTC Log: [Sheriff] Temporarily mark two mjsunit tests as flaky. The tests are blocking the v8 lkgr. They will be unmarked again after there is infrastructure to disable them on GC stress only. TBR=mvstan

[v8-dev] [Sheriff] Temporarily mark two mjsunit tests as flaky. (issue 139343008)

2014-01-20 Thread machenbach
Reviewers: mvstanton, Hannes Payer, Message: FYI Description: [Sheriff] Temporarily mark two mjsunit tests as flaky. The tests are blocking the v8 lkgr. They will be unmarked again after there is infrastructure to disable them on GC stress only. TBR=mvstan...@chromium.org BUG= Please revie

[v8-dev] [v8] r18697 committed - Fix representation requirement in HReturn....

2014-01-20 Thread codesite-noreply
Revision: 18697 Author: tit...@chromium.org Date: Mon Jan 20 19:00:11 2014 UTC Log: Fix representation requirement in HReturn. BUG= R=verwa...@chromium.org Review URL: https://codereview.chromium.org/143523002 http://code.google.com/p/v8/source/detail?r=18697 Added: /branches/bleedi

[v8-dev] Re: Fix representation requirement in HReturn. (issue 143523002)

2014-01-20 Thread titzer
Committed patchset #1 manually as r18697 (presubmit successful). https://codereview.chromium.org/143523002/ -- -- 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 representation requirement in HReturn. (issue 143523002)

2014-01-20 Thread verwaest
lgtm https://codereview.chromium.org/143523002/ -- -- 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 representation requirement in HReturn. (issue 143523002)

2014-01-20 Thread titzer
Reviewers: Toon Verwaest, Description: Fix representation requirement in HReturn. BUG= Please review this at https://codereview.chromium.org/143523002/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+18, -9 lines): M src/hydrogen-instructions.h M src/hydrog

[v8-dev] Re: Turn ArrayPush into a stub specialized on the elements kind and argc. (issue 143213003)

2014-01-20 Thread verwaest
Committed patchset #3 manually as r18696 (presubmit successful). https://codereview.chromium.org/143213003/ -- -- 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: ES6: Implement Object.setPrototypeOf (issue 141913002)

2014-01-20 Thread Erik Arvidsson
The test expectation needs a rebase. I'll add the test to test expectations so we can land this. Once the V8 roll is complete I'll have to update the test. Today is a holiday in US so I'll do that tomorrow. I'll keep you informed. On Mon, Jan 20, 2014 at 6:01 AM, wrote: > On 2014/01/20 10:38:0

[v8-dev] Re: Turn ArrayPush into a stub specialized on the elements kind and argc. (issue 143213003)

2014-01-20 Thread mvstanton
OKay, LGTM. https://codereview.chromium.org/143213003/ -- -- 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: Turn ArrayPush into a stub specialized on the elements kind and argc. (issue 143213003)

2014-01-20 Thread verwaest
https://codereview.chromium.org/143213003/diff/150001/src/ia32/code-stubs-ia32.cc File src/ia32/code-stubs-ia32.cc (right): https://codereview.chromium.org/143213003/diff/150001/src/ia32/code-stubs-ia32.cc#newcode4505 src/ia32/code-stubs-ia32.cc:4505: masm, DONT_TRACK_ALLOCATION_SITE, NULL); Goo

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

2014-01-20 Thread jkummerow
lgtm https://codereview.chromium.org/143093002/ -- -- 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] [v8] r18695 committed - Update Isolate::RequestGarbageCollection after r18691...

2014-01-20 Thread codesite-noreply
Revision: 18695 Author: joc...@chromium.org Date: Mon Jan 20 15:44:03 2014 UTC Log: Update Isolate::RequestGarbageCollection after r18691 BUG=none R=hpa...@chromium.org LOG=n Review URL: https://codereview.chromium.org/143403002 http://code.google.com/p/v8/source/detail?r=18695 Modif

[v8-dev] Re: Update Isolate::RequestGarbageCollection after r18691 (issue 143403002)

2014-01-20 Thread jochen
Committed patchset #2 manually as r18695 (presubmit successful). https://codereview.chromium.org/143403002/ -- -- 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: Update Isolate::RequestGarbageCollection after r18691 (issue 143403002)

2014-01-20 Thread hpayer
LGTM https://codereview.chromium.org/143403002/ -- -- 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] Issue 3108 in v8: LCodeGen::DoForInCacheArray() have different deopt conditions on different archs

2014-01-20 Thread codesite-noreply
Status: New Owner: New issue 3108 by alexandr...@gmail.com: LCodeGen::DoForInCacheArray() have different deopt conditions on different archs http://code.google.com/p/v8/issues/detail?id=3108 On x64 LCodeGen::DoForInCacheArray() deoptimizes if the result is a smi, and on other archs if

[v8-dev] Re: Issue 3106 in v8: Build on ARM seems to be broken - it adds "-m32" even if the compiler doesn't support it

2014-01-20 Thread codesite-noreply
Comment #2 on issue 3106 by pe...@olssononline.se: Build on ARM seems to be broken - it adds "-m32" even if the compiler doesn't support it http://code.google.com/p/v8/issues/detail?id=3106 Yes, I know about that flag, but shouldn't icu.gyp be modified to handle this the same way as it's do

[v8-dev] Update Isolate::RequestGarbageCollection after r18691 (issue 143403002)

2014-01-20 Thread jochen
Reviewers: Hannes Payer, Description: Update Isolate::RequestGarbageCollection after r18691 BUG=none R=hpa...@chromium.org LOG=n Please review this at https://codereview.chromium.org/143403002/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+5, -10 lines): M

[v8-dev] Re: Issue 3106 in v8: Build on ARM seems to be broken - it adds "-m32" even if the compiler doesn't support it

2014-01-20 Thread codesite-noreply
Comment #1 on issue 3106 by rodolph@gmail.com: Build on ARM seems to be broken - it adds "-m32" even if the compiler doesn't support it http://code.google.com/p/v8/issues/detail?id=3106 As you noted the issue is ICU related. You can use the option i18nsupport=off to build without it.

[v8-dev] [v8] r18694 committed - Experimental parser: add braces....

2014-01-20 Thread codesite-noreply
Revision: 18694 Author: ma...@chromium.org Date: Mon Jan 20 15:03:01 2014 UTC Log: Experimental parser: add braces. TBR=u...@chromium.org BUG= Review URL: https://codereview.chromium.org/133343003 http://code.google.com/p/v8/source/detail?r=18694 Modified: /branches/experimental/par

[v8-dev] Experimental parser: add braces. (issue 133343003)

2014-01-20 Thread marja
Reviewers: ulan, Message: Committed patchset #1 manually as r18694 (presubmit successful). Description: Experimental parser: add braces. TBR=u...@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=18694 Please review this at https://codereview.chromium.org/133343003/ S

[v8-dev] Re: Experimental parser: tiny fix for silly code. (issue 143363003)

2014-01-20 Thread ulan
lgtm https://codereview.chromium.org/143363003/diff/1/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/143363003/diff/1/src/parser.cc#newcode574 src/parser.cc:574: scanner_ = new ExperimentalScanner(source, isolate()); Please wrap the branches in { } since they are in

[v8-dev] Experimental parser: tiny fix for silly code. (issue 143363003)

2014-01-20 Thread marja
Reviewers: ulan, Message: Committed patchset #1 manually as r18693 (presubmit successful). Description: Experimental parser: tiny fix for silly code. TBR=u...@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=18693 Please review this at https://codereview.chromium.org/

[v8-dev] [v8] r18693 committed - Experimental parser: tiny fix for silly code....

2014-01-20 Thread codesite-noreply
Revision: 18693 Author: ma...@chromium.org Date: Mon Jan 20 14:51:54 2014 UTC Log: Experimental parser: tiny fix for silly code. TBR=u...@chromium.org BUG= Review URL: https://codereview.chromium.org/143363003 http://code.google.com/p/v8/source/detail?r=18693 Modified: /branches/exp

[v8-dev] Re: Turn ArrayPush into a stub specialized on the elements kind and argc. (issue 143213003)

2014-01-20 Thread mvstanton
Hi Toon, cupla questions. --Michael https://codereview.chromium.org/143213003/diff/150001/src/ia32/code-stubs-ia32.cc File src/ia32/code-stubs-ia32.cc (right): https://codereview.chromium.org/143213003/diff/150001/src/ia32/code-stubs-ia32.cc#newcode4459 src/ia32/code-stubs-ia32.cc:4459: __ j(gr

[v8-dev] [v8] r18692 committed - Experimental lexer: add handling of sliced strings in SubStringKey...

2014-01-20 Thread codesite-noreply
Revision: 18692 Author: u...@chromium.org Date: Mon Jan 20 14:46:43 2014 UTC Log: Experimental lexer: add handling of sliced strings in SubStringKey BUG= R=dcar...@chromium.org Review URL: https://codereview.chromium.org/143303002 http://code.google.com/p/v8/source/detail?r=18692 Mod

[v8-dev] Re: Experimental lexer: add handling of sliced strings in SubStringKey (issue 143303002)

2014-01-20 Thread ulan
Committed patchset #2 manually as r18692 (presubmit successful). https://codereview.chromium.org/143303002/ -- -- 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] Issue 3107 in v8: Fails to build V8 3.24.14 with snapshot on OSX, when compiling as shared libraries

2014-01-20 Thread codesite-noreply
Status: New Owner: New issue 3107 by pe...@olssononline.se: Fails to build V8 3.24.14 with snapshot on OSX, when compiling as shared libraries http://code.google.com/p/v8/issues/detail?id=3107 The following errors occurs, it seems it tries to load icu libraries from a location where th

[v8-dev] Re: Issue 3105 in v8: Not possible to build x64 target on a Windows 32-bit host

2014-01-20 Thread codesite-noreply
Updates: Status: Assigned Owner: jkumme...@chromium.org Cc: -jkumme...@chromium.org Comment #6 on issue 3105 by svenpa...@chromium.org: Not possible to build x64 target on a Windows 32-bit host http://code.google.com/p/v8/issues/detail?id=3105 @Jakob: Feel free to re-a

[v8-dev] Re: Enable incremental marking when --expose-gc is turned on. (issue 139343007)

2014-01-20 Thread hpayer
https://codereview.chromium.org/139343007/diff/1/src/heap.cc File src/heap.cc (right): https://codereview.chromium.org/139343007/diff/1/src/heap.cc#newcode5609 src/heap.cc:5609: kReduceMemoryFootprintMask | kAbortIncrementalMarkingMask, On 2014/01/20 14:09:30, Michael Starzinger wrote: This not

[v8-dev] Re: Experimental lexer: add handling of sliced strings in SubStringKey (issue 143303002)

2014-01-20 Thread dcarney
lgtm https://codereview.chromium.org/143303002/ -- -- 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: Generalize internalization of substrings. (issue 143223004)

2014-01-20 Thread dcarney
lgtm https://codereview.chromium.org/143223004/ -- -- 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 3105 in v8: Not possible to build x64 target on a Windows 32-bit host

2014-01-20 Thread codesite-noreply
Comment #5 on issue 3105 by pe...@olssononline.se: Not possible to build x64 target on a Windows 32-bit host http://code.google.com/p/v8/issues/detail?id=3105 Yes, correct. In Linux and Mac OSX this works as expected. But the solution files generated for Windows still tries to build these p

[v8-dev] Re: Issue 3105 in v8: Not possible to build x64 target on a Windows 32-bit host

2014-01-20 Thread codesite-noreply
Updates: Cc: jkumme...@chromium.org Comment #4 on issue 3105 by svenpa...@chromium.org: Not possible to build x64 target on a Windows 32-bit host http://code.google.com/p/v8/issues/detail?id=3105 For Linux platforms, mksnapshot is definitely not generated with snapshot=off. Either w

[v8-dev] Re: Enable incremental marking when --expose-gc is turned on. (issue 139343007)

2014-01-20 Thread hpayer
Committed patchset #3 manually as r18691 (presubmit successful). https://codereview.chromium.org/139343007/ -- -- 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] r18691 committed - Enable incremental marking when --expose-gc is turned on....

2014-01-20 Thread codesite-noreply
Revision: 18691 Author: hpa...@chromium.org Date: Mon Jan 20 14:14:07 2014 UTC Log: Enable incremental marking when --expose-gc is turned on. BUG= R=mstarzin...@chromium.org, u...@chromium.org Review URL: https://codereview.chromium.org/139343007 http://code.google.com/p/v8/source/det

[v8-dev] Re: Enable incremental marking when --expose-gc is turned on. (issue 139343007)

2014-01-20 Thread mstarzinger
LGTM with one comment. https://codereview.chromium.org/139343007/diff/1/src/heap.cc File src/heap.cc (right): https://codereview.chromium.org/139343007/diff/1/src/heap.cc#newcode5609 src/heap.cc:5609: kReduceMemoryFootprintMask | kAbortIncrementalMarkingMask, This not only removes the special h

[v8-dev] Re: Issue 3105 in v8: Not possible to build x64 target on a Windows 32-bit host

2014-01-20 Thread codesite-noreply
Comment #3 on issue 3105 by pe...@olssononline.se: Not possible to build x64 target on a Windows 32-bit host http://code.google.com/p/v8/issues/detail?id=3105 Thanks for your comment. However, as I said in my report, even when providing -Dv8_use_snapshot=false when generating the Visual Stu

[v8-dev] Re: Enable incremental marking when --expose-gc is turned on. (issue 139343007)

2014-01-20 Thread ulan
the idle notification changes lgtm https://codereview.chromium.org/139343007/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and

[v8-dev] Re: Issue 3105 in v8: Not possible to build x64 target on a Windows 32-bit host

2014-01-20 Thread codesite-noreply
Updates: Status: Invalid Comment #2 on issue 3105 by svenpa...@chromium.org: Not possible to build x64 target on a Windows 32-bit host http://code.google.com/p/v8/issues/detail?id=3105 As you've figure out already, to build with a snapshot, you would need to be able to run target co

[v8-dev] Enable incremental marking when --expose-gc is turned on. (issue 139343007)

2014-01-20 Thread hpayer
Reviewers: Michael Starzinger, ulan, Description: Enable incremental marking when --expose-gc is turned on. BUG= Please review this at https://codereview.chromium.org/139343007/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+11, -14 lines): M src/extensions/

[v8-dev] Re: Issue 3072 in v8: does not link when using clang++ -stdlib=libc++

2014-01-20 Thread codesite-noreply
Comment #3 on issue 3072 by pe...@olssononline.se: does not link when using clang++ -stdlib=libc++ http://code.google.com/p/v8/issues/detail?id=3072 Has anyone succeeded to find a workaround for this? I had to give up static linking on OSX, and use dynamic linking instead. -- You received

[v8-dev] Issue 3106 in v8: Build on ARM seems to be broken - it adds "-m32" even if the compiler doesn't support it

2014-01-20 Thread codesite-noreply
Status: New Owner: New issue 3106 by pe...@olssononline.se: Build on ARM seems to be broken - it adds "-m32" even if the compiler doesn't support it http://code.google.com/p/v8/issues/detail?id=3106 It looks like it's ok for the actual V8 stuff, but the gyp file for ICU doesn't seem to

[v8-dev] Re: Issue 3105 in v8: Not possible to build x64 target on a Windows 32-bit host

2014-01-20 Thread codesite-noreply
Comment #1 on issue 3105 by pe...@olssononline.se: Not possible to build x64 target on a Windows 32-bit host http://code.google.com/p/v8/issues/detail?id=3105 This problem occurs in a new module I've commited to FreeSWITCH, for more detailed info look here: http://jira.freeswitch.org/browse

[v8-dev] Issue 3105 in v8: Not possible to build x64 target on a Windows 32-bit host

2014-01-20 Thread codesite-noreply
Status: New Owner: New issue 3105 by pe...@olssononline.se: Not possible to build x64 target on a Windows 32-bit host http://code.google.com/p/v8/issues/detail?id=3105 Due to the snapshot feature it's not possible to build Windows x64 target using Visual Studio, when building on a 32-b

[v8-dev] Re: Array constructor shouldn't require a Cell, just an AllocationSite. (issue 140963004)

2014-01-20 Thread mvstanton
Updated, thx for comments! --Michael https://codereview.chromium.org/140963004/diff/30001/src/arm/code-stubs-arm.cc File src/arm/code-stubs-arm.cc (left): https://codereview.chromium.org/140963004/diff/30001/src/arm/code-stubs-arm.cc#oldcode5627 src/arm/code-stubs-arm.cc:5627: __ CompareRoot(r5

[v8-dev] Re: Add hydrogen support for ArrayPop, and remove the handwritten call stubs. (issue 137783023)

2014-01-20 Thread verwaest
https://codereview.chromium.org/137783023/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/137783023/diff/1/src/hydrogen.cc#newcode7645 src/hydrogen.cc:7645: bounds_check, elements_kind, false); Will do so. On 2014/01/20 12:45:39, mvstanton wrote: Can we mak

[v8-dev] Re: Speed up some mjsunit test cases and clean up test expectations for arm and mips. (issue 138503008)

2014-01-20 Thread machenbach
ping https://codereview.chromium.org/138503008/ -- -- 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] Turn ArrayPush into a stub specialized on the elements kind and argc. (issue 143213003)

2014-01-20 Thread verwaest
Reviewers: mvstanton, Message: PTAL Description: Turn ArrayPush into a stub specialized on the elements kind and argc. BUG= Please review this at https://codereview.chromium.org/143213003/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+625, -731 lines): M s

[v8-dev] Re: Add hydrogen support for ArrayPop, and remove the handwritten call stubs. (issue 137783023)

2014-01-20 Thread mvstanton
Hi Toon, looks great, I just have a couple comments. thx, --Michael https://codereview.chromium.org/137783023/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/137783023/diff/1/src/hydrogen.cc#newcode7645 src/hydrogen.cc:7645: bounds_check, elements_kind, fals

[v8-dev] Experimental lexer: add handling of sliced strings in SubStringKey (issue 143303002)

2014-01-20 Thread ulan
Reviewers: dcarney, marja, Message: PTAL. I didn't go with GetFlatContent of a string because it is too generic. It checks for (sliced/seq/ext)*(one/two byte). Instead, I make sure that only seq/ext strings are stored in SubStringKey. Since the char type is a template, this requires only on

[v8-dev] Move the management of the already swept pages to MarkCompactCollector (issue 143283002)

2014-01-20 Thread jochen
Reviewers: Hannes Payer, Message: plz review Description: Move the management of the already swept pages to MarkCompactCollector That way, MCC doesn't need to know about the state the threads are in to steal free memory from them. BUG=v8:3104 R=hpa...@chromium.org LOG=n Please review this at

[v8-dev] [v8] r18690 committed - Fix *.py and *.jinja in build rules. They don't really work....

2014-01-20 Thread codesite-noreply
Revision: 18690 Author: ma...@chromium.org Date: Mon Jan 20 12:27:20 2014 UTC Log: Fix *.py and *.jinja in build rules. They don't really work. Unfortunately, the suggested way to get this to work is to list the files explicitly. TBR=u...@chromium.org BUG= Review URL: https://coderev

[v8-dev] Fix *.py and *.jinja in build rules. They don't really work. (issue 137713003)

2014-01-20 Thread marja
Reviewers: ulan, Message: Committed patchset #1 manually as r18690 (presubmit successful). Description: Fix *.py and *.jinja in build rules. They don't really work. Unfortunately, the suggested way to get this to work is to list the files explicitly. TBR=u...@chromium.org BUG= Committed: http

[v8-dev] Re: Array constructor shouldn't require a Cell, just an AllocationSite. (issue 140963004)

2014-01-20 Thread bmeurer
https://codereview.chromium.org/140963004/diff/30001/src/arm/code-stubs-arm.cc File src/arm/code-stubs-arm.cc (left): https://codereview.chromium.org/140963004/diff/30001/src/arm/code-stubs-arm.cc#oldcode5627 src/arm/code-stubs-arm.cc:5627: __ CompareRoot(r5, Heap::kAllocationSiteMapRootIndex);

[v8-dev] Array constructor shouldn't require a Cell, just an AllocationSite. (issue 140963004)

2014-01-20 Thread mvstanton
Reviewers: Benedikt Meurer, Message: Hi Benedikt, here is a CL that removes a dependency on a type cell in the other direction. No hurry, thanks for a look when you can, --Michael Description: Array constructor shouldn't require a Cell, just an AllocationSite. The Array constructor has a nee

[v8-dev] Re: Explicitly initialize MarkCompactCollector and ExternalStringTable (issue 143063003)

2014-01-20 Thread jochen
Committed patchset #1 manually as r18689 (presubmit successful). https://codereview.chromium.org/143063003/ -- -- 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] r18689 committed - Explicitly initialize MarkCompactCollector and ExternalStringTable...

2014-01-20 Thread codesite-noreply
Revision: 18689 Author: joc...@chromium.org Date: Mon Jan 20 11:57:56 2014 UTC Log: Explicitly initialize MarkCompactCollector and ExternalStringTable BUG=none R=dcar...@chromium.org LOG=n Review URL: https://codereview.chromium.org/143063003 http://code.google.com/p/v8/source/detail?

[v8-dev] Re: DoubleToIStub can't use ip on armv6, because the ubfx impl will clobber it (issue 131823004)

2014-01-20 Thread rmcilroy
On 2014/01/20 11:30:55, rmcilroy wrote: Committed patchset #5 manually as r18688 (presubmit successful). I just landed this. Thanks for the fix Mostyn! https://codereview.chromium.org/131823004/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You

[v8-dev] Re: DoubleToIStub can't use ip on armv6, because the ubfx impl will clobber it (issue 131823004)

2014-01-20 Thread rmcilroy
Committed patchset #5 manually as r18688 (presubmit successful). https://codereview.chromium.org/131823004/ -- -- 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] r18688 committed - DoubleToIStub can't use ip on armv6, because the ubfx impl will clobbe...

2014-01-20 Thread codesite-noreply
Revision: 18688 Author: rmcil...@chromium.org Date: Mon Jan 20 11:30:48 2014 UTC Log: DoubleToIStub can't use ip on armv6, because the ubfx impl will clobber it This previous change broke DoubleToIStub on armv6: https://code.google.com/p/v8/source/detail?r=16322 The problem is that

[v8-dev] Generalize internalization of substrings. (issue 143223004)

2014-01-20 Thread ulan
Reviewers: dcarney, Sven Panne, Message: PTAL. This is a cherry-pick from experimental lexer. Description: Generalize internalization of substrings. Make a template version of SubStringKey, which allows internalization of substrings of sequential and external strings. R=svenpa...@chromium.org,

[v8-dev] Re: Issue 3102 in v8: V8 should not use non-POD function static variables

2014-01-20 Thread codesite-noreply
Issue 3102: V8 should not use non-POD function static variables http://code.google.com/p/v8/issues/detail?id=3102 This issue is now blocking issue chromium:333871. See http://code.google.com/p/chromium/issues/detail?id=333871 -- You received this message because you are listed in the owner or CC

[v8-dev] Re: ES6: Implement Object.setPrototypeOf (issue 141913002)

2014-01-20 Thread dslomov
On 2014/01/20 10:38:09, Dmitry Lomov (chromium) wrote: Committed patchset #4 manually as r18685 (presubmit successful). Reverted in r18687 for breaking webkit tests: http://build.chromium.org/p/client.v8/builders/V8%20Linux64/builds/8452/steps/OptimizeForSize/logs/stdio https://codereview.chro

[v8-dev] [v8] r18687 committed - Revert "ES6: Implement Object.setPrototypeOf"...

2014-01-20 Thread codesite-noreply
Revision: 18687 Author: dslo...@chromium.org Date: Mon Jan 20 10:59:07 2014 UTC Log: Revert "ES6: Implement Object.setPrototypeOf" This reverts commit r18685 for breaking WebKit tests. TBR=a...@chromium.org http://code.google.com/p/v8/source/detail?r=18687 Deleted: /branches/bleedin

[v8-dev] Re: Issue 1775 in v8: d8.gyp should allow building d8#host for chrome/chrome_tests.gypi:browser_tests

2014-01-20 Thread codesite-noreply
Updates: Status: Fixed Comment #6 on issue 1775 by joc...@chromium.org: d8.gyp should allow building d8#host for chrome/chrome_tests.gypi:browser_tests http://code.google.com/p/v8/issues/detail?id=1775 (No comment was entered for this change.) -- You received this message because thi

[v8-dev] Experimental lexer: fix style issues. (issue 143223002)

2014-01-20 Thread ulan
Reviewers: marja, Message: Committed patchset #1 manually as r18686 (presubmit successful). Description: Experimental lexer: fix style issues. TBR=ma...@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=18686 Please review this at https://codereview.chromium.org/143223002/

[v8-dev] [v8] r18686 committed - Experimental lexer: fix style issues....

2014-01-20 Thread codesite-noreply
Revision: 18686 Author: u...@chromium.org Date: Mon Jan 20 10:43:27 2014 UTC Log: Experimental lexer: fix style issues. TBR=ma...@chromium.org Review URL: https://codereview.chromium.org/143223002 http://code.google.com/p/v8/source/detail?r=18686 Modified: /branches/experimental/par

[v8-dev] Re: Explicitly initialize MarkCompactCollector and ExternalStringTable (issue 143063003)

2014-01-20 Thread dcarney
lgtm https://codereview.chromium.org/143063003/ -- -- 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: ES6: Implement Object.setPrototypeOf (issue 141913002)

2014-01-20 Thread dslomov
Committed patchset #4 manually as r18685 (presubmit successful). https://codereview.chromium.org/141913002/ -- -- 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] r18685 committed - ES6: Implement Object.setPrototypeOf...

2014-01-20 Thread codesite-noreply
Revision: 18685 Author: dslo...@chromium.org Date: Mon Jan 20 10:38:01 2014 UTC Log: ES6: Implement Object.setPrototypeOf http://people.mozilla.org/~jorendorff/es6-draft.html#sec-object.setprototypeof This just exposes the internal %SetPrototype and adds all the required type checks a

[v8-dev] Explicitly initialize MarkCompactCollector and ExternalStringTable (issue 143063003)

2014-01-20 Thread jochen
Reviewers: dcarney, Message: plz review Description: Explicitly initialize MarkCompactCollector and ExternalStringTable BUG=none R=dcar...@chromium.org LOG=n Please review this at https://codereview.chromium.org/143063003/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affect

[v8-dev] Re: ES6: Implement Object.setPrototypeOf (issue 141913002)

2014-01-20 Thread dslomov
On 2014/01/20 10:27:50, rossberg wrote: lgtm I'll land https://codereview.chromium.org/141913002/ -- -- 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 unsubscr

[v8-dev] Re: ES6: Implement Object.setPrototypeOf (issue 141913002)

2014-01-20 Thread rossberg
lgtm https://codereview.chromium.org/141913002/ -- -- 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] [v8] r18684 committed - Merge missing r18658 from bleeding_edge and add missing files....

2014-01-20 Thread codesite-noreply
Revision: 18684 Author: u...@chromium.org Date: Mon Jan 20 09:56:42 2014 UTC Log: Merge missing r18658 from bleeding_edge and add missing files. BUG= TBR=ma...@chromium.org Review URL: https://codereview.chromium.org/138843005 http://code.google.com/p/v8/source/detail?r=18684 Added:

[v8-dev] Merge missing r18658 from bleeding_edge and add missing files. (issue 138843005)

2014-01-20 Thread ulan
Reviewers: marja, Message: Committed patchset #2 manually as r18684 (presubmit successful). Description: Merge missing r18658 from bleeding_edge and add missing files. BUG= TBR=ma...@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=18684 Please review this at https://coder

[v8-dev] Re: Move the temporary private freelist closer to where it's used (issue 143193002)

2014-01-20 Thread jochen
I ran golem jobs against r18668 https://codereview.chromium.org/143193002/ -- -- 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 st

[v8-dev] Re: String:WriteUtf8: Add REPLACE_INVALID_UTF8 option (issue 121173009)

2014-01-20 Thread dcarney
Committed patchset #9 manually as r18683 (presubmit successful). https://codereview.chromium.org/121173009/ -- -- 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] r18683 committed - String:WriteUtf8: Add REPLACE_INVALID_UTF8 option...

2014-01-20 Thread codesite-noreply
Revision: 18683 Author: dcar...@chromium.org Date: Mon Jan 20 09:52:54 2014 UTC Log: String:WriteUtf8: Add REPLACE_INVALID_UTF8 option This patch makes String::WriteUtf8 replace invalid code points (i.e. unmatched surrogates) with the unicode replacement character when REPLACE_INVA

[v8-dev] [v8] r18682 committed - We no longer need to recover type cells from the oracle....

2014-01-20 Thread codesite-noreply
Revision: 18682 Author: mvstan...@chromium.org Date: Mon Jan 20 09:48:05 2014 UTC Log: We no longer need to recover type cells from the oracle. We only need the values within them. Function calls to Array from optimized code needed the cell in the past, but no longer. R=bmeu...@chr

[v8-dev] Re: We no longer need to recover type cells from the oracle. (issue 141893002)

2014-01-20 Thread mvstanton
Committed patchset #2 manually as r18682 (presubmit successful). https://codereview.chromium.org/141893002/ -- -- 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] Move the temporary private freelist closer to where it's used (issue 143193002)

2014-01-20 Thread jochen
Reviewers: Hannes Payer, Message: plz review Description: Move the temporary private freelist closer to where it's used BUG=v8:3104 R=hpa...@chromium.org LOG=n Please review this at https://codereview.chromium.org/143193002/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affe

  1   2   >