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

Exposed Stack and IsReachable properties on emitter. #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

arlm
Copy link
Owner

@arlm arlm commented Jul 12, 2019

These are essential for consumers to know. For instance, in order to spill the stack. Without IsReachable, it is impossible for an emitter to know whether to emit instructions such as a return without doing their own redundant reachability tracking.

Closes PR #1

@arlm
Copy link
Owner Author

arlm commented Jul 12, 2019

@n8allan, can you provide tests for this?

@arlm arlm force-pushed the feature/Exposed_Stack_and_IsReachable branch from e2db542 to 3e7df64 Compare July 29, 2019 07:55
These are essential for consumers to know.  For instance, in order to spill the stack.  Without IsReachable, it is impossible for an emitter to know whether to emit instructions such as a return without doing their own redundant reachability tracking.

Closes PR #4

Co-authored-by: n8allan <[email protected]>
@arlm arlm force-pushed the feature/Exposed_Stack_and_IsReachable branch from 3e7df64 to 0118d3e Compare August 7, 2019 15:27
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