I have a few questions about the "native syntax" feature internally used by V8's:
1. When does V8 parse/compile/run the javascript files in the src directory? When compiling V8 or at runtime? 2. Can "native syntax" be used externally, when linking v8, without patching? 3. Can a Context be initialized using "native syntax", then run a user script in regular javascript. 4. Is "native syntax" a viable options if I want to create an extended runtime "library" for V8. Instead of writing every prototype/function in C++. The way V8 uses this feature seems much easier. -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
