[all-commits] [llvm/llvm-project] 574713: [ExecutionEngine] Initialize near block hint in Se...

lhames via All-commits all-commits at lists.llvm.org
Mon Jul 20 14:43:20 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 574713c3076c11a5677f554ab132d1324be9cb00
      https://github.com/llvm/llvm-project/commit/574713c3076c11a5677f554ab132d1324be9cb00
  Author: Lang Hames <lhames at gmail.com>
  Date:   2020-07-20 (Mon, 20 Jul 2020)

  Changed paths:
    M llvm/lib/ExecutionEngine/SectionMemoryManager.cpp

  Log Message:
  -----------
  [ExecutionEngine] Initialize near block hint in SectionMemoryManager.

When allocating a new memory block in SectionMemoryManager, initialize
the Near hint for the other memory groups if they have not been set
already.

Patch by Dana Koch. Thanks Dana!




More information about the All-commits mailing list