We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f68dd2 commit 0cdf521Copy full SHA for 0cdf521
1 file changed
lib/Runtime/Base/CompactCounters.h
@@ -12,7 +12,7 @@ namespace Js
12
template<class T, typename CountT = T::CounterFields>
13
struct CompactCounters
14
{
15
- volatile uint8 fieldSize;
+ uint8 fieldSize;
16
#if DBG
17
mutable bool bgThreadCallStarted;
18
bool isCleaningUp;
@@ -26,7 +26,6 @@ namespace Js
26
WriteBarrierPtr<int32> i32Fields;
27
};
28
29
-
30
CompactCounters()
31
:fieldSize(1)
32
0 commit comments