Skip to content
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

Cleanup-Merge-FullBlockClosure1 #10272

Merged

Conversation

MarcusDenker
Copy link
Member

This is the first step of #10219:

  • Move all methods but the accessor from FullBlockClosure to BlockClosure, overriding the dead code there
  • remove #numLocalTemps which does not work for FullBlocks
  • remove abstractBytecodeMessagesDo: which is not used anymore (and too slow anyway)

Next steps:

  • move ivar up
  • merge classes
  • rename ivar startpc to compiledBlock

- Move all methods but the accessor from FullBlockClosure to BlockClosure, overriding the dead code there
- remove #numLocalTemps which does not work for FullBlocks 
- remove abstractBytecodeMessagesDo: which is not used anymore (and too slow anyway)


Next steps:
- move ivar up
- merge classes 
- rename ivar startpc to compiledBlock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants