This is an archive of the discontinued LLVM Phabricator instance.

[scudo] Minor Secondary changes
ClosedPublic

Authored by cryptoad on Jan 30 2018, 10:28 AM.

Details

Summary

Few changes to the secondary:

  • mark const variables as such;
  • change some CHECK to DCHECK: I don't feel we need to be as conservative as we were with out checks, as they are the results of our own computation.
  • mark a condition as UNLIKELY.

Diff Detail

Event Timeline

cryptoad created this revision.Jan 30 2018, 10:28 AM
Herald added subscribers: Restricted Project, delcypher. · View Herald TranscriptJan 30 2018, 10:28 AM
alekseyshl accepted this revision.Feb 1 2018, 11:51 AM
This revision is now accepted and ready to land.Feb 1 2018, 11:51 AM
This revision was automatically updated to reflect the committed changes.