Skip to main content

Module retag

Module retag 

Source
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ยง

RetagPlan ๐Ÿ”’
A description of the pointers within a type that need to be retagged.

Functionsยง

rvalue_needs_retag ๐Ÿ”’