NEW 191420
[JSC] Introduce op_load_const bytecode
https://bugs.webkit.org/show_bug.cgi?id=191420
Summary [JSC] Introduce op_load_const bytecode
Yusuke Suzuki
Reported 2018-11-08 07:41:44 PST
op_mov is one of the most executed bytecode. While it is so much executed, its implementation is a bit bloated. The main reason is that src register can take the normal register or constant register. Speedometer Ember.js score shows regression with the new bytecode format. It indicates that LLInt performance is critical even if JIT is fully enabled. I think introducing op_load_const tightens op_mov.
Attachments
Note You need to log in before you can comment on or make changes to this bug.