Skip to content

refactors interpreter_exec.jl further #53246

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
Feb 9, 2024

Conversation

aviatesk
Copy link
Member

@aviatesk aviatesk commented Feb 8, 2024

This commit refines interpreter_exec.jl further, on top of #53218. In detail, by using Base.Experimental.@compiler_options compile=min, it's now possible to mimic the effect of julia --compile=[min|yes]. This commit is leveraging it and includes interpreter_exec.jl from test/compiler/ssair.jl, allowing us to get better stack traces and test summaries.

In addition, I've introduced several tests concerning the src.inferred values and have relocated the tests from #47066 within interpreter_exec.jl to test/compiler/irpasses.jl, since it is related to Julia-level compilation and not to interpreter execution.

@aviatesk aviatesk requested a review from Keno February 8, 2024 10:58
@aviatesk aviatesk force-pushed the avi/more-refactor-interpexectest branch from c4dfacf to 7c75ed4 Compare February 8, 2024 12:42
This commit refines `interpreter_exec.jl` further, on top of #53218.
In detail, by using `Base.Experimental.@compiler_options compile=min`,
it's now possible to mimic the effect of `julia --compile=[min|yes]`.
This commit is leveraging it and includes `interpreter_exec.jl` from
`test/compiler/ssair.jl`, allowing us to get better stack traces and
test summaries.

In addition, I've introduced several tests concerning the `src.inferred`
values and have relocated the tests from #47066 within
`interpreter_exec.jl` to `test/compiler/irpasses.jl`, since it is
related to Julia-level compilation and not to interpreter execution.
@aviatesk aviatesk force-pushed the avi/more-refactor-interpexectest branch from 7c75ed4 to 28d22ad Compare February 9, 2024 00:46
@aviatesk aviatesk merged commit d056498 into kf/interpexectest Feb 9, 2024
@aviatesk aviatesk deleted the avi/more-refactor-interpexectest branch February 9, 2024 02:02
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.

2 participants