Open
Description
Thyme Release uses C++ exceptions, Multithreaded DLL, Not Whole Program Optimization.
One should check performance gain from
- disabling C++ exceptions
- using Multi-threaded /MT instead of /MD
- enabling Whole Program Optimization
As far as I am aware original game also had exceptions enabled, but it appears that try catch is not used so far in Thyme.
https://preshing.com/20110807/the-cost-of-enabling-exception-handling/
https://learn.microsoft.com/en-us/cpp/build/reference/eh-exception-handling-model?view=msvc-170