I'm trying to get the idea of how ignition generates the bytecode from the 
AST and handles it straight.

My understanding is that when the Ignition walks through the AST from the 
parser, it generates bytecodes.
Then, how it generates is that each bytecode is actually an object of 
bytecode class.

Probably how it gets generated and handled is way more complicated, but I 
simply want to get the idea straight first that the bytecode is actually a 
class object.

Thank you!

-- 
-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to