Skip to content

Commit 800283d

Browse files
committed
force full interruptible
1 parent 348f1ed commit 800283d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/coreclr/jit/codegencommon.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,15 @@ CodeGen::CodeGen(Compiler* theCompiler) : CodeGenInterface(theCompiler)
139139

140140
compiler->genCallSite2DebugInfoMap = nullptr;
141141

142+
#ifdef USE_GC_INFO_DECODER
143+
// TODO: VS just to check.
144+
SetFullPtrRegMapRequired(true);
145+
#else
142146
/* Assume that we not fully interruptible */
143147

144148
SetInterruptible(false);
149+
#endif
150+
145151
#if defined(TARGET_ARMARCH) || defined(TARGET_LOONGARCH64) || defined(TARGET_RISCV64)
146152
SetHasTailCalls(false);
147153
#endif // TARGET_ARMARCH || TARGET_LOONGARCH64 || TARGET_RISCV64

0 commit comments

Comments
 (0)