Open FroMage opened 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?
Can wait for M3
M5
Moving to M6
Moving to 1.2
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.