Bug 254487 - Avoid is8Bit checks in JSRopeString for each fiber when the whole rope is 8 bit
Summary: Avoid is8Bit checks in JSRopeString for each fiber when the whole rope is 8 bit
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-26 14:10 PDT by Chris Dumez
Modified: 2023-03-26 16:13 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2023-03-26 14:10:40 PDT
Avoid is8Bit checks in JSRopeString for each fiber when the whole rope is 8 bit.
Comment 1 Chris Dumez 2023-03-26 14:14:03 PDT
Pull request: https://github.com/WebKit/WebKit/pull/11983