Bug 251692 - [GTK] Add experimental option to build static jsc
Summary: [GTK] Add experimental option to build static jsc
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Linux
: P2 Normal
Assignee: Michael Catanzaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-03 08:22 PST by Michael Catanzaro
Modified: 2023-03-01 08:54 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2023-02-03 08:22:36 PST
I want to get rid of the separate libjavascriptcoregtk.so and install just a single libwebkitgtk.so so that we can stop exporting internal symbols from bmalloc, WTF, and JSC. This will probably also improve performance. For starters, we can implement this change as a non-default PRIVATE build option to facilitate testing. This option will likely be short-lived, because API stabilization is soon, and surely we'll only want to support one way or the other.