DescriptionAvoid using dd() in Prologue when --optimize-for-size.
When --optimize-for-size is true, the prologue generation outputs the
pre-aging code stub address directly to the instruction stream. Previously
this was done using dd() which failed if there was any pending constant
pool entries left to be written. This CL introduces an emit_code_stub_address()
for this purpose instead.
BUG=v8:2968
R=bmeurer@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=17485
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|