Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a512fe6e5cf86987997b9be5f8bbea38fe74c247
      
https://github.com/WebKit/WebKit/commit/a512fe6e5cf86987997b9be5f8bbea38fe74c247
  Author: Keith Miller <[email protected]>
  Date:   2025-10-11 (Sat, 11 Oct 2025)

  Changed paths:
    M Source/JavaScriptCore/bytecode/BytecodeList.rb
    M Source/JavaScriptCore/bytecode/CodeBlock.cpp
    M Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp
    M Source/JavaScriptCore/jit/JITPropertyAccess.cpp
    M Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm
    M Source/JavaScriptCore/llint/LowLevelInterpreter64.asm
    M Source/JavaScriptCore/runtime/CommonSlowPathsInlines.h

  Log Message:
  -----------
  [JSC] GetFromScope and PutToScope should cache the StructureID
https://bugs.webkit.org/show_bug.cgi?id=300504
rdar://162364409

Reviewed by Yusuke Suzuki and Dan Hecht.

Right now we the whole Structure* but that's kinda pointless because we are 
going to load
a StructureID from the scope we are attempting to load from. Instead we should 
just cache
the StructureID and compare those directly.

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to