dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #09491
Re: About speeding up compilation of python wrappers
2008/9/4 Martin Sandve Alnæs <martinal@xxxxxxxxx>:
> 2008/9/4 Garth N. Wells <gnw20@xxxxxxxxx>:
>> Martin Sandve Alnæs wrote:
>>>
>>> The wrappers don't really need optimization, passing -Ox with x>1 is
>>> probably a huge waste of time.
>>>
>>
>> But if there isn't much to optimise, surely there won't be much difference
>> between -O1 and and -O2/3 in time?
>
> The compiler will still try, and it's a lot of code.
And that's not what I meant, the code may very well become "much" faster,
but it's not an important part to speed up.
--
Martin
References