On Tue Mar 14 03:46:30 2023 +0000, Daniel Tang wrote:
I succeeded in adding regular logging without `DECLSPEC_HOTPATCH`. It was probably UB coming from an interaction with earlier versions of my other MRs. It works fine now. Please comment if you still need `DECLSPEC_HOTPATCH` added.
I'm glad you got it working! To the best of my knowledge, the current policy is to only add DECLSPEC_HOTPATCH if some application needs it, so what you have now is fine.