Make RyuJIT tolerate null CLASSID_RUNTIME_TYPE (#21331)
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>
Mon, 3 Dec 2018 08:15:26 +0000 (09:15 +0100)
committerGitHub <noreply@github.com>
Mon, 3 Dec 2018 08:15:26 +0000 (09:15 +0100)
commitddfe59dd1fc4f5b9fc8622c19bd1bab46dcc5534
tree3d810802c38b922367e922bd9ac8dcc1ccdba9a7
parent5a7f3c6a303f162ec1f87e2dcc629da4dd1a7721
Make RyuJIT tolerate null CLASSID_RUNTIME_TYPE (#21331)

If we're compiling a class library that has no concept of reflection (and runtime types), EE cannot provide a class handle for this class. Make RyuJIT tolerant to null coming back.
src/jit/gentree.cpp