This repository was archived by the owner on Jan 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Implement stack probing using helpers #27184
Merged
echesakov
merged 15 commits into
dotnet:master
from
echesakov:JitStackProbeHelperArmArch
Oct 29, 2019
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
bc01f5b
Add JIT_StackProbe on TARGET_ARM in src/inc/jithelpers.h src/vm/jitin…
echesakov 1d4e98d
Remove CodeGen::genAllocLclFrame() in src/jit/codegenarmarch.cpp
echesakov 1e924c9
Add CodeGen::genAllocLclFrame as is in src/jit/codegenarm.cpp
echesakov 5098211
Remove dead-code and redundant ifdef-s in src/jit/codegenarm.cpp
echesakov bf28df1
Add CodeGen::genAllocLclFrame as is in src/jit/codegenarm64.cpp
echesakov 13b869e
Remove dead-code and redundant ifdef-s in src/jit/codegenarm64.cpp
echesakov 96b54a3
Adjust comments in src/jit/codegenarm.cpp src/jit/codegenarm64.cpp
echesakov 09fa4c3
Remove stack probing loop in src/jit/codegenarm.cpp
echesakov 62f98ea
Add call to CORINFO_HELP_STACK_PROBE in CodeGen::genAllocLclFrame in …
echesakov d1650aa
Small cleanup in CodeGen::genAllocLclFrame in src/jit/codegenarm.cpp
echesakov 3a39c4e
Implement JIT_StackProbe in src/vm/arm/asmhelpers.S
echesakov a341ccd
Implement JIT_StackProbe in src/vm/arm/asmhelpers.asm
echesakov 1ac8368
Add argument descriptions to the method header in src/jit/codegenarm.…
echesakov 816e3ae
Remove Arm32 comments related as well as rTemp in src/jit/codegenarm6…
echesakov bb2f8ba
Add argument descriptions to the method header in src/jit/codegexarch…
echesakov 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
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.