We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Found as part of rust-lang/rust#103812.
When creating a very large constant blob, a large proportion of compile time is spent hashing the string with djbHash to insert it into CDSConstants
djbHash
CDSConstants
llvm-project/llvm/lib/IR/Constants.cpp
Lines 2877 to 2880 in 244331a
@alloc = private unnamed_addr constant <{ [104857600 x i8] }> <{ [104857600 x i8] c"... VERY LONG DATA ..." }>, align 1
cc @pcwalton
The text was updated successfully, but these errors were encountered:
https://reviews.llvm.org/D137601
Sorry, something went wrong.
No branches or pull requests
Found as part of rust-lang/rust#103812.
When creating a very large constant blob, a large proportion of compile time is spent hashing the string with
djbHash
to insert it intoCDSConstants
llvm-project/llvm/lib/IR/Constants.cpp
Lines 2877 to 2880 in 244331a
cc @pcwalton
The text was updated successfully, but these errors were encountered: