[all-commits] [llvm/llvm-project] 57a507: [msan] Increase kNumStackOriginDescrs constant (#9...
Thurston Dang via All-commits
all-commits at lists.llvm.org
Tue May 21 12:41:57 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 57a507930b50c445140feb68bffe1c21af53319e
https://github.com/llvm/llvm-project/commit/57a507930b50c445140feb68bffe1c21af53319e
Author: Thurston Dang <thurston at google.com>
Date: 2024-05-21 (Tue, 21 May 2024)
Changed paths:
M compiler-rt/lib/msan/msan.cpp
Log Message:
-----------
[msan] Increase kNumStackOriginDescrs constant (#92838)
This increases the constant size of kNumStackOriginDescrs to 4M (64GB of
BSS across two arrays), which ought to be enough for anybody.
This is the easier alternative suggested by eugenis@ in
https://github.com/llvm/llvm-project/pull/92826.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list