-
Notifications
You must be signed in to change notification settings - Fork 171
--jit
option to execute without creation of executable file
#2564
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
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
2da048b
Add --jit option to execute without creation of executable file
Vipul-Cariappa 5a96c18
execute global_init & global_stmts after checking their existence
Vipul-Cariappa 8a0a847
CI fix & raise error for non-llvm backend with jit
Vipul-Cariappa 895ae8f
combined `compile_python_to_object_file` and `execute_python_using_ji…
Vipul-Cariappa 8659948
Add testing mechanism
Vipul-Cariappa 602359a
Testing with cpython and symengine
Vipul-Cariappa 4ae8463
skipping jit tests with external dependency
Vipul-Cariappa c138728
skipping testing JIT that depend on syms or cpython
Vipul-Cariappa 31b4d02
support to use cpython and symengine with JIT
Vipul-Cariappa f1cd329
Trigger CI/CD
Vipul-Cariappa caec554
windows fix
Vipul-Cariappa ed6dd6e
WASM ci fix
Vipul-Cariappa 3be9723
allow few tests to fail under `--jit`
Vipul-Cariappa ca42626
fix for #2595
Vipul-Cariappa 4fdfe04
factored out loading cpython and symengine libraries
Vipul-Cariappa cbac670
wasm related fix
Vipul-Cariappa a35dc02
windows ci fix
Vipul-Cariappa f6f62b9
windows ci fix
Vipul-Cariappa ff5ac20
windows ci fix
Vipul-Cariappa ea044d5
updated for consistency
Vipul-Cariappa 5ae201e
updated for consistency
Vipul-Cariappa 6d9432b
Apply suggestions from code review
Vipul-Cariappa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.