Commit d5523b6
typeinfer: Enqueue CIs for
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.
---------
Co-authored-by: Jameson Nash <vtjnash@gmail.com>ccallable entrypoints (#57158)1 parent 779b750 commit d5523b6
1 file changed
+14
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1280 | 1280 | | |
1281 | 1281 | | |
1282 | 1282 | | |
1283 | | - | |
1284 | | - | |
| 1283 | + | |
| 1284 | + | |
| 1285 | + | |
| 1286 | + | |
| 1287 | + | |
| 1288 | + | |
| 1289 | + | |
| 1290 | + | |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
| 1295 | + | |
| 1296 | + | |
1285 | 1297 | | |
1286 | 1298 | | |
1287 | 1299 | | |
| |||
0 commit comments