[v8-dev] Re: Implement --omit, --raw_[context_]file=... for mksnapshot tool. (issue 249283002)

2014-04-23 Thread svenpanne
https://codereview.chromium.org/249283002/diff/20001/src/flag-definitions.h File src/flag-definitions.h (right): https://codereview.chromium.org/249283002/diff/20001/src/flag-definitions.h#newcode660 src/flag-definitions.h:660: DEFINE_bool(omit, false, "Omit raw snapshot bytes in generated code.

[v8-dev] Re: Dictionary::DeleteProperty() handlified. (issue 250023002)

2014-04-23 Thread yangguo
On 2014/04/23 19:26:22, Igor Sheludko wrote: PTAL #9 lgtm. https://codereview.chromium.org/250023002/ -- -- 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 unsu

[v8-dev] Re: Dictionary::New() handlified. (issue 246743003)

2014-04-23 Thread yangguo
lgtm https://codereview.chromium.org/246743003/ -- -- 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: Dictionary::Add() handlified. (issue 249723004)

2014-04-23 Thread yangguo
On 2014/04/23 19:19:51, Igor Sheludko wrote: PTAL #6 lgtm. https://codereview.chromium.org/249723004/ -- -- 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 unsu

[v8-dev] Re: CodeStubs contain their corresponding Isolate* now. (part 1) (issue 246643014)

2014-04-23 Thread svenpanne
Committed patchset #2 manually as r20919 (presubmit successful). https://codereview.chromium.org/246643014/ -- -- 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: Dictionary::AtPut() handlified. (issue 249883003)

2014-04-23 Thread yangguo
lgtm. https://codereview.chromium.org/249883003/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/249883003/diff/1/src/objects.cc#newcode15955 src/objects.cc:15955: USE(k); Yeah this seems weird to have. https://codereview.chromium.org/249883003/ -- -- v8-dev

[v8-dev] Re: *NumberDictionary::AtNumberPut() handlified. (issue 250003002)

2014-04-23 Thread yangguo
On 2014/04/23 19:15:50, Igor Sheludko wrote: PTAL #4 lgtm. https://codereview.chromium.org/250003002/ -- -- 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 unsu

[v8-dev] Re: CodeStubs contain their corresponding Isolate* now. (part 1) (issue 246643014)

2014-04-23 Thread svenpanne
Addressed comments, landing... https://codereview.chromium.org/246643014/diff/1/src/arm/code-stubs-arm.cc File src/arm/code-stubs-arm.cc (left): https://codereview.chromium.org/246643014/diff/1/src/arm/code-stubs-arm.cc#oldcode3787 src/arm/code-stubs-arm.cc:3787: On 2014/04/23 13:58:21, Michael

[v8-dev] Re: *NumberDictionary::AddNumberEntry() handlified. (issue 249993002)

2014-04-23 Thread yangguo
On 2014/04/23 19:14:01, Igor Sheludko wrote: PTAL #3 lgtm. https://codereview.chromium.org/249993002/ -- -- 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 unsu

[v8-dev] Re: Add tests for generator/debugger interaction (issue 247003004)

2014-04-23 Thread yangguo
On 2014/04/23 15:39:32, wingo wrote: Updated patchset, ptal. lgtm. https://codereview.chromium.org/247003004/ -- -- 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: *NumberDictionary::Set() handlified. (issue 249973002)

2014-04-23 Thread yangguo
On 2014/04/23 19:13:02, Igor Sheludko wrote: PTAL #2 lgtm. https://codereview.chromium.org/249973002/ -- -- 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 unsu

[v8-dev] Re: Issue 3284 in v8: Optimization corner case causing a string to not be == to an identical string

2014-04-23 Thread codesite-nore...@google.com via v8-dev
Updates: Status: Duplicate Mergedinto: chromium:346587 Comment #2 on issue 3284 by yang...@chromium.org: Optimization corner case causing a string to not be == to an identical string http://code.google.com/p/v8/issues/detail?id=3284 Seems like a duplicate of an already fixed i

[v8-dev] [v8] r20918 committed - Fix C++ type of Factory::NewFixedDoubleArray....

2014-04-23 Thread codesite-nore...@google.com via v8-dev
Revision: 20918 Author: ja...@chromium.org Date: Thu Apr 24 05:29:00 2014 UTC Log: Fix C++ type of Factory::NewFixedDoubleArray. The change fixes the C++ type of Factory::NewFixedDoubleArray to reflect the empty array case, where we return an empty FixedArray (rather than FixedDoubleAr

[v8-dev] Re: Fix C++ type of Factory::NewFixedDoubleArray. (issue 249593002)

2014-04-23 Thread jarin
Committed patchset #2 manually as r20918 (presubmit successful). https://codereview.chromium.org/249593002/ -- -- 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: Let releases script retrieve information about chromium branches. (issue 238443005)

2014-04-23 Thread jarin
lgtm https://codereview.chromium.org/238443005/ -- -- 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 2543 in v8: ARMv5 Illegal Instruction vpush even with vfp2=off and vfp3=off

2014-04-23 Thread codesite-nore...@google.com via v8-dev
Comment #8 on issue 2543 by polt...@gmail.com: ARMv5 Illegal Instruction vpush even with vfp2=off and vfp3=off http://code.google.com/p/v8/issues/detail?id=2543 What was the solution for this last year? I've a pretty similar problem with the same CPU. http://code.google.com/p/v8/issues/deta

[v8-dev] [v8] r20917 committed - Tagging version 3.26.23

2014-04-23 Thread codesite-nore...@google.com via v8-dev
Revision: 20917 Author: machenb...@chromium.org Date: Thu Apr 24 00:05:40 2014 UTC Log: Tagging version 3.26.23 http://code.google.com/p/v8/source/detail?r=20917 Added: /tags/3.26.23 -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You rece

[v8-dev] Store JSGlobalProxy's identity hash directly on the proxy itself (issue 254433002)

2014-04-23 Thread adamk
Reviewers: Toon Verwaest, Description: Store JSGlobalProxy's identity hash directly on the proxy itself Previously, the hash was stored on the underlying global object, since it was stored in the hidden property table. This patch moves to an implementation modeled on JSProxy, adding a new 'hash'

[v8-dev] Re: Tiny cleanup. (issue 247953003)

2014-04-23 Thread ishell
Please ignore this for now, it fails on cctest/test-strings/StringOOMInternalizeUtf8String https://codereview.chromium.org/247953003/ -- -- 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 Gr

[v8-dev] Dictionary::DeleteProperty() handlified. (issue 250023002)

2014-04-23 Thread ishell
Reviewers: Yang, Message: PTAL #9 Description: Dictionary::DeleteProperty() handlified. Please review this at https://codereview.chromium.org/250023002/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+13, -39 lines): M src/objects.h M src/objects.cc Index

[v8-dev] Dictionary::New() handlified. (issue 246743003)

2014-04-23 Thread ishell
Reviewers: Yang, Message: PTAL #8 Description: Dictionary::New() handlified. Please review this at https://codereview.chromium.org/246743003/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+27, -101 lines): M src/factory.h M src/factory.cc M src/heap.cc

[v8-dev] Dictionary::GenerateNewEnumerationIndices() and Dictionary::EnsureCapacity() handlified. (issue 250013002)

2014-04-23 Thread ishell
Reviewers: yangguo, Message: PTAL #7 Description: Dictionary::GenerateNewEnumerationIndices() and Dictionary::EnsureCapacity() handlified. Please review this at https://codereview.chromium.org/250013002/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+43, -62 l

[v8-dev] Dictionary::Add() handlified. (issue 249723004)

2014-04-23 Thread ishell
Reviewers: Yang, Message: PTAL #6 Description: Dictionary::Add() handlified. Please review this at https://codereview.chromium.org/249723004/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+38, -54 lines): M src/factory.cc M src/objects.h M src/objects.cc

[v8-dev] Dictionary::AtPut() handlified. (issue 249883003)

2014-04-23 Thread ishell
Reviewers: Yang, Message: PTAL #5 Description: Dictionary::AtPut() handlified. Please review this at https://codereview.chromium.org/249883003/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+47, -31 lines): M src/objects.h M src/objects.cc M src/objects-

[v8-dev] *NumberDictionary::AtNumberPut() handlified. (issue 250003002)

2014-04-23 Thread ishell
Reviewers: Yang, Message: PTAL #4 Description: *NumberDictionary::AtNumberPut() handlified. Please review this at https://codereview.chromium.org/250003002/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+29, -43 lines): M src/code-stubs.cc M src/factory.h

[v8-dev] *NumberDictionary::AddNumberEntry() handlified. (issue 249993002)

2014-04-23 Thread ishell
Reviewers: Yang, Message: PTAL #3 Description: *NumberDictionary::AddNumberEntry() handlified. Please review this at https://codereview.chromium.org/249993002/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+8, -21 lines): M src/objects.h M src/objects.cc

[v8-dev] *NumberDictionary::Set() handlified. (issue 249973002)

2014-04-23 Thread ishell
Reviewers: Yang, Message: PTAL #2 Description: *NumberDictionary::Set() handlified. Please review this at https://codereview.chromium.org/249973002/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+42, -43 lines): M src/objects.h M src/objects.cc M src/obj

[v8-dev] Tiny cleanup. (issue 247953003)

2014-04-23 Thread ishell
Reviewers: Yang, Message: PTAL Description: Tiny cleanup. Please review this at https://codereview.chromium.org/247953003/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+3, -5 lines): M src/api.cc M src/objects.cc Index: src/api.cc diff --git a/src/api.c

[v8-dev] Re: Implement --omit, --raw_[context_]file=... for mksnapshot tool. (issue 249283002)

2014-04-23 Thread Daniel Vogelheim
On Wed, Apr 23, 2014 at 5:23 PM, wrote: > lgtm > > I guess make quickcheck still passes with this? > Indeed. -- -- 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.

Re: [v8-dev] [v8] r20914 committed - Clean up some uses of Failures and MaybeObjects....

2014-04-23 Thread 'Yang Guo ' via v8-dev
Yep. Or at least restricted to the heap. We are actively working towards removing MaybeObjects from non GC-related places. Yang On Apr 23, 2014 5:57 PM, "Andy Wingo" wrote: > On Wed 23 Apr 2014 17:08, "codesite-nore...@google.com via v8-dev" < > v8-dev@googlegroups.com> writes: > > > Revision: 2

[v8-dev] Re: Fix C++ type of Factory::NewFixedDoubleArray. (issue 249593002)

2014-04-23 Thread mvstanton
lgtm https://codereview.chromium.org/249593002/diff/1/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/249593002/diff/1/src/builtins.cc#newcode473 src/builtins.cc:473: new_elms = Handle::cast( Might have a comment that this is safe because we know capacity > 0. h

Re: [v8-dev] [v8] r20914 committed - Clean up some uses of Failures and MaybeObjects....

2014-04-23 Thread Andy Wingo
On Wed 23 Apr 2014 17:08, "codesite-nore...@google.com via v8-dev" writes: > Revision: 20914 > Author: yang...@chromium.org > Date: Wed Apr 23 15:08:03 2014 UTC > Log: Clean up some uses of Failures and MaybeObjects. > > R=mstarzin...@chromium.org What's the logic here? (Not questio

[v8-dev] Re: StringTable::LookupKey() and all callers handlified. (issue 249103002)

2014-04-23 Thread ishell
Committed patchset #2 manually as r20915 (presubmit successful). https://codereview.chromium.org/249103002/ -- -- 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: StringTable::LookupKey() and all callers handlified. (issue 249103002)

2014-04-23 Thread ishell
https://codereview.chromium.org/249103002/diff/1/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/249103002/diff/1/src/mark-compact.cc#newcode2150 src/mark-compact.cc:2150: // String table could have already been marked via handle scope iteration. On 2014/04/

[v8-dev] Fix C++ type of Factory::NewFixedDoubleArray. (issue 249593002)

2014-04-23 Thread jarin
Reviewers: mvstanton, Description: Fix C++ type of Factory::NewFixedDoubleArray. The change fixes the C++ type of Factory::NewFixedDoubleArray to reflect the empty array case, where we return an empty FixedArray (rather than FixedDoubleArray). R=mvstan...@chromium.org BUG= Please review this a

[v8-dev] [v8] r20915 committed - StringTable::LookupKey() and all callers handlified....

2014-04-23 Thread codesite-nore...@google.com via v8-dev
Revision: 20915 Author: ish...@chromium.org Date: Wed Apr 23 15:43:39 2014 UTC Log: StringTable::LookupKey() and all callers handlified. R=yang...@chromium.org Review URL: https://codereview.chromium.org/249103002 http://code.google.com/p/v8/source/detail?r=20915 Modified: /branches

[v8-dev] Re: Add tests for generator/debugger interaction (issue 247003004)

2014-04-23 Thread wingo
Updated patchset, ptal. https://codereview.chromium.org/247003004/ -- -- 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 recei

[v8-dev] ARM64: Slightly improve MacroAssembler::Allocate. (issue 247533005)

2014-04-23 Thread jacob . bramley
Reviewers: ulan, jochen, Description: ARM64: Slightly improve MacroAssembler::Allocate. BUG= Please review this at https://codereview.chromium.org/247533005/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+12, -14 lines): M src/arm64/constants-arm64.h M src

[v8-dev] Re: Issue 3284 in v8: Optimization corner case causing a string to not be == to an identical string

2014-04-23 Thread codesite-nore...@google.com via v8-dev
Updates: Status: Assigned Owner: yang...@chromium.org Comment #1 on issue 3284 by yang...@chromium.org: Optimization corner case causing a string to not be == to an identical string http://code.google.com/p/v8/issues/detail?id=3284 (No comment was entered for this change.) --

[v8-dev] Re: Implement --omit, --raw_[context_]file=... for mksnapshot tool. (issue 249283002)

2014-04-23 Thread jochen
lgtm I guess make quickcheck still passes with this? https://codereview.chromium.org/249283002/ -- -- 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

[v8-dev] Re: StringTable::LookupKey() and all callers handlified. (issue 249103002)

2014-04-23 Thread yangguo
LGTM https://codereview.chromium.org/249103002/diff/1/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/249103002/diff/1/src/mark-compact.cc#newcode2150 src/mark-compact.cc:2150: // String table could have already been marked via handle scope iteration. I wou

[v8-dev] [v8] r20914 committed - Clean up some uses of Failures and MaybeObjects....

2014-04-23 Thread codesite-nore...@google.com via v8-dev
Revision: 20914 Author: yang...@chromium.org Date: Wed Apr 23 15:08:03 2014 UTC Log: Clean up some uses of Failures and MaybeObjects. R=mstarzin...@chromium.org Review URL: https://codereview.chromium.org/245963007 http://code.google.com/p/v8/source/detail?r=20914 Modified: /branche

[v8-dev] Re: Clean up some uses of Failures and MaybeObjects. (issue 245963007)

2014-04-23 Thread yangguo
Committed patchset #3 manually as r20914 (presubmit successful). https://codereview.chromium.org/245963007/ -- -- 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: Clean up some uses of Failures and MaybeObjects. (issue 245963007)

2014-04-23 Thread yangguo
https://codereview.chromium.org/245963007/diff/20001/src/objects.h File src/objects.h (right): https://codereview.chromium.org/245963007/diff/20001/src/objects.h#newcode1680 src/objects.h:1680: // 01 NOT_FOUND On 2014/04/23 14:34:52, Michael Starzinger wrote: nit: This NOT_FOUND constant does

[v8-dev] Re: Move bug 3280 regression test to mjsunit/harmony (issue 248483004)

2014-04-23 Thread wingo
Committed patchset #1 manually as r20913 (presubmit successful). https://codereview.chromium.org/248483004/ -- -- 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] r20913 committed - Move bug 3280 regression test to mjsunit/harmony...

2014-04-23 Thread codesite-nore...@google.com via v8-dev
Revision: 20913 Author: wi...@igalia.com Date: Wed Apr 23 15:01:30 2014 UTC Log: Move bug 3280 regression test to mjsunit/harmony R=yang...@chromium.org BUG= Review URL: https://codereview.chromium.org/248483004 http://code.google.com/p/v8/source/detail?r=20913 Added: /branches/blee

[v8-dev] Trigger debug event on not yet caught exception in promises. (issue 249503002)

2014-04-23 Thread yangguo
Reviewers: rossberg, Message: First draft of this. I still have to write a test case for a custom deferred for which the reject throws. Maybe some more test cases that I can't think of are missing? Description: Trigger debug event on not yet caught exception in promises. R=rossb...@chromiu

[v8-dev] Re: Clean up some uses of Failures and MaybeObjects. (issue 245963007)

2014-04-23 Thread mstarzinger
LGTM with comments. https://codereview.chromium.org/245963007/diff/20001/src/objects.h File src/objects.h (right): https://codereview.chromium.org/245963007/diff/20001/src/objects.h#newcode1680 src/objects.h:1680: // 01 NOT_FOUND nit: This NOT_FOUND constant doesn't seem to exist, can we drop

[v8-dev] Re: Fix the Array.push simulate for non-effect context. (issue 246543007)

2014-04-23 Thread jarin
Reviewers: danno, danno-g, Message: Committed patchset #1 manually as r20912 (presubmit successful). Description: Fix the Array.push simulate for non-effect context. R=da...@google.com, da...@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=20912 Please review this at

[v8-dev] [v8] r20912 committed - Fix the Array.push simulate for non-effect context....

2014-04-23 Thread codesite-nore...@google.com via v8-dev
Revision: 20912 Author: ja...@chromium.org Date: Wed Apr 23 14:26:53 2014 UTC Log: Fix the Array.push simulate for non-effect context. R=da...@google.com, da...@chromium.org BUG= Review URL: https://codereview.chromium.org/246543007 http://code.google.com/p/v8/source/detail?r=20912 A

[v8-dev] Fix the Array.push simulate for non-effect context. (issue 246543007)

2014-04-23 Thread da...@google.com via v8-dev
lgtm https://codereview.chromium.org/246543007/ -- -- 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: CodeStubs contain their corresponding Isolate* now. (part 1) (issue 246643014)

2014-04-23 Thread mstarzinger
LGTM, just nits. https://codereview.chromium.org/246643014/diff/1/src/arm/code-stubs-arm.cc File src/arm/code-stubs-arm.cc (left): https://codereview.chromium.org/246643014/diff/1/src/arm/code-stubs-arm.cc#oldcode3787 src/arm/code-stubs-arm.cc:3787: nit: Can we get the empty newline back for re

[v8-dev] Issue 3284 in v8: Optimization corner case causing a string to not be == to an identical string

2014-04-23 Thread codesite-nore...@google.com via v8-dev
Status: New Owner: New issue 3284 by mari...@gmail.com: Optimization corner case causing a string to not be == to an identical string http://code.google.com/p/v8/issues/detail?id=3284 When running the attached file (I tested in Chrome 34 Linux and Chrome 33 Window), the following body

[v8-dev] Re: Convert function.prototype to API-style accessor. (issue 246693005)

2014-04-23 Thread yangguo
On 2014/04/23 13:29:56, ulan wrote: PTAL LGTM. Please make sure that we do have tests covering the exception case. https://codereview.chromium.org/246693005/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are

[v8-dev] Convert function.prototype to API-style accessor. (issue 246693005)

2014-04-23 Thread ulan
Reviewers: Yang, Message: PTAL Description: Convert function.prototype to API-style accessor. Please review this at https://codereview.chromium.org/246693005/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+44, -45 lines): M src/accessors.h M src/accessors.

[v8-dev] Remove static CallCompletedCallback handlers (issue 249313002)

2014-04-23 Thread jochen
Reviewers: Sven Panne, Description: Remove static CallCompletedCallback handlers BUG=none R=svenpa...@chromium.org LOG=y Please review this at https://codereview.chromium.org/249313002/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+51, -92 lines): M include

[v8-dev] Re: Fix deoptimization problem with inlined Array.push() (issue 247573008)

2014-04-23 Thread danno
Committed patchset #1 manually as r20911 (presubmit successful). https://codereview.chromium.org/247573008/ -- -- 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] r20911 committed - Fix deoptimization problem with inlined Array.push()...

2014-04-23 Thread codesite-nore...@google.com via v8-dev
Revision: 20911 Author: da...@chromium.org Date: Wed Apr 23 13:20:28 2014 UTC Log: Fix deoptimization problem with inlined Array.push() R=ja...@chromium.org LOG=N Review URL: https://codereview.chromium.org/247573008 http://code.google.com/p/v8/source/detail?r=20911 Added: /branches

[v8-dev] CodeStubs contain their corresponding Isolate* now. (part 1) (issue 246643014)

2014-04-23 Thread svenpanne
Reviewers: Michael Starzinger, Message: Long and boring, but mechanical... :-) Description: CodeStubs contain their corresponding Isolate* now. (part 1) This is a purely mechanical change, adding an Isolate* to the CodeStub constructor and a corresponding field plus a getter. A few methods in C

[v8-dev] Implement --omit, --raw_[context_]file=... for mksnapshot tool. (issue 249283002)

2014-04-23 Thread vogelheim
Reviewers: jochen, Sven Panne, Message: Next steps would be: 1, add a variable to gyp files to generate raw files. 2, add logic in Chromium to (statically) use these. 3, put the runtime part of mksnapshot behind an API (essentially, rip out SnapshotWriter), so this can (optionally) be don

[v8-dev] [v8] r20910 committed - Allow Object.defineProperty to update value of an API accessor....

2014-04-23 Thread codesite-nore...@google.com via v8-dev
Revision: 20910 Author: u...@chromium.org Date: Wed Apr 23 13:05:38 2014 UTC Log: Allow Object.defineProperty to update value of an API accessor. This is needed for converting internal accessors to API accessors and can break blink tests. BUG= R=yang...@chromium.org Review URL: ht

[v8-dev] Re: Allow Object.defineProperty to update value of an API accessor. (issue 240573004)

2014-04-23 Thread ulan
Committed patchset #2 manually as r20910 (presubmit successful). https://codereview.chromium.org/240573004/ -- -- 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 deoptimization problem with inlined Array.push() (issue 247573008)

2014-04-23 Thread jarin
lgtm https://codereview.chromium.org/247573008/ -- -- 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 deoptimization problem with inlined Array.push() (issue 247573008)

2014-04-23 Thread danno
Reviewers: jarin, Description: Fix deoptimization problem with inlined Array.push() R=ja...@chromium.org LOG=N Please review this at https://codereview.chromium.org/247573008/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+17, -4 lines): M src/deoptimizer.cc

[v8-dev] Re: Fix ToObject and Object.isSealed in four Array builtins. (issue 240223006)

2014-04-23 Thread mstarzinger
Committed patchset #1 manually as r20909 (presubmit successful). https://codereview.chromium.org/240223006/ -- -- 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] r20909 committed - Fix ToObject and Object.isSealed in four Array builtins....

2014-04-23 Thread codesite-nore...@google.com via v8-dev
Revision: 20909 Author: mstarzin...@chromium.org Date: Wed Apr 23 12:48:32 2014 UTC Log: Fix ToObject and Object.isSealed in four Array builtins. R=mvstan...@chromium.org TEST=mjsunit/regress/regress-builtinbust-6 Review URL: https://codereview.chromium.org/240223006 http://code.googl

[v8-dev] [v8] r20908 committed - Harden DefineOrRedefineDataProperty....

2014-04-23 Thread codesite-nore...@google.com via v8-dev
Revision: 20908 Author: u...@chromium.org Date: Wed Apr 23 12:28:50 2014 UTC Log: Harden DefineOrRedefineDataProperty. R=jkumme...@chromium.org Review URL: https://codereview.chromium.org/240973002 http://code.google.com/p/v8/source/detail?r=20908 Modified: /branches/bleeding_edge/s

[v8-dev] Re: Harden DefineOrRedefineDataProperty. (issue 240973002)

2014-04-23 Thread ulan
Committed patchset #2 manually as r20908 (presubmit successful). https://codereview.chromium.org/240973002/ -- -- 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] r20907 committed - Introduce .DEPS.git file to support full git checkouts...

2014-04-23 Thread codesite-nore...@google.com via v8-dev
Revision: 20907 Author: joc...@chromium.org Date: Wed Apr 23 12:28:43 2014 UTC Log: Introduce .DEPS.git file to support full git checkouts This is the result of running deps2git.py -d DEPS -o .DEPS.git -s -c /tmp BUG=none R=jkumme...@chromium.org, machenb...@chromium.org LOG=n Review

[v8-dev] Re: Introduce .DEPS.git file to support full git checkouts (issue 246633009)

2014-04-23 Thread jochen
Committed patchset #1 manually as r20907 (presubmit successful). https://codereview.chromium.org/246633009/ -- -- 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] r20906 committed - Version 3.25.28.14 (partial merge of r20839)...

2014-04-23 Thread codesite-nore...@google.com via v8-dev
Revision: 20906 Author: da...@chromium.org Date: Wed Apr 23 12:19:54 2014 UTC Log: Version 3.25.28.14 (partial merge of r20839) Fix Object.observe() notifications from Array.push()/Array.pop() R=mstarzin...@chromium.org LOG=N Review URL: https://codereview.chromium.org/247073002 http

[v8-dev] Re: Version 3.25.28.14 (partial merge of r20839) (issue 247073002)

2014-04-23 Thread danno
Committed patchset #3 manually as r20906 (presubmit successful). https://codereview.chromium.org/247073002/ -- -- 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: Version 3.26.21.1 (merged r20894) (issue 246793007)

2014-04-23 Thread palfia
Merged by r20903, closing CL. https://codereview.chromium.org/246793007/ -- -- 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: Introduce .DEPS.git file to support full git checkouts (issue 246633009)

2014-04-23 Thread jkummerow
rubberstamp LGTM. Note that the DEPS file is not intended for local usage, just for the buildbots. https://codereview.chromium.org/246633009/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to t

[v8-dev] Introduce .DEPS.git file to support full git checkouts (issue 246633009)

2014-04-23 Thread jochen
Reviewers: Jakob, Michael Achenbach, Description: Introduce .DEPS.git file to support full git checkouts This is the result of running deps2git.py -d DEPS -o .DEPS.git -s -c /tmp BUG=none R=machenb...@chromium.org,jkumme...@chromium.org LOG=n Please review this at https://codereview.chromium.o

[v8-dev] Re: Extract common macros and start a base library (issue 249183003)

2014-04-23 Thread jochen
Committed patchset #1 manually as r20905 (presubmit successful). https://codereview.chromium.org/249183003/ -- -- 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] r20905 committed - Extract common macros and start a base library...

2014-04-23 Thread codesite-nore...@google.com via v8-dev
Revision: 20905 Author: joc...@chromium.org Date: Wed Apr 23 11:51:28 2014 UTC Log: Extract common macros and start a base library BUG=v8:3015 R=svenpa...@chromium.org LOG=n Review URL: https://codereview.chromium.org/249183003 http://code.google.com/p/v8/source/detail?r=20905 Added:

[v8-dev] Re: Fix ToObject and Object.isSealed in four Array builtins. (issue 240223006)

2014-04-23 Thread mvstanton
lgtm. Nice test too. https://codereview.chromium.org/240223006/ -- -- 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: Extract common macros and start a base library (issue 249183003)

2014-04-23 Thread jochen
https://codereview.chromium.org/249183003/diff/1/src/base/macros.h File src/base/macros.h (right): https://codereview.chromium.org/249183003/diff/1/src/base/macros.h#newcode31 src/base/macros.h:31: #include "../../include/v8stdint.h" On 2014/04/23 11:38:35, Sven Panne wrote: Just a note: I thin

[v8-dev] ES6: Add support for Array.prototype.fill() (issue 240873002)

2014-04-23 Thread rossberg
Added Dmitry as reviewer https://codereview.chromium.org/240873002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop rece

[v8-dev] Re: Extract common macros and start a base library (issue 249183003)

2014-04-23 Thread svenpanne
LGTM with a nit https://codereview.chromium.org/249183003/diff/1/src/base/macros.h File src/base/macros.h (right): https://codereview.chromium.org/249183003/diff/1/src/base/macros.h#newcode31 src/base/macros.h:31: #include "../../include/v8stdint.h" Just a note: I think we have to reconsider ou

[v8-dev] [v8] r20903 committed - Version 3.26.22 (based on bleeding_edge revision r20902)...

2014-04-23 Thread codesite-nore...@google.com via v8-dev
Revision: 20903 Author: u...@chromium.org Date: Wed Apr 23 11:10:31 2014 UTC Log: Version 3.26.22 (based on bleeding_edge revision r20902) Disable field type tracking by default (Chromium issue 365172). Performance and stability improvements on all platforms. http://code.google.com/p/

[v8-dev] [v8] r20904 committed - Tagging version 3.26.22

2014-04-23 Thread codesite-nore...@google.com via v8-dev
Revision: 20904 Author: u...@chromium.org Date: Wed Apr 23 11:10:51 2014 UTC Log: Tagging version 3.26.22 http://code.google.com/p/v8/source/detail?r=20904 Added: /tags/3.26.22 -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received t

[v8-dev] Re: Issue 3274 in v8: PropertyCallbackInfo.This() should return Local instead of Local

2014-04-23 Thread codesite-nore...@google.com via v8-dev
Updates: Owner: yang...@chromium.org Comment #5 on issue 3274 by yang...@chromium.org: PropertyCallbackInfo.This() should return Local instead of Local http://code.google.com/p/v8/issues/detail?id=3274 (No comment was entered for this change.) -- You received this message because t

[v8-dev] Re: Issue 3274 in v8: PropertyCallbackInfo.This() should return Local instead of Local

2014-04-23 Thread codesite-nore...@google.com via v8-dev
Comment #4 on issue 3274 by joc...@chromium.org: PropertyCallbackInfo.This() should return Local instead of Local http://code.google.com/p/v8/issues/detail?id=3274 PropertyCallbackInfo stuff has landed in chrome and blink, so you can change the v8 side -- You received this message becau

[v8-dev] Extract common macros and start a base library (issue 249183003)

2014-04-23 Thread jochen
Reviewers: Sven Panne, Description: Extract common macros and start a base library BUG=v8:3015 R=svenpa...@chromium.org LOG=n Please review this at https://codereview.chromium.org/249183003/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+134, -71 lines): A s

[v8-dev] Re: Move bug 3280 regression test to mjsunit/harmony (issue 248483004)

2014-04-23 Thread yangguo
On 2014/04/23 09:06:30, wingo wrote: lgtm. https://codereview.chromium.org/248483004/ -- -- 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

[v8-dev] [v8] r20902 committed - Disable field type tracking by default....

2014-04-23 Thread codesite-nore...@google.com via v8-dev
Revision: 20902 Author: bmeu...@chromium.org Date: Wed Apr 23 10:40:31 2014 UTC Log: Disable field type tracking by default. BUG=365172 LOG=y R=u...@chromium.org Review URL: https://codereview.chromium.org/247913005 http://code.google.com/p/v8/source/detail?r=20902 Modified: /branch

[v8-dev] Re: Disable field type tracking by default. (issue 247913005)

2014-04-23 Thread bmeurer
Committed patchset #1 manually as r20902 (presubmit successful). https://codereview.chromium.org/247913005/ -- -- 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: Two-threaded parser (issue 214883002)

2014-04-23 Thread svenpanne
https://codereview.chromium.org/214883002/diff/690001/src/parser-thread.cc File src/parser-thread.cc (right): https://codereview.chromium.org/214883002/diff/690001/src/parser-thread.cc#newcode94 src/parser-thread.cc:94: preparser.set_allow_lazy(true); On 2014/04/23 10:18:20, ulan wrote: Would i

[v8-dev] Re: Disable field type tracking by default. (issue 247913005)

2014-04-23 Thread ulan
lgtm https://codereview.chromium.org/247913005/ -- -- 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] Disable field type tracking by default. (issue 247913005)

2014-04-23 Thread bmeurer
Reviewers: ulan, Description: Disable field type tracking by default. Please review this at https://codereview.chromium.org/247913005/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+1, -1 lines): M src/flag-definitions.h Index: src/flag-definitions.h diff -

[v8-dev] Re: Two-threaded parser (issue 214883002)

2014-04-23 Thread ulan
One suggestion, maybe for subsequent CL: https://codereview.chromium.org/214883002/diff/690001/src/parser-thread.cc File src/parser-thread.cc (right): https://codereview.chromium.org/214883002/diff/690001/src/parser-thread.cc#newcode94 src/parser-thread.cc:94: preparser.set_allow_lazy(true); Wo

[v8-dev] [v8] r20901 committed - Fix tracking of computed fields when field type tracking is disabled....

2014-04-23 Thread codesite-nore...@google.com via v8-dev
Revision: 20901 Author: bmeu...@chromium.org Date: Wed Apr 23 09:41:28 2014 UTC Log: Fix tracking of computed fields when field type tracking is disabled. R=svenpa...@chromium.org Review URL: https://codereview.chromium.org/247523004 http://code.google.com/p/v8/source/detail?r=2090

[v8-dev] Re: Fix tracking of computed fields when field type tracking is disabled. (issue 247523004)

2014-04-23 Thread bmeurer
Committed patchset #1 manually as r20901 (presubmit successful). https://codereview.chromium.org/247523004/ -- -- 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 tracking of computed fields when field type tracking is disabled. (issue 247523004)

2014-04-23 Thread svenpanne
lgtm https://codereview.chromium.org/247523004/ -- -- 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 tracking of computed fields when field type tracking is disabled. (issue 247523004)

2014-04-23 Thread bmeurer
Reviewers: Sven Panne, Message: PTAL Description: Fix tracking of computed fields when field type tracking is disabled. Please review this at https://codereview.chromium.org/247523004/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+1, -1 lines): M src/object

[v8-dev] Re: Avoid setting transitions in-place for cached maps when observed (issue 246523004)

2014-04-23 Thread jarin
Committed patchset #1 manually as r20900 (presubmit successful). https://codereview.chromium.org/246523004/ -- -- 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] r20900 committed - Avoid setting transitions in-place for cached maps when observed...

2014-04-23 Thread codesite-nore...@google.com via v8-dev
Revision: 20900 Author: ja...@chromium.org Date: Wed Apr 23 09:21:24 2014 UTC Log: Avoid setting transitions in-place for cached maps when observed R=verwa...@chromium.org BUG= Review URL: https://codereview.chromium.org/246523004 http://code.google.com/p/v8/source/detail?r=20900 Add

[v8-dev] StringTable::LookupKey() and all callers handlified. (issue 249103002)

2014-04-23 Thread ishell
Reviewers: Yang, Message: PTAL Description: StringTable::LookupKey() and all callers handlified. Please review this at https://codereview.chromium.org/249103002/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+106, -158 lines): M src/factory.h M src/factory

  1   2   >