[v8-dev] Re: Add support for extended constant pool arrays. (issue 304143002)

2014-06-03 Thread rmcilroy
Committed patchset #5 manually as r21653 (presubmit successful). https://codereview.chromium.org/304143002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To u

[v8-dev] Re: Add support for extended constant pool arrays. (issue 304143002)

2014-06-03 Thread ulan
LGTM Done. I'm not convinced this is clearer though. This seems slightly more readable to me, but that's subjective. I don't have strong preference on this, feel free to land the previous version of ClearPtrEntries. https://codereview.chromium.org/304143002/ -- -- v8-dev mailing list v8-dev@

[v8-dev] Re: Add support for extended constant pool arrays. (issue 304143002)

2014-06-03 Thread rmcilroy
On 2014/06/02 13:14:00, mvstanton wrote: Just as a DBC: this is great. I'm thinking to be able to use these handy ConstantPoolArrays as elements in the feedback vector when feedback for a particular node (say a LoadIC) would like to store code addresses as well as object pointers. You've solve

[v8-dev] Re: Add support for extended constant pool arrays. (issue 304143002)

2014-06-03 Thread rmcilroy
Thanks for the review Ulan, PTAL. https://codereview.chromium.org/304143002/diff/20001/src/factory.cc File src/factory.cc (right): https://codereview.chromium.org/304143002/diff/20001/src/factory.cc#newcode134 src/factory.cc:134: Handle Factory::NewExtendedConstantPoolArray( On 2014/06/02 12:32

[v8-dev] Re: Add support for extended constant pool arrays. (issue 304143002)

2014-06-02 Thread mvstanton
Just as a DBC: this is great. I'm thinking to be able to use these handy ConstantPoolArrays as elements in the feedback vector when feedback for a particular node (say a LoadIC) would like to store code addresses as well as object pointers. You've solved a thorny problem and type vector code could

[v8-dev] Re: Add support for extended constant pool arrays. (issue 304143002)

2014-06-02 Thread ulan
I like the heap pointer iterator! Looks good overall, small suggestions below. https://codereview.chromium.org/304143002/diff/20001/src/factory.cc File src/factory.cc (right): https://codereview.chromium.org/304143002/diff/20001/src/factory.cc#newcode134 src/factory.cc:134: Handle Factory::Ne