-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Fix interpreter #97935
Fix interpreter #97935
Conversation
e045885
to
3d77b7a
Compare
Need review again.
|
300c5ee
to
15c22bf
Compare
Thanks for your patience. I am learning and exploring the workflow of PR. The suggested changes seemed to be combined into a new commit when I clicked 'Add suggestion to batch'. So I fixup each suggested change manually to corresponding commit and force push the branch. Not sure if it is a recommended way to do so. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
This PR fixes CoreCLR interpreter at HelloWorld level.
IL code of Program:
Run with command
corerun -c /home/nikola/work/runtime/artifacts/bin/coreclr/linux.x64.Debug /home/nikola/work/runtime/t/hello.exe
and following environment variables: