Ludicrous build time for keshvar
crate in release
mode #124653
Open
Description
opened on May 3, 2024
This MRE is a repo. from a barebones cargo create
+ cargo add keshvar --features search-translations
.
A release
build takes several orders of magnitude longer than a debug build. This is coming from the keshvar
crate, see also this issue.
cargo build
:
Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
cargo build --release
:
Finished `dev` profile [optimized + debuginfo] target(s) in 38m 12s
Metadata
Assignees
Labels
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Category: An issue highlighting optimization opportunities or PRs implementing suchIssue: Problems and improvements with respect to compile times.Status: A Minimal Complete and Verifiable Example has been found for this issueRelevant to the compiler team, which will review and decide on the PR/issue.
Activity