comparison src/cpu/x86/vm/graalCodeInstaller_x86.hpp @ 10654:d71c56c67921

Improve performance of calling Truffle call targets.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 08 Jul 2013 21:12:00 +0200
parents 67fa9b3e10ed
children 6ff467cdb105
comparison
equal deleted inserted replaced
10653:ab689f0086bb 10654:d71c56c67921
177 _instructions->relocate(call->instruction_address(), 177 _instructions->relocate(call->instruction_address(),
178 relocInfo::opt_virtual_call_type, Assembler::call32_operand); 178 relocInfo::opt_virtual_call_type, Assembler::call32_operand);
179 break; 179 break;
180 } 180 }
181 default: 181 default:
182 fatal("invalid _next_call_type value");
183 break; 182 break;
184 } 183 }
185 } 184 }
186 185
187 inline int32_t* CodeInstaller::pd_locate_operand(address instruction) { 186 inline int32_t* CodeInstaller::pd_locate_operand(address instruction) {