cranelift-codegen: Rename abi::Caller to abi::CallSite#6414
cranelift-codegen: Rename abi::Caller to abi::CallSite#6414alexcrichton merged 1 commit intobytecodealliance:mainfrom
cranelift-codegen: Rename abi::Caller to abi::CallSite#6414Conversation
cranelift-codegen: Rename abi::Callee to abi::CallSitecranelift-codegen: Rename abi::Caller to abi::CallSite
Subscribe to Label ActionDetailsThis issue or pull request has been labeled: "cranelift", "cranelift:area:aarch64", "cranelift:area:machinst", "cranelift:area:x64", "isle"Thus the following users have been cc'd because of the following labels:
To subscribe or unsubscribe from this label, edit the |
|
Registering a drive-by vote in favor of this idea, but I'd still like @cfallin's review. |
Will be less confusing since each call site has both a caller and a callee.
cfallin
left a comment
There was a problem hiding this comment.
This seems fine to me; @fitzgen and I talked it over and tried to brainstorm better names a bit yesterday and this is I think the clearest option.
Just to document a little history here: Caller (née ABICaller) was previously ABICall and Callee (née ABICallee) was previously ABIBody; the last rename happened in #2142 after some review comments; specifically here was where caller/callee were suggested, because "call" was confusing. Perhaps "callsite" is a bit better / more explicit though.
|
Oh merge queue is configured for merge instead of squash right now so I'm going to bump this out while pat lands #6391 |
Will be less confusing since each call site has both a caller and a callee.