src/cpu/sparc/vm/c1_Defs_sparc.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/cpu/sparc/vm/c1_Defs_sparc.hpp	Thu Aug 13 14:17:20 2009
--- new/src/cpu/sparc/vm/c1_Defs_sparc.hpp	Thu Aug 13 14:17:19 2009

*** 1,7 **** --- 1,7 ---- /* ! * Copyright 2000-2005 Sun Microsystems, Inc. All Rights Reserved. ! * Copyright 2000-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 36,46 **** --- 36,46 ---- // registers enum { pd_nof_cpu_regs_frame_map = 32, // number of registers used during code emission ! pd_nof_caller_save_cpu_regs_frame_map = 6, // number of cpu registers killed by calls ! pd_nof_caller_save_cpu_regs_frame_map = 10, // number of cpu registers killed by calls pd_nof_cpu_regs_reg_alloc = 20, // number of registers that are visible to register allocator pd_nof_cpu_regs_linearscan = 32,// number of registers visible linear scan pd_first_cpu_reg = 0, pd_last_cpu_reg = 31, pd_last_allocatable_cpu_reg = 19,

src/cpu/sparc/vm/c1_Defs_sparc.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File