-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
A lot of DWARF debug information is encoded as programs for a stack-based VM. Without turning on optimizations, only very few of the operations that exist for this VM are used in the debug information produced by Clang. Turning on optimizations seems to break multiple assumptions that Spray currently makes for analyzing programs at runtime.
To implement (and test) more VM operations, a method of producing reference binaries that use these operations is needed that doesn't rely on turning up the optimization level. Without reference binaries, it doesn't make sense to add implementations to the missing operations.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels