Split from D153771 to simplify review
Details
Details
- Reviewers
rafauler Amir maksfb - Commits
- rG8ed172cfd56f: Reland [BOLT][Instrumentation] Add mmap return value assertions
rG8b23a853b9fa: Reland [BOLT][Instrumentation][NFC] define and use mmap flags
rG8f7c53ef81c1: [BOLT][Instrumentation] Add mmap return value assertions
rGf0b45fba4b64: [BOLT][Instrumentation][NFC] define and use mmap flags
Diff Detail
Diff Detail
Event Timeline
bolt/runtime/instr.cpp | ||
---|---|---|
1554 | Should i remove it from this diff or add it to all mmap calls? |
bolt/runtime/instr.cpp | ||
---|---|---|
1554 | Why do you ask? I think it's fine |
bolt/runtime/instr.cpp | ||
---|---|---|
1554 | Because i'm not sure it can be called NFC with the check added, but if it is, then we may as well add it to other places |
bolt/runtime/instr.cpp | ||
---|---|---|
1554 | It's fine to leave as NFC. |
Should i remove it from this diff or add it to all mmap calls?