]> granicus.if.org Git - python/commit
Small optimizations in dispatch method: 1) lookup node's __class__ once
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 25 Oct 2000 18:02:02 +0000 (18:02 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 25 Oct 2000 18:02:02 +0000 (18:02 +0000)
commit66d2c1f7e5b968280137712463404ee2a13809ab
tree97347f1ae0fd1b5326b64cbf745a1c28a76a1479
parent821eee3321f36562e45aa97e25746ad0b6cad31e
Small optimizations in dispatch method: 1) lookup node's __class__ once
and store in local; 2) define _preorder to be dispatch (rather than
method that called dispatch).
Lib/compiler/visitor.py
Tools/compiler/compiler/visitor.py