-
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
Cleanup unused JIT stubs in vm #111237
Merged
Merged
Cleanup unused JIT stubs in vm #111237
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
d90d78f
Undef JIT_TailCall on non-Windows x86
huoyaoyuan 4592b65
JIT_TailCallReturnFromVSD
huoyaoyuan 99607cd
JIT_TailCallVSDLeave and JIT_TailCallLeave
huoyaoyuan 6e522ae
Move JIT_ProfilerEnterLeaveTailcallStub to asm
huoyaoyuan a930c23
GetCONTEXTFromRedirectedStubStackFrame
huoyaoyuan 2a60bd4
RedirectForThrowControl and empty unixstubs
huoyaoyuan 945e842
Update comment mentioning RedirectForThrowControl
huoyaoyuan a83462e
Merge branch 'main' into jit-tailcall
huoyaoyuan b2a39a4
Link to issue for stack probing
huoyaoyuan d9cea0f
Remove GetCONTEXTFromRedirectedStubStackFrame(T_DISPATCHER_CONTEXT) o…
huoyaoyuan 08260ee
GetFrameFromRedirectedStubStackFrame
huoyaoyuan f1947ac
Remove defines for other archs in Windows specific handler
huoyaoyuan 5161abf
Fix condition
huoyaoyuan 8a26bec
Fix Windows ARM64 condition
huoyaoyuan b2b2ebc
Update condition for FixupDispatcherContext
huoyaoyuan e42a013
FixupDispatcherContext is used on all archs
huoyaoyuan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove defines for other archs in Windows specific handler
- Loading branch information
commit f1947acb78dc42d37e2b95eeb1c22ceeef05cdd6
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Nit: It would be nice to change the ifdef around this method to
#ifdef TARGET_WINDOWS
to match the rest