Flywheel/common
Jozufozu c438fb57ca Atomic fusion before Flywheel 1.0
- Add workaround for race condition flipping the "mergeable" bit for
  instance pages
- Sometimes a page would end up full while another thread was racing to
  set the mergeable bit, so when we later tried to merge pages we'd get
  an array index out of bounds
- This change makes it so we only ever set the mergeable bit and handle
  the case of a full page when trying to merge
- Should also help us avoid the alternative case where a page that is
  actually mergeable isn't marked as such
2025-02-15 15:51:30 -08:00
..
src Atomic fusion before Flywheel 1.0 2025-02-15 15:51:30 -08:00
build.gradle.kts Merge remote-tracking branch 'origin/1.20.1/text-visual' into 1.20.1/dev 2025-01-23 12:07:07 -06:00