Golem results: http://golem.spb:9013/golem/r5402-v8-yurys-isolates-base-vs-5402-v8-yurys-isolates-ic.html#
Yury On Thu, Sep 2, 2010 at 5:01 PM, <[email protected]> wrote: > Reviewers: Vitaly, Dmitry Titov, > > Description: > [Isolates] Store pointer to Isolate in IC and StubCache > > * IC and its descendants are created in methods with > RUNTIME_CALLING_CONVENTION > arguments and makes sense to pass pointer to Isolate to the IC constructor. > > XxxIC::initialize_stub() still use Isolate::Current() to access current > isolate. > It might make sense to pass Isolate to them as well but it would require > passing > Isolate pointer to XxxIC::Clear methods. > > > Please review this at http://codereview.chromium.org/3320005/show > > Affected files: > M src/ic.h > M src/ic.cc > M src/isolate.cc > M src/stub-cache.h > M src/stub-cache.cc > > > -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
