Hi
Is there any flag in the compiler to force it to assume that all functions/methods are transaction_safe by default? We have a lot of legacy code that we would have to manually annotate otherwise.
Thanks a lot, and geetings,
Javier Torres
Currently we do not support file scope annotation of transaction_safe through command line switch or #pragma based region scope.