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

Vy Nguyen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 28 20:01:56 PDT 2021


oontvoo added a comment.

In D110018#3024127 <https://reviews.llvm.org/D110018#3024127>, @int3 wrote:

> Haven't taken a proper look yet, but could you fix the lints first to make it easier to read? :)

Done - sorry, hard to switch back and forth with different naming style

> Also, that was pretty fast... I guess you've implemented something similar before?

The queue is mostly from existing code :)
The mark-and-sweep is based on code I wrote ~3 years ago ... (which is to say, there might be bugs ...)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110018



More information about the llvm-commits mailing list