Skip to content

Commit

Permalink
Remove DBG GcInfo encoder/decoder (dotnet#6374)
Browse files Browse the repository at this point in the history
This change removes the redundant set of GcInfo encoder/decoder
in the CoreCLR tree called Debug encoder/decoders.

These components are expected to be are well-tested versions
for verification, but are not actively used.
They cause additional overhead wrt maintaining two versions of
GcInfo encoder/decoder as GcInfo format changes.
  • Loading branch information
swaroop-sridhar authored and jkotas committed Jul 21, 2016
1 parent 4ba6e74 commit d1697c6
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 2,905 deletions.
3 changes: 0 additions & 3 deletions src/gcdump/gcdumpnonx86.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,3 @@ void GCDump::DumpPtrsInFrame(PTR_CBYTE infoBlock,
#define VALIDATE_ROOT(isInterior, hCallBack, pObjRef) ((void)0)
#include "../vm/gcinfodecoder.cpp"
#include "../gcinfo/gcinfodumper.cpp"
#ifdef VERIFY_GCINFO
#include "../vm/dbggcinfodecoder.cpp"
#endif
1 change: 0 additions & 1 deletion src/gcinfo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
set( GCINFO_SOURCES
arraylist.cpp
gcinfoencoder.cpp
dbggcinfoencoder.cpp
)

if(CLR_CMAKE_PLATFORM_ARCH_I386)
Expand Down
Loading

0 comments on commit d1697c6

Please sign in to comment.