Viewing profile — schuay
schuay
HN member- Joined
- Wed, Mar 13, 2019, 1:55 PM UTC
- HN karma
- 22
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About schuay
No profile information was provided.
Recent public activity
-
comment
Comment #19379753
> I'm curious if the runtime flag to enable JITless mode could also be enabled at compile time, removing the JIT compiler from the binary entirely. That could be really useful for …
-
comment
Comment #19379563
While bytecode handlers (and other builtins) are generated by TurboFan, this happens at V8-compile-time, not at runtime. Their generated code is shipped embedded into the binary as…
-
comment
Comment #19379332
That is not yet clear. Early adopters have reported (jitless) V8 to be at least as fast as (jitless) JSC on Octane2 on a native iOS device.
-
comment
Comment #19379258
A fast V8 with jitting isn't going away. Jitless V8 is meant for embedders that either cannot or do not want to allocate executable memory at runtime. (Also, in many common real-wo…
-
comment
Comment #19378681
I think that should be possible. The main restriction seems to be 2.5.6 Apps that browse the web must use the appropriate WebKit framework and WebKit Javascript. Using V8 to execut…