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

typeinfer: Enqueue CIs for ccallable entrypoints #57158

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

topolarity
Copy link
Member

This is another step in the long-term direction to have type-inference fully-explore the code graph we want to emit, largely side-stepping the vestigial jl_type_infer paths that we still have in type-inference for ccallable (and OpaqueClosure)

This is needed for juliac, since the trim checks in codegen check if code was enqueued in the workqueue as expected.

This is another step in the long-term direction to have type-inference
fully-explore the code graph we want to emit, largely side-stepping the
vestigial `jl_type_infer` paths that we still have in type-inference
for ccallable (and OpaqueClosure)

This is needed for `juliac`, since the trim checks in codegen check if
code was enqueued in the workqueue as expected.
@topolarity topolarity added the trimming Issues with trimming functionality or PR's relevant to its performance/functionality label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
trimming Issues with trimming functionality or PR's relevant to its performance/functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant