Skip to content

Update to ORCJIT #158

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

Merged
merged 1 commit into from
Oct 23, 2018
Merged

Update to ORCJIT #158

merged 1 commit into from
Oct 23, 2018

Conversation

CodaFi
Copy link
Member

@CodaFi CodaFi commented Oct 20, 2018

Update the JIT layer to wrap ORCJIT. This fundamentally changes the way the API behaves and ultimately provides a much better user experience.

There are compromises in this wrapper:

  • Currently the C API consumes a lot of its inputs and creates dangling pointers. This is not something we can model yet in the Swift type system.
  • Layers form a core part of the C++ API. These do not yet have a corresponding Swift or C API

Subsumes #102

@CodaFi CodaFi force-pushed the ogre-battle branch 4 times, most recently from b51e41a to 28cf88b Compare October 22, 2018 21:17
@CodaFi
Copy link
Member Author

CodaFi commented Oct 23, 2018

⛵️

@CodaFi CodaFi merged commit ddd0839 into llvm-swift:master Oct 23, 2018
@CodaFi CodaFi deleted the ogre-battle branch October 23, 2018 03:06
@CodaFi CodaFi mentioned this pull request Oct 23, 2018
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.

1 participant