commit | 66d2c1f7e5b968280137712463404ee2a13809ab | [log] [tgz] |
---|---|---|
author | Jeremy Hylton <jeremy@alum.mit.edu> | Wed Oct 25 18:02:02 2000 +0000 |
committer | Jeremy Hylton <jeremy@alum.mit.edu> | Wed Oct 25 18:02:02 2000 +0000 |
tree | 97347f1ae0fd1b5326b64cbf745a1c28a76a1479 | |
parent | 821eee3321f36562e45aa97e25746ad0b6cad31e [diff] |
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).