[PATCH] D87337: [PGO] De-Optimizing cold functions based on PGO info (PATCH 1/2)
    Hiroshi Yamauchi via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Sep  9 08:57:55 PDT 2020
    
    
  
yamauchi added a comment.
In D87337#2262611 <https://reviews.llvm.org/D87337#2262611>, @lebedev.ri wrote:
> As per https://llvm.org/docs/LangRef.html, `deopt` term appears to be already coined.
Yeah, I think deopt already means something else in the JIT compiler. I'd avoid the term.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87337/new/
https://reviews.llvm.org/D87337
    
    
More information about the llvm-commits
mailing list