hey daniel, just to register some of our chats.. :)
https://chromiumcodereview.appspot.com/11037023/diff/20017/src/arm/macro-assembler-arm.cc File src/arm/macro-assembler-arm.cc (right): https://chromiumcodereview.appspot.com/11037023/diff/20017/src/arm/macro-assembler-arm.cc#newcode177 src/arm/macro-assembler-arm.cc:177: // blx ip (just to keep documented) the minor optimization we thought about was: if "call address" fits in 24 bits, then do a couple of nop(0) and bl "call address" directly, which is probably nicer to the pipeline.. there are implications with GC / compaction, but it may be workable. https://chromiumcodereview.appspot.com/11037023/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
