Added new patch set. Landed.
https://chromiumcodereview.appspot.com/9297019/diff/1/src/code-stubs.h File src/code-stubs.h (right): https://chromiumcodereview.appspot.com/9297019/diff/1/src/code-stubs.h#newcode742 src/code-stubs.h:742: virtual void FinishCode(Handle<Code> code); On 2012/01/27 15:52:38, Yang wrote:
You could inline this function here so that you don't have to copy the
same code
all over the architectures.
Done. https://chromiumcodereview.appspot.com/9297019/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
