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

use specialized code when compiling opaque closure expressions #44176

Merged
merged 1 commit into from
Feb 15, 2022

Conversation

JeffBezanson
Copy link
Sponsor Member

Retry #43320

invoke specialization when an OC is created at run time
@JeffBezanson JeffBezanson merged commit 88edb11 into master Feb 15, 2022
@JeffBezanson JeffBezanson deleted the jb/ocspecialized branch February 15, 2022 04:15
closure_decls.specFunctionObject;
if (GlobalValue *V = jl_Module->getNamedValue(fname)) {
F = cast<Function>(V);
} else {
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style nit: I don't know why we use this convention, but we usually do

Suggested change
} else {
}
else {

antoine-levitt pushed a commit to antoine-levitt/julia that referenced this pull request Feb 17, 2022
…Lang#44176)

invoke specialization when an OC is created at run time
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Feb 22, 2022
…Lang#44176)

invoke specialization when an OC is created at run time
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Mar 8, 2022
…Lang#44176)

invoke specialization when an OC is created at run time
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.

None yet

2 participants