This is an archive of the discontinued LLVM Phabricator instance.

[deref] Ask GC if it can free memory at a pointer
AbandonedPublic

Authored by mkazantsev on Apr 16 2021, 3:48 AM.

Details

Summary

This patch replaces copy-pastish and non-genetic check in deref in presence
of GC with a query to the GC. Should be NFC w.r.t. current behavior, but better
structured code.

Diff Detail

Event Timeline

mkazantsev created this revision.Apr 16 2021, 3:48 AM
mkazantsev requested review of this revision.Apr 16 2021, 3:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 16 2021, 3:48 AM
mkazantsev planned changes to this revision.Apr 18 2021, 9:27 PM

Puttin "planned changes" until underlying patches have been merged.

mkazantsev abandoned this revision.Apr 19 2021, 8:31 AM
mkazantsev reclaimed this revision.Apr 30 2021, 2:02 AM
mkazantsev planned changes to this revision.
mkazantsev abandoned this revision.Mar 4 2022, 12:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 4 2022, 12:21 AM