ia32 lgtm
https://chromiumcodereview.appspot.com/10263008/diff/1/src/ic.cc File src/ic.cc (right): https://chromiumcodereview.appspot.com/10263008/diff/1/src/ic.cc#newcode415 src/ic.cc:415: if (target->compare_state() == UNINITIALIZED) return; We can limit clearing to those states that can retain objects. https://chromiumcodereview.appspot.com/10263008/diff/1/src/ic.cc#newcode2469 src/ic.cc:2469: Code* CompareIC::initialize_stub(Token::Value op) { I guess it should be called GetUnitializedStub() or something. (naming convetion limits foo_bar methods to getters). https://chromiumcodereview.appspot.com/10263008/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
