[PATCH] D137960: [Lexer] Speedup LexTokenInternal

serge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 14 09:47:23 PST 2022


serge-sans-paille added a comment.

Compile time tracker record : https://llvm-compile-time-tracker.com/compare.php?from=f71d32a0eea47b3d2bb43d6be15cf09d47ef6971&to=b4df7d2a01aacd29ae539b04e72b3667e2362aa1&stat=instructions:u
The cost of preprocessing is hidden by the optimization time, but -O0 gives an hint of the expected speedup.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137960



More information about the cfe-commits mailing list