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

Add Call-site Size information to __llvm.stackmaps #56

Closed
swaroop-sridhar opened this issue Jul 1, 2015 · 1 comment
Closed

Add Call-site Size information to __llvm.stackmaps #56

swaroop-sridhar opened this issue Jul 1, 2015 · 1 comment

Comments

@swaroop-sridhar
Copy link
Contributor

CoreCLR's GCTables require call-site size (the length of the call instruction) to be reported for each GC-safepoint. This information is not available in LLVM's stackmap so add it.

Sanjoy Das recommended that this can be recorded correctly (in light of relocations) by using two labels before/after the call-instruction and computing their difference (as an MC-expression).

@swaroop-sridhar
Copy link
Contributor Author

Subsumed by #73

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

No branches or pull requests

1 participant