Default-safe flag for compiler

Default-safe flag for compiler

imagem de Javier Torres

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

2 posts / 0 new
Último post
Para obter mais informações sobre otimizações de compiladores, consulte Aviso sobre otimizações.
imagem de Ravi Narayanaswamy (Intel)

Currently we do not support file scope annotation of transaction_safe through command line switch or #pragma based region scope.

Faça login para deixar um comentário.