-
Notifications
You must be signed in to change notification settings - Fork 0
Add --drop-edges
#260
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
Add --drop-edges
#260
Conversation
18ea7f5 to
751cd99
Compare
30717a9 to
de3acc7
Compare
|
This PR is stale because it has been open 30 days with no activity. Comment or remove stale label, or this PR will be closed in 5 days. |
Drvi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, since Cody saw it:)
topolarity
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not upstreamable in this form, but should be appropriate for frozen-world workflows.
Looks good to me!
| jl_array_ptr_1d_push(_jl_debug_method_invalidation, loctag); | ||
| loctag = jl_box_int32((int32_t)idx); | ||
| jl_array_ptr_1d_push(_jl_debug_method_invalidation, loctag); | ||
| if (jl_array_len(callee_ids) > 0) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We've discussed this before, but just for posterity:
If you want this to be upstreamable, this should be a replaced with a "frozen world check" in the else branch. As is, this loads the code without checking that you did the "world dance" correctly, which could cause invalidated code to run.
PR Description
Applies during image generation (i.e. when using
--output-o). When--drop-edgesis specified, do not serialize edges into the image.Checklist
Requirements for merging:
port-to-*labels that don't apply.