JIT/EE interface cleanup - #32521
Conversation
Delete methods on JIT/EE interface that are no longer used in CoreCLR
|
cc @dotnet/jit-contrib |
AndyAyersMS
left a comment
There was a problem hiding this comment.
Would be good to verify this is zero-diff.
Seems like we could get rid of GTF_INX_REFARR_LAYOUT entirely.
|
Superpmi not happy. |
|
The SuperPMI unit test finally found what it was designed to find. Nice. |
| BOOL tiVerificationNeeded; | ||
| // CoreCLR does not ever run IL verification. Compile out the verifier from the JIT by making this a constant. | ||
| // TODO: Delete the verifier from the JIT? | ||
| // BOOL tiVerificationNeeded; |
There was a problem hiding this comment.
Yeah, I think we should do this, but it doesn't have to be done now.
This reverts commit c73f640.
|
I have reverted the Example of asm diff: Baseline: With My guess is that that there is a place in register allocator (have not traced down where exactly) that compares all flags without interpreting them. |
|
|
Known issue: #32638 |
Delete methods on JIT/EE interface that are no longer used in CoreCLR