Re: [dev] [st utf8 3/4] Change internal character representation.

From: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
Date: Mon, 27 Apr 2015 09:58:37 +0200

>
> GCC and Clang define long as 64-bits by default for x86_64, AArch64,
> and many other 64-bit target architectures, which is wasteful for
> Unicode code points.

Uhmmm, so do you propose don't use long arrays ever? because in
some implementations long may be 4, but in others may be
8. We also should forbid int arrays for the same reason.
Maybe we should send a proposal to the C commite with this
proposal.

Regards,
Received on Mon Apr 27 2015 - 09:58:37 CEST

This archive was generated by hypermail 2.3.0 : Mon Apr 27 2015 - 10:00:17 CEST