Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
filter LLVM diagnostics before crossing the rust bridge
this will eliminate many short-lived allocations (e.g. 20% of the memory used building cargo) when unpacking the diagnostic and converting its various C++ strings into rust strings, just to be filtered out most of the time.
- Loading branch information