orc
orc copied to clipboard
Deferred String Reading
We're spending a lot of time reading strings from DWARF's debug_str section, without any guarantees that these strings will be necessary during DIE processing. This PR defers string reading until the string's first use.