Skip to content

Commit 3e8013e

Browse files
committed
Revert "[PR target/116662][RISC-V] Adjust destructive interference size for RISC-V"
This reverts commit 36a3b24.
1 parent 11c6463 commit 3e8013e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

gcc/config/riscv/riscv.cc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12040,14 +12040,6 @@ riscv_option_override (void)
1204012040
param_cycle_accurate_model,
1204112041
0);
1204212042

12043-
/* Cache lines of 64 bytes are common these days, so let's get a sensible
12044-
value for the interference size. Technically this can leak and cause
12045-
sizes of structures to change, but consensus is anything using the
12046-
value to size fields within a structure is broken. Any 2^n byte value
12047-
is functionally correct, but may not be performant. */
12048-
SET_OPTION_IF_UNSET (&global_options, &global_options_set,
12049-
param_destruct_interfere_size, 0);
12050-
1205112043
/* Function to allocate machine-dependent function status. */
1205212044
init_machine_status = &riscv_init_machine_status;
1205312045

0 commit comments

Comments
 (0)