Small optimisation for Assembler::Emit (#71)
Inside Emit(), the compiler can't be sure that the pc_ field of the Assembler object doesn't point to itself, so it must be reloaded from the object after the call to memcpy, in order to advance pc_. Emit() is used by all Assembler methods, so optimise it a little by making a local copy of the field.
Loading
Please register or sign in to comment