We're having some use cases where we have more than 128 (the current maximum) instrumented dynamic libraries loaded into a single process. Let's bump the limit to 1024, and separate the constants.
Details
Details
Diff Detail
Diff Detail
Differential D41190
[tsan] Separate the constants in libignore and bump the maximum for instrumented libraries kubamracek on Dec 13 2017, 10:42 AM. Authored by
Details We're having some use cases where we have more than 128 (the current maximum) instrumented dynamic libraries loaded into a single process. Let's bump the limit to 1024, and separate the constants.
Diff Detail Event Timeline |
Probably better to switch to ARRAY_SIZE(ignored_code_ranges_) at this point.