[all-commits] [llvm/llvm-project] 86b249: [ORC] Clear unused materializing info entries.
lhames via All-commits
all-commits at lists.llvm.org
Mon Feb 1 22:51:23 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 86b249c040ca7af31953ef304ac780502f2d285a
https://github.com/llvm/llvm-project/commit/86b249c040ca7af31953ef304ac780502f2d285a
Author: Lang Hames <lhames at gmail.com>
Date: 2021-02-02 (Tue, 02 Feb 2021)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/Core.cpp
Log Message:
-----------
[ORC] Clear unused materializing info entries.
Once a symbol is Ready its MaterializingInfo entry is unused and can be removed
to free up some memory.
More information about the All-commits
mailing list