-
Notifications
You must be signed in to change notification settings - Fork 10
Description
It would be nice for the primitive array to not be a global variable defined for each platform in a separate file. Instead, this primitive array can be a vector that a platform can register primitives in. This way some primitives can also be shared between primitives and the concolic execution engine can replace certain primitives with other primitives. Additionally, it reduces the increasing complexity of ifdefs that determine the number of primitives at compile time.
Needed for #324 and custom concolic primitives.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Scheduled