> On Jul 13, 2017, at 7:49 AM, Richard Hipp <d...@sqlite.org> wrote:
> 
> I've spent some time investigating this, and I think the answer is
> that GCC simply generates better code.

Have you tested Clang? These days it may generate even better code, especially 
with -Ofast and the link-time optimizer. (SQLite itself won’t benefit from LTO 
because it’s already agglomerated before being compiled, but LTO allows SQLite 
code to be inlined into calling functions in the client program.)

—Jens
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to