Skip to content

Commit

Permalink
make CORINFO_HELP_CHECK_OBJ a no-gc helper (because we can)
Browse files Browse the repository at this point in the history
  • Loading branch information
VSadov committed Mar 9, 2024
1 parent 1cad688 commit 949f08a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/coreclr/jit/emit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2859,6 +2859,8 @@ bool emitter::emitNoGChelper(CorInfoHelpFunc helpFunc)
case CORINFO_HELP_FAIL_FAST:
case CORINFO_HELP_STACK_PROBE:

case CORINFO_HELP_CHECK_OBJ:

case CORINFO_HELP_VALIDATE_INDIRECT_CALL:
return true;

Expand Down

0 comments on commit 949f08a

Please sign in to comment.