[webkit-dev] JavaScriptCore on Fuchsia
Michael Catanzaro
mcatanzaro at igalia.com
Wed Jun 27 19:53:25 PDT 2018
On Tue, Jun 26, 2018 at 6:49 PM, Yusuke SUZUKI <utatane.tea at gmail.com>
wrote:
> My suggestion is introducing Fushcia port, adding both
> PLATFORM(FUSHCIA) and OS(FUSHCIA) ifdefs.
> Use OS(FUSHCIA) when the change is b/c of Fushcia's APIs. And use
> PLATFORM(FUSHCIA) to change
> the policy of the released build (e.g. enabling / disabling FTL JIT
> etc.).
> By doing so, JSCOnly port also becomes available in Fushcia. And it
> means that Fushcia port can benefit
> from JSCOnly port's work for making WTF and JSC portable.
I wonder if PLATFORM(FUSHCIA) is even needed? Maybe OS(FUSHCIA) would
suffice? Then instead of a separate Fushcia port, we would just have
the existing JSCOnly port running on Fuschia.
More information about the webkit-dev
mailing list