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

Jit ctx(outer|caller)(skipthunks)? #1594

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

MasterDuke17
Copy link
Contributor

Currently this causes the rakudo installation to die with Frame has no lexical with name '::?PACKAGE' and a ton of fails in make m-test. However, everything passes with MVM_JIT_EXPR_DISABLE=1. Since there aren't any templates for these ops, there likely is some weird interaction with other templates. Isolating this change into its own branch for ease of testing.

For some reason this is causing the `Frame has no lexical with name
'<...>'` errors after the ctx(call|out)er(skipthunks)? ops are jitted.
@MasterDuke17 MasterDuke17 force-pushed the test_branch_for_jitting_of_ctx_ops_that_results_SORRYs_unless_expr_jit_is_disabled branch from 0d5c604 to 94ea89a Compare December 19, 2022 04:03
@MasterDuke17
Copy link
Contributor Author

Hm. After a rebase, now rakudo installs, but MVM_JIT_EXPR_DISABLE=1 doesn't seem to make any difference for the tests (i.e., still a ton of fails).

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