79595823

Date: 2025-04-28 04:56:57
Score: 0.5
Natty:
Report link

I think volatile make sence only if you turn on optimization flag of compiler ON.

In gcc you can use -o2 flag to pass to gcc while compile your code.

gcc -o2 -S prog.c

And check the code generated with and without volatile keywords.

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Vishwas S