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. #4

Closed
wants to merge 451 commits into from

Conversation

arlm
Copy link
Owner

@arlm arlm commented Jun 4, 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.

…direct (inferencing needs a lot of work there).
mgravell and others added 23 commits November 19, 2015 10:00
… separate build for netstandard 1.4 (only code difference is compiled regex); make dependencies less specific (was required previously to yank pre-release bits)
…of(object).IsAssignableFrom(typeof(void)) == true
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.
@arlm arlm force-pushed the master branch 2 times, most recently from e57a954 to 51b5efb Compare July 5, 2019 14:59
arlm added a commit that referenced this pull request 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 #4

Co-authored-by: n8allan <[email protected]>
@arlm
Copy link
Owner Author

arlm commented Jul 12, 2019

Handled on PR #11

@arlm arlm closed this Jul 12, 2019
arlm added a commit that referenced this pull request Jul 29, 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 #4

Co-authored-by: n8allan <[email protected]>
arlm added a commit that referenced this pull request Aug 7, 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 #4

Co-authored-by: n8allan <[email protected]>
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.

10 participants