Skip to content

v3.2.0

Compare
Choose a tag to compare
@stephenberry stephenberry released this 05 Aug 17:04
· 468 commits to main since this release

Faster Compilation

Reduced use of always inline and removed flattening. Building jump tables in a way that is easier for the compiler to optimize. These changes improve compile time performance without sacrificing runtime speed.

Fixes an issue where GCC would emit variable tracking size limit exceeded due to flattening.

Full Changelog: v3.1.9...v3.2.0