Skip to content

Commit

Permalink
add treeLifeUpdater (dotnet/coreclr#18021)
Browse files Browse the repository at this point in the history
[tfs-changeset: 1700288]

Commit migrated from dotnet/coreclr@d629c99
  • Loading branch information
dotnet-bot authored and Sergey Andreenko committed May 23, 2018
1 parent 34539a5 commit 9048184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/coreclr/src/jit/jit.settings.targets
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
<CppCompile Include="..\objectalloc.cpp" />
<CppCompile Include="..\sideeffects.cpp" />
<CppCompile Include="..\stacklevelsetter.cpp" />
<CppCompile Include="..\treelifeupdater.cpp" />
<CppCompile Include="..\Lower.cpp" />
<CppCompile Include="..\LSRA.cpp" />
<CppCompile Include="..\lsrabuild.cpp" />
Expand Down
2 changes: 1 addition & 1 deletion src/coreclr/src/jit/treelifeupdater.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ class TreeLifeUpdater
VARSET_TP gcTrkStkDeltaSet; // // a set of gc tracked stack variables that changed their liveness..
#ifdef DEBUG
VARSET_TP gcVarPtrSetNew; // a set to print changes to live part of tracked stack ptr lcls (gcVarPtrSetCur).
int epoch; // VarSets epoch when the class was created, must stay the same during its using.
unsigned epoch; // VarSets epoch when the class was created, must stay the same during its using.
#endif // DEBUG
};

0 comments on commit 9048184

Please sign in to comment.