On Wed, Oct 28, 2020 at 5:02 AM Shiv Shankar <
writeto...@gmail.com> wrote:
>
> The best way to do this is use Git Patch tool. Create the patch files for each changed file. Automate the build process in such a way that after fetting V8 code, it will get your patch filesfrom your own repo and apply the patches on the source files.
> Thanks,
> Shiv
I second this suggestion. You can crib from
https://github.com/bnoordhuis/v8-cmake - the update_v8.py script
updates to the HEAD of the release branch listed in update_v8.json and
applies everything in the patches/ directory.