I am attempting to change the chromium in the following manner:
I would like to inject some code to the end of each basic block of the AST while V8 compiles the javascript code, I want this code the access some data structure I create so I can update it about the code that is in that basic block. So during runtime of the code in the basic block my code is being called - this code needs to update my data structure . Where do I create my data structure ? I guess that it will be in some file in the V8 folder, but I am unsure exactly which file (maybe compiler.cc ?) and where in the file ? Any help and ideas on how to get started are very appreciated! -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
