Re: [v8-dev] Generating machine code for typed javascript

2018-10-24 Thread Ben Noordhuis
On Wed, Oct 24, 2018 at 9:39 AM Hayden Livingston wrote: > 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

[v8-dev] Generating machine code for typed javascript

2018-10-24 Thread Hayden Livingston
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