mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
5108146: Merge i486 and amd64 cpu directories
6459804: Want client (c1) compiler for x86_64 (amd64) for faster start-up Reviewed-by: kvn
This commit is contained in:
parent
2697216f3a
commit
26c780da72
85 changed files with 18308 additions and 15496 deletions
|
@ -75,9 +75,9 @@ class LIR_Assembler: public CompilationResourceObj {
|
|||
void emit_stubs(CodeStubList* stub_list);
|
||||
|
||||
// addresses
|
||||
static Address as_Address(LIR_Address* addr);
|
||||
static Address as_Address_lo(LIR_Address* addr);
|
||||
static Address as_Address_hi(LIR_Address* addr);
|
||||
Address as_Address(LIR_Address* addr);
|
||||
Address as_Address_lo(LIR_Address* addr);
|
||||
Address as_Address_hi(LIR_Address* addr);
|
||||
|
||||
// debug information
|
||||
void add_call_info(int pc_offset, CodeEmitInfo* cinfo);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue