I want to use V8 as a scripting language for my game but want to generate machine code directly without any type profiling or interpreter.
Is it possible to tell v8 the types it is seeing in the source are 100% typed like typescript and never going to change and therefore it can generate optimal code? -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
