]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
avoid some often unnecessary method calls. i think we might have squeezed all we...
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 7 Nov 2008 17:08:23 +0000 (17:08 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 7 Nov 2008 17:08:23 +0000 (17:08 +0000)
commit17b758faed4dfdc7973d0c0b861ece40de10b101
tree371bffbf27b725a9c1ade23c33546869e7b381f7
parentabf9bef1a9f548a373f05b8a328d815dd28dda30
avoid some often unnecessary method calls.   i think we might have squeezed all we're going to squeeze out of compiler at this point.
lib/sqlalchemy/sql/compiler.py
test/profiling/compiler.py
test/profiling/zoomark_orm.py