Skip to content

src: improve startup time#2483

Merged
evanlucas merged 1 commit intonodejs:masterfrom
evanlucas:v8flags
Aug 21, 2015
Merged

src: improve startup time#2483
evanlucas merged 1 commit intonodejs:masterfrom
evanlucas:v8flags

Conversation

@evanlucas
Copy link
Copy Markdown
Contributor

Previously, V8:SetFlagsFromCommandLine was being called even if v8_argc
was 0. This change prevents that from being called unless v8 arguments
are actually passed.

Improves startup time by about 5% on average.

screen shot 2015-08-21 at 4 10 14 am

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants