mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
6953144: Tiered compilation
Infrastructure for tiered compilation support (interpreter + c1 + c2) for 32 and 64 bit. Simple tiered policy implementation. Reviewed-by: kvn, never, phh, twisti
This commit is contained in:
parent
6e78f6cb4b
commit
2c66a6c3fd
104 changed files with 7720 additions and 1701 deletions
|
@ -187,6 +187,7 @@ class LIR_Assembler: public CompilationResourceObj {
|
|||
void emit_alloc_obj(LIR_OpAllocObj* op);
|
||||
void emit_alloc_array(LIR_OpAllocArray* op);
|
||||
void emit_opTypeCheck(LIR_OpTypeCheck* op);
|
||||
void emit_checkcast(LIR_OpTypeCheck* op);
|
||||
void emit_compare_and_swap(LIR_OpCompareAndSwap* op);
|
||||
void emit_lock(LIR_OpLock* op);
|
||||
void emit_call(LIR_OpJavaCall* op);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue