Skip to content

Disable rtti / exceptions on the non-Windows builds. - #15

Merged
David Chisnall (davidchisnall) merged 1 commit into
masterfrom
nortti
Feb 6, 2019
Merged

Disable rtti / exceptions on the non-Windows builds.#15
David Chisnall (davidchisnall) merged 1 commit into
masterfrom
nortti

Conversation

@davidchisnall

Copy link
Copy Markdown
Collaborator

RTTI makes the binaries bigger, exceptions make life harder for
optimisers. Neither are actually used.

This doesn't preclude anything #including snmalloc.h with RTTI enabled,
it just disables it in the shim libraries and tests.

The FreeBSD libc builds were already doing this with no ill effect.

RTTI makes the binaries bigger, exceptions make life harder for
optimisers.  Neither are actually used.

This doesn't preclude anything #including snmalloc.h with RTTI enabled,
it just disables it in the shim libraries and tests.

The FreeBSD libc builds were already doing this with no ill effect.
Matthew Parkinson (mjp41) pushed a commit to mjp41/snmalloc that referenced this pull request Jan 27, 2026
…ules/snmalloc-sys/snmalloc-ef77bcc

Bump snmalloc-sys/snmalloc from `3775a62` to `ef77bcc`
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