cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: [PATCH v3] rawstr: Speed up Curl_raw_toupper by 40%

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 3 Nov 2015 13:05:03 +0100 (CET)

On Tue, 3 Nov 2015, Tim Ruehsen wrote:

> Just a question about CURL_DOES_CONVERSIONS. AFAICS, it is only defined when
> cross-compiling to target TPF. If this is true, a native compilation on
> EBCDIC would enable the new code and consequently break.
>
> Am I right or wrong ?

I'm a bit out on thin ice here, but I think that's wrong.

I believe you need that define set when you build libcurl to run on a
non-ascii platform, cross-compiled or not. The conversion it speaks of is the
conversion of (network) data that comes in ascii to its own native format and
back.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2015-11-03