-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Closed
Labels
A-codegenArea: Code generationArea: Code generationI-slowIssue: Problems and improvements with respect to performance of generated code.Issue: Problems and improvements with respect to performance of generated code.
Description
The user-defined operator case in trans::base::trans_assign_op passes an expr evaluating to the callee's address, rather than the callee address, to trans_call_inner. Since the callee is known, this should be the statically known callee address (as per a FIXME).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-codegenArea: Code generationArea: Code generationI-slowIssue: Problems and improvements with respect to performance of generated code.Issue: Problems and improvements with respect to performance of generated code.