Skip to content

Conversation

@karlseguin
Copy link
Collaborator

Following Zig recommendation not to inline except in specific cases, none of which I think applies to use.

Also, mimalloc.create can't fail (it used to be possible, but that changed a while ago), so removed its error return.

@karlseguin karlseguin force-pushed the remove_inline branch 2 times, most recently from 0ddbc44 to 4c786c9 Compare September 18, 2025 07:47
Following Zig recommendation not to inline except in specific cases, none of
which I think applies to use.

Also, mimalloc.create can't fail (it used to be possible, but that changed a
while ago), so removed its error return.
@krichprollsch krichprollsch merged commit f5130ce into main Sep 18, 2025
10 checks passed
@krichprollsch krichprollsch deleted the remove_inline branch September 18, 2025 15:59
@github-actions github-actions bot locked and limited conversation to collaborators Sep 18, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants