Generated parseImpl no longer declares throws ParseException/IOException; error paths set a sticky error code and return null instead. Public throwing API unchanged.
Benefit: removes exception-based control flow from the generated hot path, which is expensive in Java.
PR: #915
Generated
parseImplno longer declaresthrows ParseException/IOException; error paths set a sticky error code and return null instead. Public throwing API unchanged.Benefit: removes exception-based control flow from the generated hot path, which is expensive in Java.
PR: #915