Hi,

I am currently playing with different builtins in V8. Trying to add some 
functionality in-order to do taint tracking 
<https://www.andrew.cmu.edu/user/liminjia/research/papers/chromium-taint-ndss2015.pdf>.
 
I want to come-up with an efficient way to version-control and integrate my 
changes within the V8 codebase.

Say I changed the file* v8/src/builtins/builtins-string.cc*. I want to be 
able to keep the changed file in my own git repo and automatically 
integrate it during the build process.

I understand the DEPS 
<https://chromium.googlesource.com/chromium/src/+/master/buildtools/checkdeps/README.md>file
 
might help me with this, but I'm not sure if this is the right direction.

Can I get some pointers?
Much appreciated :)

Thanks

-- 
-- 
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/979c3577-b3a7-40e2-b341-4dc39b2ecdfan%40googlegroups.com.

Reply via email to