mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +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
|
@ -177,7 +177,7 @@ class LinearScan : public CompilationResourceObj {
|
|||
bool is_interval_in_loop(int interval, int loop) const { return _interval_in_loop.at(interval, loop); }
|
||||
|
||||
// handling of fpu stack allocation (platform dependent, needed for debug information generation)
|
||||
#ifdef IA32
|
||||
#ifdef X86
|
||||
FpuStackAllocator* _fpu_stack_allocator;
|
||||
bool use_fpu_stack_allocation() const { return UseSSE < 2 && has_fpu_registers(); }
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue