Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wazevo(frontend): stricter BCE #2117

Merged
merged 3 commits into from
Mar 5, 2024
Merged

wazevo(frontend): stricter BCE #2117

merged 3 commits into from
Mar 5, 2024

Conversation

mathetake
Copy link
Member

@mathetake mathetake commented Mar 5, 2024

sqlite speedtest binary size

amd64: 8478767 bytes on main.
amd64: 8337167 bytes with predecessor check.
amd64: 8345407 bytes without predecessor check.

arm64: 8624468 on main.
arm64: 8465156 bytes with predecessor check.
arm64: 8474788 bytes without predecessor check.

result

amd64: 8345407 - 8337167 = 141600 bytes: ~1.6% of 8.3MB
arm64: 8624468 - 8465156 = 159312 bytes: ~1.8% of 8.6MB

zig stdlib binary size

amd64: 47128091 bytes on main.
amd64: 45244091 bytes with predecessor check.

arm64: 48182088 bytes on main.
arm64: 46195880 bytes with predecessor check.

result

amd64: 47128091 - 45244091 = 1884000 bytes: ~4.0% of 47MB
arm64: 48182088 - 46195880 = 1986208 bytes: ~4.1% of 48MB

@mathetake
Copy link
Member Author

#2118 will fix the fuzzing failure, which is not relevant to this

Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
@mathetake mathetake marked this pull request as ready for review March 5, 2024 03:18
@mathetake mathetake requested a review from evacchi as a code owner March 5, 2024 03:18
@mathetake mathetake merged commit a4d9346 into main Mar 5, 2024
67 checks passed
@mathetake mathetake deleted the boundscheckstric branch March 5, 2024 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants