-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[CIL, Bug] jmp error when jump to Func2<!!T,!!T>, T = ValueTuple
3<int32[],int32,int32>
#11802
Comments
@AndyAyersMS @briansull @dotnet/jit-contrib Does this look familiar? |
Doesn't look familiar. |
Ok, assuming CodeGen until proven otherwise. |
Can you provide a complete repro case for this issue? And what is the exact "error" that occurs? |
I also don't think that using a 'jmp; opcode is supported for generic methods and such methods have "hidden" parameters that need to be setup, such as the generic context. |
@briansull In my opinion, jmp isn't much use on any case in .net so I assume it might be an unnotice bug occur on type checking because it's only error when a nest type is array. |
@RevensofT |
Hi,
I got unusual error I can't point a finger what's wrong with it, maybe a bug so I report it here.
Op jmp error on jump to generic delegate of value tuple of generic array,
I test on some sample and found it only error when tuple with array type.
The text was updated successfully, but these errors were encountered: