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

[Preview] Undo VM portion of #9789#11208

Merged
RussKeldorph merged 1 commit into
dotnet:release/2.0.0from
RussKeldorph:fix11088
Apr 26, 2017
Merged

[Preview] Undo VM portion of #9789#11208
RussKeldorph merged 1 commit into
dotnet:release/2.0.0from
RussKeldorph:fix11088

Conversation

@RussKeldorph
Copy link
Copy Markdown

@RussKeldorph RussKeldorph commented Apr 25, 2017

Maintain compat with JIT32 for 2.0 Preview. #9789 introduced a performance optimization involving a change to the JIT and JIT interface. Since this optimization was not added to JIT32, we should disable it for Preview, returning behavior to that prior to #9789 for Preview. Since JIT32 is being removed post-Preview, this change does not need to go into master.

Fixes #11088.

Maintain compat with JIT32 for 2.0 Preview
@RussKeldorph
Copy link
Copy Markdown
Author

Another option is to port #9789 to JIT32, but I prefer this option for Preview unless we know of a reason it wouldn't work.

/cc @dotnet/jit-contrib

@RussKeldorph RussKeldorph changed the title Undo VM portion of #9789 [Preview] Undo VM portion of #9789 Apr 25, 2017
@pgavlin
Copy link
Copy Markdown

pgavlin commented Apr 25, 2017

Seems okay to me.

@briansull briansull self-requested a review April 25, 2017 23:08
Copy link
Copy Markdown

@briansull briansull left a comment

Choose a reason for hiding this comment

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

LGTM, no changes needed for the desktop

@RussKeldorph RussKeldorph merged commit b212208 into dotnet:release/2.0.0 Apr 26, 2017
@RussKeldorph RussKeldorph deleted the fix11088 branch April 26, 2017 15:03
@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.

7 participants