According to https://v8.dev/blog/jitless, starting from 7.4, V8 supports JIT-less mode making it suitable for restricted environments.
My goal is to reduce the binary size by stripping the optimizing compiler code which is not needed when running in this mode. Is any configuration flag which will compile V8 in this *lightweight* mode? Right now I am getting both "v8_base_without_compiler" and "v8_compiler" but I was not able to link my application without the "v8_compiler" module. -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/0dd1c357-5d83-47cb-b32e-ab3e7e504d07%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.