yronglin wrote: > It looks like this change has significant compile time impact (+0.5% at > `O0`): > https://llvm-compile-time-tracker.com/compare.php?from=469e5245987b3250a9ca675275d59c7c5d6bbb00&to=d2e62d902438bb5860f2376e818d797bf20daa7d&stat=instructions:u > > Is that expected?
I suspect the compilation time might increase because we've added more code to Lexer, which could potentially impact the critical path. Thank you for reporting this issue; I will continue to monitor it and try to reduce the compilation time. https://github.com/llvm/llvm-project/pull/107168 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
