Skip to content

Implement LLVM ExecutionEngine API #19750

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 2 commits into from
Dec 15, 2014
Merged

Implement LLVM ExecutionEngine API #19750

merged 2 commits into from
Dec 15, 2014

Conversation

murarth
Copy link
Contributor

@murarth murarth commented Dec 11, 2014

Makes a couple changes that support the implementation of a REPL:

  • Implementation of wrapper code for LLVM ExecutionEngine API
  • Fixing a change I made earlier to reset compiler state in phase_1_[...]
    instead of compile_input as the latter is not used in a REPL

@Gankra
Copy link
Contributor

Gankra commented Dec 12, 2014

r? @thestinger

@murarth murarth changed the title Support for implementation of a Rust REPL Implement LLVM ExecutionEngine API Dec 12, 2014
@brson
Copy link
Contributor

brson commented Dec 12, 2014

Although adding a JIT and REPL is a big decision that we shouldn't make lightly, this groundwork looks pretty unobjectionable to me. Thanks.

brson added a commit to brson/rust that referenced this pull request Dec 12, 2014
Makes a couple changes that support the implementation of a REPL:

* Implementation of wrapper code for LLVM ExecutionEngine API
* Fixing a change I made earlier to reset compiler state in `phase_1_[...]`
  instead of `compile_input` as the latter is not used in a REPL
brson added a commit to brson/rust that referenced this pull request Dec 13, 2014
Makes a couple changes that support the implementation of a REPL:

* Implementation of wrapper code for LLVM ExecutionEngine API
* Fixing a change I made earlier to reset compiler state in `phase_1_[...]`
  instead of `compile_input` as the latter is not used in a REPL
bors added a commit that referenced this pull request Dec 14, 2014
Implement LLVM ExecutionEngine API

Reviewed-by: brson
bors added a commit that referenced this pull request Dec 15, 2014
Makes a couple changes that support the implementation of a REPL:

* Implementation of wrapper code for LLVM ExecutionEngine API
* Fixing a change I made earlier to reset compiler state in `phase_1_[...]`
  instead of `compile_input` as the latter is not used in a REPL
@bors bors closed this Dec 15, 2014
@bors bors merged commit 04b4b50 into rust-lang:master Dec 15, 2014
@murarth murarth deleted the rusti-support branch December 15, 2014 16:44
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.

4 participants