Skip to content

build: Maximize the default V8 inliner flags values

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

build The default values used for the V8 inliner are tuned for client-side workloads. For server side workloads, like the nodejs ones, using more aggresive flag values may improve performance I have added a link to the collected data https://docs.google.com/spreadsheets/d/1Fx_Ia5dY9aVgzzhcobfsAsAjvt9HAfw1JrAYrTWDgn0/edit?usp=sharing

Description of change

Signed-off-by: Sorin Baltateanu sorin.baltateanu@intel.com

Merge request reports

Loading