Hi Jakob!
On 12/27/22 08:18, Jakob Gruber wrote:
unfortunately yes, --jitless still requires codegen at V8-compile-time since it
relies
heavily on builtins and bytecode handlers, both of which are (mostly) generated
by the
CodeStubAssembler.
That's a pity. Maybe that could change in the future with libgccjit which could
be used
to generate bytecode for more architectures. The Rust compiler has now the
capability to
use libgccjit as a codegen backend, maybe V8 can follow in the future ;-).
In the mean time, I'm trying to get V8 to build on older PowerPC targets. I
have started
with my first contribution just yesterday [1] and will send more patches once I
got the
hang of it ;-).
Adrian
[1] https://chromium-review.googlesource.com/c/v8/v8/+/4124995
--
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/v8-dev/339dcf76-0631-5d65-61d1-55d594c65617%40googlemail.com.