src/cpu/ppc/vm/stubRoutines_ppc_64.hpp

changeset 9730
42118db355f5
parent 9713
c4567d28f31f
equal deleted inserted replaced
9728:fa7fe6dae563 9730:42118db355f5
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 = 22000 // simply increase if too small (assembler will crash if too small) 37 code_size2 = 24000 // 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