DescriptionVM: Emit compacter code for x64 branches to external labels.
Use jmp [PP + 0xiiii] instead of
movq TMP, [PP + 0xiiii]
jmp TMP
Also, remove some unused code from x64 assembler.
R=zra@google.com
Committed: https://code.google.com/p/dart/source/detail?r=43094
Patch Set 1 #
Total comments: 2
Patch Set 2 : #
Messages
Total messages: 5 (1 generated)
|