Skip to content
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

Remove the JITX86 class. #277

Closed
wants to merge 6 commits into from
Closed

Remove the JITX86 class. #277

wants to merge 6 commits into from

Conversation

dvander
Copy link
Member

@dvander dvander commented Feb 24, 2015

The JITx86 class is basically platform independent, and should be merged into Environment. First patch moves watchdog/runtime interaction into Environment.

@dvander
Copy link
Member Author

dvander commented Feb 24, 2015

Patches 2 & 3: Some BaseContext stuff has been moved out of JITX86, and the ICompilation infrastructure has been removed. This is technically a breaking API change, since StartCompilation now always returns null. Core is the only caller so I just fixed it.

@dvander
Copy link
Member Author

dvander commented Feb 24, 2015

Patch 4: Factor out all the stub stuff out of JITX86 into a new CodeStubs class.

@dvander
Copy link
Member Author

dvander commented Feb 24, 2015

Merged via command-line.

@dvander dvander closed this Feb 24, 2015
@dvander dvander deleted the cc3 branch February 24, 2015 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant