mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
We track a "next" index into each bucket when we insert instructions. The insert loop effectively shifts each element in the "next" vector left by one place, so if we instead start the bucket counts shifted one place to the right, we can use the same vector for "next" and for the bucket start indexes. Assisted-by: Claude Code --------- Co-authored-by: Geoff Romer <gromer@google.com>