electron / libchromiumcontent

Shared library build of Chromium’s Content module
MIT License
485 stars 183 forks source link

Patches to backport the array splice performance regression caused in ch66. #555

Closed nitsakh closed 6 years ago

nitsakh commented 6 years ago

This backports two commits to fix the array splice regression caused in ch66. The patches represent those commits and fixing some merge conflicts etc. Please suggest a sensible number for the patch version for v8. This addresses https://github.com/electron/electron/issues/13153.

nitsakh commented 6 years ago

Thanks @alexeykuzmin !