Skip to content

Conversation

JeffBezanson
Copy link
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
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.

2 participants