2025-08-29 10:32 CEST

spring: develop a094367b Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
hoijui hoijui develop 2011-07-10 11:20:38 develop 13a6be18
Changeset log: DefaultFilter: use `strcmp` instead of `==` to compare sections if the compiler does not merge constants [fix]
GCC does merge constants with -fmerge-constants (used by -O2+),
which allows us to use a faster comparison method.
I was not able to find info about this for VS.
mod - rts/System/Log/DefaultFilter.cpp Diff ] File ]