[PATCH] D110018: [lld-macho] Speed up markLive()

Vy Nguyen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 22 21:57:08 PDT 2021


oontvoo updated this revision to Diff 374438.
oontvoo marked an inline comment as done.
oontvoo added a comment.
Herald added a subscriber: mgorny.

Updated diff:

- add a simple WorkStealingQueue based on existing implementation + tests
- first pass at making markLive using the queue.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110018/new/

https://reviews.llvm.org/D110018

Files:
  lld/MachO/CMakeLists.txt
  lld/MachO/MarkLive.cpp
  lld/MachO/WorkStealingQueue.h
  lld/MachO/WorkStealingQueue.inc
  lld/unittests/CMakeLists.txt
  lld/unittests/MachOUnitTests/CMakeLists.txt
  lld/unittests/MachOUnitTests/WorkSteallingQueueTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110018.374438.patch
Type: text/x-patch
Size: 22423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210923/d233e247/attachment.bin>


More information about the llvm-commits mailing list