[libc-commits] [PATCH] D131735: [libc] add sprintf size comparison

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Aug 12 10:20:57 PDT 2022


michaelrj added a comment.

Remarks seems like a useful tool for future optimization, but here I'm trying to measure not just how many instructions and stack spaces the function takes up. I'm looking to evaluate the number of bytes adding sprintf will add to a file, including things like rodata and other overhead, and it doesn't look like remarks has a way to measure that easily.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131735



More information about the libc-commits mailing list