This is an archive of the discontinued LLVM Phabricator instance.

[scudo] update Pushedblocks/PoppedBlocks in Impl functions
ClosedPublic

Authored by Chia-hungDuan on Jun 7 2023, 10:18 PM.

Diff Detail

Event Timeline

Chia-hungDuan created this revision.Jun 7 2023, 10:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2023, 10:18 PM
Herald added subscribers: yaneury, Enna1. · View Herald Transcript
Chia-hungDuan requested review of this revision.Jun 7 2023, 10:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2023, 10:18 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
cferris requested changes to this revision.Jun 8 2023, 1:40 PM

A couple of comment nits.

compiler-rt/lib/scudo/standalone/primary32.h
712

is the internal

713

Would this be better as something like:

values back to avoid incorrectly setting the stats.

This revision now requires changes to proceed.Jun 8 2023, 1:40 PM
Chia-hungDuan marked 2 inline comments as done.

Revise comment in both primary32.h and primary64.h

cferris accepted this revision.Jun 15 2023, 5:04 PM

LGTM.

This revision is now accepted and ready to land.Jun 15 2023, 5:04 PM