On Fri, Jan 29, 2021 at 9:17 PM Tekman <tekma...@gmail.com> wrote:
>
> Hi,
>
> Do you have any tips for reducing the size of an embedded V8 by removing 
> unnecessary functionality (such as wasm or worker support)? Size on disk 
> comes to mind since I presume runtime cost is already pay-for-play.
>
> We're looking for a basic ES6 runtime environment that is compact and 
> efficient (with JIT support), without any of the bells & whistles.
>
> Thank you!

Take a look at BUILD.gn, V8 has a veritable zoo of build options. The
two quickest wins are probably v8_enable_lite_mode=true and
v8_enable_i18n_support=false (drops the dependency on ICU, which is
_big_.)

-- 
-- 
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/CAHQurc-1pU92-OYo6cYQjxGwi0mr7FS2c2bWkiy5g8Un2v1SKw%40mail.gmail.com.

Reply via email to