On 09/08/16 15:39, Jan Beulich wrote:
On 09.08.16 at 16:27, wrote:
>> On 09/08/16 15:01, Jan Beulich wrote:
>> On 09.08.16 at 14:41, wrote:
The use of -fno-builtin inhibits this automatic transformation. Manually
tranform the callsites. This causes constructs such as strlen("
>>> On 09.08.16 at 16:27, wrote:
> On 09/08/16 15:01, Jan Beulich wrote:
> On 09.08.16 at 14:41, wrote:
>>> The use of -fno-builtin inhibits this automatic transformation. Manually
>>> tranform the callsites. This causes constructs such as strlen("literal") to
>>> be evaluated at compile ti
On 09/08/16 15:01, Jan Beulich wrote:
On 09.08.16 at 14:41, wrote:
>> The use of -fno-builtin inhibits this automatic transformation. Manually
>> tranform the callsites. This causes constructs such as strlen("literal") to
>> be evaluated at compile time, and certain simple operations to be
>>> On 09.08.16 at 14:41, wrote:
> The use of -fno-builtin inhibits this automatic transformation. Manually
> tranform the callsites. This causes constructs such as strlen("literal") to
> be evaluated at compile time, and certain simple operations to be replaced
> with repeated string operations
The use of -fno-builtin inhibits this automatic transformation. Manually
tranform the callsites. This causes constructs such as strlen("literal") to
be evaluated at compile time, and certain simple operations to be replaced
with repeated string operations.
Signed-off-by: Andrew Cooper
---
CC: J