Expand description
Experimental support for emitting retags as function calls in generated code.
We attempt to retag every argument and return value of a function, and every rvalue
of an assignment. The first step to retagging is to generate a RetagPlan, which
describes which pointers within the place or operand can be retagged.
Enumsยง
- Retag
Plan ๐ - A description of the pointers within a type that need to be retagged.
Functionsยง
- rvalue_
needs_ ๐retag