src/cpu/ppc/vm/stubRoutines_ppc_64.hpp

changeset 9713
c4567d28f31f
parent 9497
f892c3b6b651
child 9730
42118db355f5
equal deleted inserted replaced
9712:d7e1e002b496 9713:c4567d28f31f
32 32
33 static bool returns_to_call_stub(address return_pc) { return return_pc == _call_stub_return_address; } 33 static bool returns_to_call_stub(address return_pc) { return return_pc == _call_stub_return_address; }
34 34
35 enum platform_dependent_constants { 35 enum platform_dependent_constants {
36 code_size1 = 20000, // simply increase if too small (assembler will crash if too small) 36 code_size1 = 20000, // simply increase if too small (assembler will crash if too small)
37 code_size2 = 20000 // simply increase if too small (assembler will crash if too small) 37 code_size2 = 22000 // simply increase if too small (assembler will crash if too small)
38 }; 38 };
39 39
40 // CRC32 Intrinsics. 40 // CRC32 Intrinsics.
41 #define CRC32_COLUMN_SIZE 256 41 #define CRC32_COLUMN_SIZE 256
42 #define CRC32_BYFOUR 42 #define CRC32_BYFOUR

mercurial