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

Abort on panic #1570

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Abort on panic #1570

wants to merge 2 commits into from

Commits on Jun 7, 2024

  1. Abort on panic in release

    This should help both runtime performance and side of the executable.
    
    And I can't think of a reason why we would need unwinding on panic in
    release builds.
    tmccombs committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f1a4a29 View commit details
    Browse the repository at this point in the history
  2. Use tikv-jemallocator instead of jemallocator

    From documentation of the tikv-jemallocator project:
    
    > The project is also published as jemallocator for historical reasons. The two crates are the same except names.
    > For new projects, it's recommended to use tikv-xxx versions instead.
    tmccombs committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    7b33fa7 View commit details
    Browse the repository at this point in the history