MIPS code size strangeness
Michael Zhilin
mizhka at gmail.com
Mon Nov 21 22:43:06 UTC 2016
I've made experiment with ucl:
#ifndef kh_inline
#ifdef _MSC_VER
#define kh_inline __inline
#else
#ifdef __mips__
#define kh_inline
#else
#define kh_inline inline
#endif /* __mips__ */
#endif /* _MSC_VER */
#endif /* kh_inline */
It allows to make code small, and small improvement: libprivateucl.so size
is 200Kb (-30Kb)
To be continued...
Thanks!
On Mon, Nov 21, 2016 at 9:20 PM, Eugene Grosbein <eugen at grosbein.net> wrote:
> 22.11.2016 1:16, Adrian Chadd пишет:
>
>> hi,
>>
>> yes - freebsd-wifi-build defaults to using external gcc now. Try that
>> as a build and see.
>>
>
> Thanks! I'll try next day.
>
>
>
More information about the freebsd-mips
mailing list