Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Apply CoreRT fixes and workarounds in System.Private.CoreLib #84

Merged
merged 1 commit into from
Oct 21, 2015
Merged

Apply CoreRT fixes and workarounds in System.Private.CoreLib #84

merged 1 commit into from
Oct 21, 2015

Conversation

jkotas
Copy link
Member

@jkotas jkotas commented Oct 21, 2015

  • Intrinsics changed to be compatible with CoreCLR/RyuJIT model
  • Temporary ifdefs for not-yet-implemented functionality

@jkotas
Copy link
Member Author

jkotas commented Oct 21, 2015

@tarekgh PTLA

@@ -62,6 +58,7 @@

<PropertyGroup>
<SkipCommonResourcesIncludes>true</SkipCommonResourcesIncludes>
<DefineConstants>CORERT</DefineConstants>
Copy link
Member

Choose a reason for hiding this comment

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

We'll need to define this only when we are not building PN as now PN project import the corert project. I can take care of that before enabling the mirroring but it will be nice to put some comment here.

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

@tarekgh
Copy link
Member

tarekgh commented Oct 21, 2015

other than my comments or questions, it looks good to me.

@tarekgh
Copy link
Member

tarekgh commented Oct 21, 2015

LGTM. you'll just need to resolve the conflict before you merge it.

- Intrinsics changed to be compatible with CoreCLR/RyuJIT model
- Temporary ifdefs for not-yet-implemented functionality
jkotas added a commit that referenced this pull request Oct 21, 2015
Apply CoreRT fixes and workarounds in System.Private.CoreLib
@jkotas jkotas merged commit 63a2d6f into dotnet:master Oct 21, 2015
@jkotas jkotas deleted the CoreLib-Fixes branch October 24, 2015 12:55
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.

None yet

2 participants