Skip to content

Draft: Add -st-include-safe-calls

This mr adds a flag called -st-include-safe-calls which includes safe function calls into the stacktrace. This flag actually changes the code generation. No pushes and pops will be generated for safe calls without this flag.

Edited by Quinten Cabo

Merge request reports