WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
144369
FTL SwitchString slow case should use address-of-label
https://bugs.webkit.org/show_bug.cgi?id=144369
Summary
FTL SwitchString slow case should use address-of-label
Filip Pizlo
Reported
2015-04-28 18:35:24 PDT
Currently the FTL SwitchString slow case is done by having us emit IR to switch on the branch offset that the runtime call finds in the jump table's hash map. But we could just have the IR jump to the address returned from the runtime call, and populate the hash map with addresses of labels.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug