forgot to attach nit.
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); You could inline this function here so that you don't have to copy the same code all over the architectures. https://chromiumcodereview.appspot.com/9297019/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
