Merge pull request #13529 from jordan-woyak/StateBuffer

Core/State: Avoid unnecessarily value-initializing large buffers.
This commit is contained in:
Jordan Woyak 2025-04-22 16:30:51 -05:00 committed by GitHub
commit ac76deaef0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 131 additions and 56 deletions

View file

@ -26,6 +26,7 @@
<ClInclude Include="Common\BitSet.h" />
<ClInclude Include="Common\BitUtils.h" />
<ClInclude Include="Common\BlockingLoop.h" />
<ClInclude Include="Common\Buffer.h" />
<ClInclude Include="Common\ChunkFile.h" />
<ClInclude Include="Common\CodeBlock.h" />
<ClInclude Include="Common\ColorUtil.h" />