< prev index next >

src/cpu/aarch64/vm/aarch64.ad

Print this page

        

*** 3423,3435 **** } // false => size gets scaled to BytesPerLong, ok. const bool Matcher::init_array_count_is_in_bytes = false; - // Threshold size for cleararray. - const int Matcher::init_array_short_size = 18 * BytesPerLong; - // Use conditional move (CMOVL) const int Matcher::long_cmove_cost() { // long cmoves are no more expensive than int cmoves return 0; } --- 3423,3432 ----
< prev index next >