Skip to content

std: Slim down the error code path in initStaticTLS#6735

Merged
andrewrk merged 1 commit into
ziglang:masterfrom
LemonBoy:arm-bloat
Oct 22, 2020
Merged

std: Slim down the error code path in initStaticTLS#6735
andrewrk merged 1 commit into
ziglang:masterfrom
LemonBoy:arm-bloat

Conversation

@LemonBoy
Copy link
Copy Markdown
Contributor

Calling @Panic made the executable ~30x times bigger, use a simple
abort() and let the user figure out what went wrong.

Supporting ARMv6 (and earlier?) platforms is not a priority.

Closes #6676

Calling @Panic made the executable ~30x times bigger, use a simple
`abort()` and let the user figure out what went wrong.

Supporting ARMv6 (and earlier?) platforms is not a priority.

Closes ziglang#6676
@Tetralux
Copy link
Copy Markdown
Contributor

Might wanna consider not putting @Panic in the commit message.

That can cause email spam, AFAIK.

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.

strip debug info from ReleaseSmall builds by default

3 participants