[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] Some issues with MHD
From: |
Evgeny Grin |
Subject: |
Re: [libmicrohttpd] Some issues with MHD |
Date: |
Fri, 06 Nov 2015 13:50:28 +0300 |
There are no difference if code is compiled by GCC or Intel compiler. Clang with -O2 option optimize it too. MSVC compiler didn't optimize it at any optimization level.
BTW, check the real last patch in SVN.
-------- Исходное сообщение --------
От: Eugenio Perez <address@hidden>
Дата: 06.11.2015 11:19 (GMT+03:00)
Кому: address@hidden
Тема: Re: [libmicrohttpd] Some issues with MHD
Hi!
Seeing last SVN patch, maybe it's better to check "0 == line[0]" vs
"0==strlen(line)", isn't? Don't know if it's a real performance
improvement.
2015-11-04 16:08 GMT+01:00 Eugenio Perez <address@hidden>:
> Hi Christian! The last SVN revision works OK!
>
> Thanks and regards!
- [libmicrohttpd] Some issues with MHD, Eugenio Perez, 2015/11/03
- Re: [libmicrohttpd] Some issues with MHD, Christian Grothoff, 2015/11/03
- Re: [libmicrohttpd] Some issues with MHD, Olivier Delhomme, 2015/11/04
- Re: [libmicrohttpd] Some issues with MHD, Christian Grothoff, 2015/11/04
- Re: [libmicrohttpd] Some issues with MHD, Olivier Delhomme, 2015/11/06
- Re: [libmicrohttpd] Some issues with MHD, Olivier Delhomme, 2015/11/06
- Re: [libmicrohttpd] Some issues with MHD, Christian Grothoff, 2015/11/06
- Re: [libmicrohttpd] Some issues with MHD, Olivier Delhomme, 2015/11/07