CIL trivia: Mono implements an extra opcode from the ECMA-355 standard that CoreCLR does not have #119542
-
I noticed an unfamiliar opcode on page 356 of the fifth edition ECMA-355 standard: the "no. prefix". It's description is:
The types of checks that can be disabled include type checks, range checks on array access, and null checking. Mono implements this opcode, using it internally in few places in generated marshaling code. In CoreClr it is That's all, I just thought this was mildly interesting. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Related: #10112 |
Beta Was this translation helpful? Give feedback.
Related: #10112