Refer link: https://msdn.microsoft.com/en-us/library/system.reflection.emit.opcodes.ldc_i4_s(v=vs.110).aspx
ldc.i4.s num | It says: Pushes num onto the stack as int32, short form. |
1. What we mean by short form here? Instead of 4 bytes 1 byte variable is created in stack for this int variable?