[llvm-dev] [RFC] Removing Waymarking from Use.
Tyker1@outlook.com via llvm-dev
llvm-dev at lists.llvm.org
Wed Apr 1 05:51:41 PDT 2020
Hi llvm-dev,
I have a patch open for review that removes waymarking https://reviews.llvm.org/D77144.
This patch removes waymarking and replaces it with storing a pointer to the User in the Use.
when compiling the CTMark tests of the test suite, this give an average of +1.8% max memory use and -1.1% compile time.
Removing Waymarking also simplifies the code of Use and User.
Any thought?
Cheers,
Gauthier
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200401/02c5aec0/attachment.html>
More information about the llvm-dev
mailing list