June 26, 2014
1:26 p.m.
On 26 Jun 2014, at 15:19, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Thanks for taking care, these things are aways more work than expected.
Indeed⦠and the code afterwards always looks so little and so simple ;-) Marcus
On 26 Jun 2014, at 15:06, Marcus Denker <marcus.denker@inria.fr> wrote:
On 25 Jun 2014, at 17:15, Marcus Denker <marcus.denker@inria.fr> wrote:
- Opal needs to delegate code generation to the Slot.
This is now done. Opal now, in the semantic analysis phase, annotates slot accesses as OCSlotVariable (OCInstanceVariable we can remove later).
Then when generating, it just forwards to the slot:
emitStore: methodBuilder
slot emitStore: methodBuilder
This is now finally in the image 4.0 046
Marcus