-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix store immutable receiver #87
Conversation
- Deoptimize in case of immutability - Special case for #cppIf:ifTrue: - 'IMMUTABILITY' variable is always 'true' (at least for now)
- Stage load intructions - Keep object references for annotation - Fix SCCP for recorsive phis
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good!!!
mappings := { 'FoxIFReceiver' -> 'FrameReceiverOffset' } asDictionary. | ||
mappings := { | ||
('FoxIFReceiver' -> 'FrameReceiverOffset'). | ||
('IMMUTABILITY' -> 'true') } asDictionary. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good, we should have a better support fo this later, we should gather the places like this in a checklist :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#91 ;)
#cppIf:ifTrue:
fixBackJumps
algorithm based on dominator treeVM code in pharo-project/pharo-vm#720
WIP (to debug in the VM)