-
Notifications
You must be signed in to change notification settings - Fork 1
Add support for symbolic pointers #5
Copy link
Copy link
Open
Labels
a-runtimeArea: The runtime library and backendsArea: The runtime library and backendsc-symemConcern: Symbolic Memory and AddressesConcern: Symbolic Memory and AddressesenhancementNew feature or requestNew feature or request
Description
The following cases are currently known to be able to generate pointers with symbolic values and are expected to be supported:
-
Offsetbinary operator with a symbolic offset or base. -
AddrOfoperator over a symbolic place. -
AggregateRawPtrwith symbolic data or metadata (like a symbolic length of a slice pointer) - Transmutation or casting to a pointer type.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
a-runtimeArea: The runtime library and backendsArea: The runtime library and backendsc-symemConcern: Symbolic Memory and AddressesConcern: Symbolic Memory and AddressesenhancementNew feature or requestNew feature or request