[Webkit-unassigned] [Bug 259429] New: Empty switch statements generated by opcode_generator.rb
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jul 23 13:27:58 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=259429
Bug ID: 259429
Summary: Empty switch statements generated by
opcode_generator.rb
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ian.grunert at gmail.com
AirOpcodeGenerated.h generates warnings when built with MSVC due to switch statements with no case clause (only default). This builds without warnings in clang but generates an extraneous jmp instruction to the next line.
Fix opcode_generator.rb to stop generating these empty switch statements.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230723/bc571e7b/attachment.htm>
More information about the webkit-unassigned
mailing list