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

Avoid disassembling during context switch #908

Draft
wants to merge 2 commits into
base: pharo-12
Choose a base branch
from

Conversation

guillep
Copy link
Member

@guillep guillep commented Jan 28, 2025

Store the process suspension reason on the process/stack and use that information to proceeed during context switch.

This avoids buggy disassembly sequences during context switch that assume the shape of the generate code.

…or normal return condition when returning to a machine code caller
@guillep guillep force-pushed the cleanup-suspension-points branch from 831c9a2 to 3907dc4 Compare February 3, 2025 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant