ceylon / ceylon-compiler

DEPRECATED
GNU General Public License v2.0
138 stars 36 forks source link

Optimise access to same-class non-getter attributes #317

Open FroMage opened 12 years ago

FroMage commented 12 years ago

Right now access to same-class non-getter attributes are accessed via their getter/setter methods, but we don't need to, we should optimise this to make it faster.

We cannot optimise them if they are shared AND non-final. In every other case we can and should.

tombentley commented 12 years ago

This optimization could be visible to users because their interceptors would not be invoked, so do we need a sentence in the spec to say that simple attributes are not interceptable?

FroMage commented 12 years ago

Can wait for M3

FroMage commented 12 years ago

M5

FroMage commented 11 years ago

Moving to M6

FroMage commented 10 years ago

Moving to 1.2