[all-commits] [llvm/llvm-project] 3b5842: [ORC] Make runAllocActions and runDeallocActions a...

Lang Hames via All-commits all-commits at lists.llvm.org
Thu Mar 13 16:32:24 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3b5842c9c41a441280100045ef62bb8a0fe7200f
      https://github.com/llvm/llvm-project/commit/3b5842c9c41a441280100045ef62bb8a0fe7200f
  Author: Lang Hames <lhames at gmail.com>
  Date:   2025-03-14 (Fri, 14 Mar 2025)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/Orc/Shared/AllocationActions.h
    M llvm/lib/ExecutionEngine/JITLink/JITLinkMemoryManager.cpp
    M llvm/lib/ExecutionEngine/Orc/MemoryMapper.cpp
    M llvm/lib/ExecutionEngine/Orc/Shared/AllocationActions.cpp
    M llvm/lib/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.cpp

  Log Message:
  -----------
  [ORC] Make runAllocActions and runDeallocActions asynchorous.

Part of ongoing work to make core ORC operations asynchronous.

This only affects the runner utilities, not the AllocationActions themselves.
The AllocationActions will be made asynchronous in a future patch.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list