[all-commits] [llvm/llvm-project] 5ccadb: [llvm-jitlink] Remove JITLinkSlabAllocator class

Anubhab Ghosh via All-commits all-commits at lists.llvm.org
Wed Sep 28 06:21:32 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5ccadb48c91488a55bea6e99e7129b8b02209e1a
      https://github.com/llvm/llvm-project/commit/5ccadb48c91488a55bea6e99e7129b8b02209e1a
  Author: Anubhab Ghosh <anubhabghosh.me at gmail.com>
  Date:   2022-09-28 (Wed, 28 Sep 2022)

  Changed paths:
    M llvm/tools/llvm-jitlink/llvm-jitlink.cpp

  Log Message:
  -----------
  [llvm-jitlink] Remove JITLinkSlabAllocator class

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.

Differential Revision: https://reviews.llvm.org/D134781




More information about the All-commits mailing list