Open
requested to merge st-include-safe-calls-flag-to-include-safe-calls-into-the-stacktrace into develop
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.