bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: scanner: simplify use of gettext


From: Paul Eggert
Subject: Re: scanner: simplify use of gettext
Date: Sat, 10 Nov 2018 09:23:17 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1

Akim Demaille wrote:
I don’t see what it buys to have two instead of one call only, have I missed 
something?

If every call to the function f will be of the form f(A, g(B), C) where A, B, and C are expressions, it's generally cleaner to push the g call into f's body, and change f's API so that calls to it look like f(A, B, C) instead. That's all I was doing there. It was more of a clarity than an efficiency thing (the form I used is more efficient than what you're proposing, but efficiency doesn't really matter here).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]