This is an archive of the discontinued LLVM Phabricator instance.

[Interpreter] Implment Interpreter::Restore to clean up lookup table
AbandonedPublic

Authored by junaire on May 30 2022, 11:31 PM.

Details

Reviewers
v.g.vassilev
Summary

This patch adds a new method to the clang::Interpreter, enables us to
explictly clean up the lookup table when doing recovery.
Signed-off-by: Jun Zhang <jun@junz.org>

Diff Detail

Event Timeline

junaire created this revision.May 30 2022, 11:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 30 2022, 11:31 PM
junaire requested review of this revision.May 30 2022, 11:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 30 2022, 11:31 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
junaire updated this revision to Diff 433022.May 30 2022, 11:32 PM

Format the patch

junaire abandoned this revision.Jun 9 2022, 8:21 PM

work moved to D126682, so abandon this