This is an archive of the discontinued LLVM Phabricator instance.

Remove JITLinkSlabAllocator class
ClosedPublic

Authored by argentite on Sep 27 2022, 7:00 PM.

Details

Summary

This class was used for testing JITLink with -noexec option and
also included slab allocation support. Its functionality has been
replaced with InProcessDeltaMapper and MapperJITLinkMemoryManager.

Diff Detail

Event Timeline

argentite created this revision.Sep 27 2022, 7:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 27 2022, 7:00 PM
Herald added a subscriber: StephenFan. · View Herald Transcript
argentite published this revision for review.Sep 27 2022, 7:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 27 2022, 7:06 PM
lhames accepted this revision.Sep 27 2022, 7:09 PM

LGTM. Thanks @argentite!

This revision is now accepted and ready to land.Sep 27 2022, 7:09 PM
This revision was landed with ongoing or failed builds.Sep 28 2022, 6:21 AM
This revision was automatically updated to reflect the committed changes.