Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1883cff4b2c5431b46b5176f43e51c1d363e9e3a
      
https://github.com/WebKit/WebKit/commit/1883cff4b2c5431b46b5176f43e51c1d363e9e3a
  Author: Keith Miller <[email protected]>
  Date:   2026-01-31 (Sat, 31 Jan 2026)

  Changed paths:
    M Source/JavaScriptCore/bytecode/BytecodeList.rb
    M Source/JavaScriptCore/bytecode/BytecodeUseDef.cpp
    M Source/JavaScriptCore/bytecode/Opcode.h
    M Source/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp
    M Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h
    M Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp
    M Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp
    M Source/JavaScriptCore/interpreter/Interpreter.cpp
    M Source/JavaScriptCore/jit/JIT.cpp
    M Source/JavaScriptCore/jit/JIT.h
    M Source/JavaScriptCore/jit/JITOpcodes.cpp
    M Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm
    M Source/JavaScriptCore/llint/LowLevelInterpreter64.asm
    M Source/JavaScriptCore/lol/LOLJIT.cpp

  Log Message:
  -----------
  Remove op_end
https://bugs.webkit.org/show_bug.cgi?id=306661
rdar://169310061

Reviewed by Yusuke Suzuki.

op_end is semantically the same as op_ret (but has worse codegen in
Baseline). Let's remove it and use op_ret everywhere instead.

Had to fix a few other places that were using op_end as a sentinel
opcode in peephole optimizing bytecode. I replaced it with op_debug
since that opcode shouldn't exist outside bytecode generated for
debugging.

No new tests, no new behavior. Covered by existing tests.

Canonical link: https://commits.webkit.org/306567@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to