This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

combine --enable-target-optspace with PREFER_SIZE_OVER_SPEED?


Hello,

Is there anything against combining   --enable-target-optspace with
PREFER_SIZE_OVER_SPEED?
At this moment PREFER_SIZE_OVER_SPEED is defined for a few selected
processors, and cannot be configured itself.
I do think it makes sense that when setting --enable-target-optspace also
defines PREFER_SIZE_OVER_SPEED.

The implementation I have in mind is:
We let the processors for which that at this moment PREFER_SIZE_OVER_SPEED
is defined, default to --enable-target-optspace.
All other processors will default to --disable-target-optspace.
When --enable-target-optspace is given we also define
PREFER_SIZE_OVER_SPEED.
On processors that default to --enable-target-optspace, we can undef
PREFER_SIZE_OVER_SPEED by configuring with  --disable-target-optspace

Arguments pro- against?

Jaap de Wolff




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]