We added OperandKind to Operand, but it doubles the sizeof(Operand). And it is critical since it is included in DFG's VariableEvent in VariableEventStream. We should make it 4 bytes.
I think we should do it.