NEW 207621
[JSC] Operand should be small
https://bugs.webkit.org/show_bug.cgi?id=207621
Summary [JSC] Operand should be small
Yusuke Suzuki
Reported 2020-02-12 03:40:00 PST
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.
Attachments
Yusuke Suzuki
Comment 1 2020-02-29 02:14:15 PST
I think we should do it.
Note You need to log in before you can comment on or make changes to this bug.