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

Conversation

jkotas
Copy link
Member

@jkotas jkotas commented Jul 28, 2016

No description provided.

//-------------------------------------------------------------------------
// The "this" pointer

if (!(mflags & CORINFO_FLG_STATIC) || opcode == CEE_NEWOBJ)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that opcode == CEE_NEWOBJ condition was unnecessary in the original code because of CORINFO_FLG_STATIC is never set for instance constructors.

@jkotas
Copy link
Member Author

jkotas commented Jul 28, 2016

cc @MichalStrehovsky @dotnet/jit-contrib

@jkotas jkotas merged commit 05b7cb4 into dotnet:master Jul 28, 2016
@jkotas jkotas deleted the string-ctor branch July 29, 2016 07:30
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
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.

2 participants