pchickey submitted PR Review.
bjorn3 submitted PR Review.
bjorn3 created PR Review Comment:
Please return
&[TrapSite]
instead.
bjorn3 submitted PR Review.
bjorn3 edited PR Review Comment.
froydnj updated PR #1214 from trap-exposure
to master
:
- [X] This has been discussed in issue #1184.
- [X] A short description of what this does, why it is needed: The current interface of
cranelift-module
requires consumers who want to be informed about traps to discover that information throughModule::Product
, which is backend-specific. Since it's advantageous to manipulate this information in a backend-agnostic way, this patch changesModule::define_function{,_bytes}
to return information about the traps contained in the function being defined.- [X] This PR does not contain test cases.
- [x] A reviewer from the core maintainer team has been assigned for this PR.
froydnj updated PR #1214 from trap-exposure
to master
:
- [X] This has been discussed in issue #1184.
- [X] A short description of what this does, why it is needed: The current interface of
cranelift-module
requires consumers who want to be informed about traps to discover that information throughModule::Product
, which is backend-specific. Since it's advantageous to manipulate this information in a backend-agnostic way, this patch changesModule::define_function{,_bytes}
to return information about the traps contained in the function being defined.- [X] This PR does not contain test cases.
- [x] A reviewer from the core maintainer team has been assigned for this PR.
froydnj submitted PR Review.
froydnj created PR Review Comment:
Good point, done.
froydnj updated PR #1214 from trap-exposure
to master
:
- [X] This has been discussed in issue #1184.
- [X] A short description of what this does, why it is needed: The current interface of
cranelift-module
requires consumers who want to be informed about traps to discover that information throughModule::Product
, which is backend-specific. Since it's advantageous to manipulate this information in a backend-agnostic way, this patch changesModule::define_function{,_bytes}
to return information about the traps contained in the function being defined.- [X] This PR does not contain test cases.
- [x] A reviewer from the core maintainer team has been assigned for this PR.
pchickey merged PR #1214.
Last updated: Nov 22 2024 at 16:03 UTC