summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2016-09-22 09:58:40 -0700
committerdotnet-bot <dotnet-bot@microsoft.com>2016-09-22 09:58:40 -0700
commitaa665d0a2d3556a8e824f7ea00ffb4e5955f52c1 (patch)
tree800e93c03cca87412ac7330b8f9f0d16f6b815ca /src/inc
parent9816ad1dc99e77c2ce710a3fcb415e237f18f399 (diff)
downloadcoreclr-aa665d0a2d3556a8e824f7ea00ffb4e5955f52c1.tar.gz
coreclr-aa665d0a2d3556a8e824f7ea00ffb4e5955f52c1.tar.bz2
coreclr-aa665d0a2d3556a8e824f7ea00ffb4e5955f52c1.zip
GcInfo V2 for Jit32 Desktop
This change switches Jit32 on Desktop CLR to use GcInfo V2 encodings. The updates to the encoder are in this change, and the necessary changes to the decoder in the VM are already in place. Testing: Standard DDR testing X86 GCStress testing [tfs-changeset: 1628772]
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/gcinfo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/inc/gcinfo.h b/src/inc/gcinfo.h
index acfc072fa5..e5537e0526 100644
--- a/src/inc/gcinfo.h
+++ b/src/inc/gcinfo.h
@@ -32,12 +32,7 @@ const unsigned this_OFFSET_FLAG = 0x2; // the offset is "this"
// The current GCInfo Version
//-----------------------------------------------------------------------------
-#if defined(_TARGET_X86_) && !defined(FEATURE_CORECLR)
-// X86 GcInfo encoding is yet to be changed for Desktop JIT32.
-#define GCINFO_VERSION 1
-#else
#define GCINFO_VERSION 2
-#endif // _TARGET_X86_
#define MIN_GCINFO_VERSION_WITH_RETURN_KIND 2
#define MIN_GCINFO_VERSION_WITH_REV_PINVOKE_FRAME 2