Skip to content

Commit

Permalink
remove 515 experiment stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Dec 19, 2024
1 parent 875b404 commit eada54f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions code/_experiments.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@
// Any flag you see here can be flipped with the `-D` CLI argument.
// For example, if you want to enable EXPERIMENT_MY_COOL_FEATURE, compile with -DEXPERIMENT_MY_COOL_FEATURE

// EXPERIMENT_515_QDEL_HARD_REFERENCE
// - Hold a hard reference for qdeleted items, and check ref_count, rather than using refs. Requires 515+.

// EXPERIMENT_515_DONT_CACHE_REF
// - Avoids `text_ref` caching, aided by improvements to ref() speed in 515.

/*
#if DM_VERSION < 515
// You can't X-macro custom names :(
Expand All @@ -21,5 +17,6 @@
#endif
#if DM_VERSION >= 516
#error "Remove all 515 experiments"
#warn "Remove all 515 experiments"
#endif
*/

0 comments on commit eada54f

Please sign in to comment.