Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
tree traversal optimiser
Last updated at 4:52 am UTC on 3 January 2005
There is a lot of redundant work done across bytecodes. Often we end up converting a value from a low level representation into Smalltalk objects just so we can convert it back again. This is ineffient.

The tree traversal optimiser aims at removing this overhead using simple fast methods.

Things to do: