Commit bcda8fc69678e9e37cdbf4b4c277e3ed6bb00423

Daniel Mendler 2019-10-29T22:38:49

simplifications: remove unnecessary optimization * these double checks are not necessary * the compiler will move the early return outside of the called function, basically the functions is partially inlined * however lto/amalgamation needed for the optimization