On May 28, 2014 12:36 PM, "Drago, William @ MWG - NARDAEAST"
> Don't modern compilers consider what effects the speed optimizations will
have on the pipeline and the cache and optimize accordingly?

I think they might try to in a broad way, but we live in a world with
multiple models of CPUs from multiple manufacturers with varying amounts of
cache and varying pipeline details and so on. If you knew you could target
a specific CPU that would be possible, but usually you don't have the
needed information.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to