Uh oh!
There was an error while loading. Please reload this page.
Switch fx_ver_t::as_str from stringstream to append/to_string - #90652
Conversation
ghost
commented
Aug 16, 2023
Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov Issue DetailsStop using On my local Windows x64 build, the sizes on disk were:
|
Uh oh!
There was an error while loading. Please reload this page.
elinor-fung
commented
Aug 17, 2023
/backport to release/8.0 |
Started backporting to release/8.0: https://github.com/dotnet/runtime/actions/runs/5894030092 |
Stop using
std::stringstreamto convertfx_ver_tto a string. It pulls instd::locale(and other things) in all the host binaries when we really just need a simple conversion of the numbers to a string. In some binaries, it was also the only usage of stringstream. In theory, this should also be faster, although this is not a particularly perf-sensitive function (most usage is for when tracing is enabled).On my local Windows x64 build, the sizes on disk were: