Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

[x86/Linux] Fix codegen to handle GT_OBJ #9753

Closed
wants to merge 1 commit into from
Closed

[x86/Linux] Fix codegen to handle GT_OBJ #9753

wants to merge 1 commit into from

Conversation

seanshpark
Copy link

Add to handle GT_OBJ in genCodeForTreeNode()

  • fixes unit test Loader/classloader/generics/Instantiation/Recursion/genrecur
  • IL_STUB_UnboxingStub geneates GT_OBJ with register

@seanshpark
Copy link
Author

Fixes #9706

@seanshpark
Copy link
Author

@dotnet-bot test OSX x64 Checked Build and Test please

1 similar comment
@seanshpark
Copy link
Author

@dotnet-bot test OSX x64 Checked Build and Test please

@seanshpark seanshpark changed the title [x86/Linux] WIP, Fix codegen to handle GT_OBJ [x86/Linux] Fix codegen to handle GT_OBJ Mar 22, 2017
Add to handle GT_OBJ in genCodeForTreeNode()
- fixes unit test Loader/classloader/generics/Instantiation/Recursion/genrecur
- IL_STUB_UnboxingStub geneates GT_OBJ with register
@seanshpark
Copy link
Author

@BruceForstall , PTAL, I've slightly changed to code and rebased.

@janvorli
Copy link
Member

@BruceForstall can you take a look please?

@BruceForstall BruceForstall self-requested a review March 27, 2017 22:18
@seanshpark
Copy link
Author

I'll close this PR as #10538 solve the problem.

@seanshpark seanshpark closed this Mar 29, 2017
@karelz karelz modified the milestone: 2.0.0 Aug 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants