I have modified the GetVariables()
method in my gyp_configuration.py
file and ensured that the variables dictionary that is returned contains the following key/value pairs:
'javascript_engine': 'v8',
'cobalt_enable_jit': 1,
But I still can't switch JS engine from SpiderMonkey to V8 How could we switch JS engine from SpiderMonkey to V8?
Cobalt version:RC(release candidate) of Cobalt 2019 LTS
build configuration: qa
platform:Linux/ARM