[PATCH] D157029: [llvm] Construct option's prefixed name at compile-time

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 4 11:59:38 PDT 2023


MaskRay added a comment.

This increases the size of  `Info` (static data size and static relocations). In return, some dynamic relocations are saved. Is this a net win?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157029



More information about the cfe-commits mailing list