You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a future version we should update V8 again to 9.4.146.16 (or higher). Since we had issues with backwards compatibility of modules we switch back to the old 10.1.1.GA V8 version for 11.0.0.
I've spend some time in testing and patching V8 and have a running V8 9 version with this patch.
To test it you can change these two lines:
To follow up #13395:
In a future version we should update V8 again to 9.4.146.16 (or higher). Since we had issues with backwards compatibility of modules we switch back to the old 10.1.1.GA V8 version for 11.0.0.
I've spend some time in testing and patching V8 and have a running V8 9 version with this patch.
To test it you can change these two lines:
android/package.json
and
android/titanium/libv8-services.js
to download my v8 and build a local SDK
It needs some intensive testing to check if everything still runs fine and no module/app will break.
The text was updated successfully, but these errors were encountered: