Skip to content

Avoid memsets for constant collections where possible

rarbore2 requested to merge avoid_memsets into main
  • Analysis to determine which collection constants actually need to be memset to zero.
  • NoResetConstant schedule to encode analysis result persistently.
  • Use NoResetConstant in backends to not generate memsets.

Merge request reports

Loading