Displaying 3 results from an estimated 3 matches for "5d399c15".
2018 May 22
0
Rewriting calls to varargs functions
On 05/22/2018 10:42 AM, Dávid Bolvanský wrote:
> 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.
Okay. I think it's true that integers will be the same regardless of
locale (so long as the ' flag is
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
2018 May 22
4
Rewriting calls to varargs functions
...--
> 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/5d399c15/attachment.html>