June 26, 2014
1:19 p.m.
Thanks for taking care, these things are aways more work than expected. 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