User contributions for DahMainahGaimah
Jump to navigation
Jump to search
22 November 2024
- 00:1400:14, 22 November 2024 diff hist −632 m Optimizing DLLs Removed "Function inlining" section. This setting is now enabled by default on the release configuration, so it's useless information. current
21 November 2024
- 23:3423:34, 21 November 2024 diff hist −507 m Optimizing DLLs Removed "Loop unrolling" section. There's no setting to control this behavior, and modern compilers are intelligent enough to automate loop unrolling / vectorization, so we shouldn't potentially confuse inexperienced programmers into doing it themselves.
- 23:0723:07, 21 November 2024 diff hist +290 m Optimizing DLLs Modernized the CPU targeting section, which previously only recommended SSE2 extensions. AVX2 has been around for a decade at time of writing, so it's quite safe to compile for older hardware.
- 20:1520:15, 21 November 2024 diff hist −411 m Optimizing DLLs Removed the "Optimize for Processor" section. According to "https://learn.microsoft.com/en-us/previous-versions/h4bcz65t(v=vs.100)?redirectedfrom=MSDN", all /G compiler flags have been deprecated since 2005.