This is an archive of the discontinued LLVM Phabricator instance.

[llvm][doc] Update comments and documentation of custom stackmap formats in GC
ClosedPublic

Authored by zero9178 on Feb 13 2022, 3:05 AM.

Details

Summary

Since https://reviews.llvm.org/D53892 it is possible to emit a custom stackmap by overwriting the emitStackMaps method of GCMetadataPrinter. That way even AOT compilers can generate a more efficient and more suitable format for their needs.

This patch updates documentation and stale comments in source code. In particular it removes the issue from the issue list in the Statepoints documentation and adjusts comments in GCStrategy.

Diff Detail

Event Timeline

zero9178 created this revision.Feb 13 2022, 3:05 AM
zero9178 requested review of this revision.Feb 13 2022, 3:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 13 2022, 3:05 AM
cherry accepted this revision.Feb 14 2022, 8:49 AM
This revision is now accepted and ready to land.Feb 14 2022, 8:49 AM
This revision was landed with ongoing or failed builds.Feb 15 2022, 3:17 AM
This revision was automatically updated to reflect the committed changes.