Sure, I will. You are very helpful, really.
A very silly question, I am a newbie to v8, so my ways to try to understand v8 is:
1) build and run benchmark (with flags), which gives me some feeling about v8;
2) read blogs and see video, which gives me basic ideas;
3) refer to the code, however, the code is too much for me, and I want to quickly grab how all the parts work together (for example, I see there are hydrogen, ic, lithium, even build graph and build optimized graph, however, I still now how all the things work together);
4) refer to "git log" to see the changes, still very hard;
Could you give me some suggestions that I can see how the parts work together? All I can think (maybe my next step) is to use gdb to step through function calls, which is tooo inefficient as to huge v8.
Sincerely,
Amy