Displaying 2 results from an estimated 2 matches for "c9199e5b".
2018 May 22
0
Rewriting calls to varargs functions
...ional Laboratory
>
>
--
Hal Finkel
Lead, Compiler Technology and Programming Languages
Leadership Computing Facility
Argonne National Laboratory
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180522/c9199e5b/attachment.html>
2018 May 22
4
Rewriting calls to varargs functions
Thanks.
Yes, to substitute only some of the arguments. Formatting used by printf
depends on the locale but only for double, float types I think - yes, I
would not place double/float constants into the format string.
Why? To reduce number of constants (some of them could be merged into the
format string) and number of args when calling printf/fprintf/sprintf, etc..
2018-05-22 16:22 GMT+02:00 Hal