On Wed, Oct 28, 2020 at 5:02 AM Shiv Shankar <writetosstha...@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.

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/CAHQurc8%2B5DtOtuM9icvygU7-05jnu1SrCoNhF5ZPAFDtkfTyHw%40mail.gmail.com.

Reply via email to