[PATCH] D69575: Improve module.pcm lock file performance on machines with high core counts

Ladd Van Tol via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 12:24:52 PST 2019


Ladd updated this revision to Diff 230122.
Ladd added a comment.

Thanks for the review -- revised diff contains formatting updates per review. I had to leave the `struct` in for the kevent declarations, or I get:

LockFileManager.cpp:348:9: error: must use

  'struct' tag to refer to type 'kevent' in this scope


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

https://reviews.llvm.org/D69575

Files:
  llvm/lib/Support/LockFileManager.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69575.230122.patch
Type: text/x-patch
Size: 5308 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191119/958453ff/attachment-0001.bin>


More information about the llvm-commits mailing list