cmd/compile: rearrange hairyVisitors to reduce struct slop and reclaim 33.33% space wasted #42416
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone
Coming here from tip ecc3f51, with one of the static analysis tools, we have developed at Orijtech, Inc., we've found a
struct that we could re-arrange and reclaim 33.33% of the RAM each struct uses
hairyVisitors seems like a potentially frequently created struct, so these savings could directly be quantifiable in compilations.
The text was updated successfully, but these errors were encountered: