Ignore:
Timestamp:
Sep 26, 2021, 9:25:46 PM (4 years ago)
Author:
[email protected]
Message:

Unreviewed, reverting r283095.
https://bugs.webkit.org/show_bug.cgi?id=230815

We should land the original patch since this does not work
with bytecode cache

Reverted changeset:

"[JSC] Optimize PutByVal with for-in"
https://bugs.webkit.org/show_bug.cgi?id=230801
https://commits.webkit.org/r283095

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jit/JIT.cpp

    r283095 r283096  
    388388        DEFINE_OP(op_jundefined_or_null)
    389389        DEFINE_OP(op_jnundefined_or_null)
    390         DEFINE_OP(op_jeq_ptr)
    391390        DEFINE_OP(op_jneq_ptr)
    392391        DEFINE_OP(op_jless)
Note: See TracChangeset for help on using the changeset viewer.