This is a specialized string table for storing identifiers only. Identifiers are always FlyStrings, which makes many common operations faster by allowing O(1) comparison.
Let's have a helper for producing a consistent executable dump instead of repeating the logic in multiple places.