electron: Electron 3.0.x: loading of window script code has become slower
- Output of
node_modules/.bin/electron --version: 3.0.x - Operating System (Platform and Version): Windows 10
- Output of
node_modules/.bin/electron --versionon last known working Electron version (if applicable): 2.0.x
Expected Behavior Script loading is as fast as with previous versions or even faster.
Actual behavior Script loading has become considerably slower. For applications with large scripts to load on startup (like VSCode) this results in a measurable delay on startup.
To Reproduce See https://github.com/electron/electron/issues/16099#issuecomment-450355256
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 16 (16 by maintainers)
I think we are OK given https://github.com/electron/electron/issues/16099#issuecomment-455508844
https://github.com/electron/electron/commits/disable_v8_untrusted_code_mitigations_4_X should have it disabled for 4.x branch
https://github.com/electron/libchromiumcontent/tree/disable_v8_untrusted_mitigations_3_0_x should have the libcc builds for 3.0.x branch