-
电子微创意
发布于
DSP
-
0评论
-
17974次浏览
-
1326人收藏
-
2019-07-13 14:56
It is possible for each thread to have a local
stack and maintain copies of some variables there. If you define a variable as volatile, it tells
the compiler not to do any optimizations that would remove reads and writ...