Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

rev_c4229073924480a11ceb011ee310d65349a4046d: Build with -O3. (#23)

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Aug 23:01
· 1 commit to main since this release
c422907
This is needed for PBL to build properly (with expected performance
characteristics): otherwise, inlining of various parts of the
interpreter loop is quite suboptimal, and "always inline" directives are
not followed.