Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hint: Startup time improvement #1593

Closed
mathiask88 opened this issue Dec 22, 2015 · 1 comment
Closed

Hint: Startup time improvement #1593

mathiask88 opened this issue Dec 22, 2015 · 1 comment
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)

Comments

@mathiask88
Copy link

Hey,
node.js 0.10 and 0.12 were always compiled without v8 snapshotting due to a security reason that had been fixed and since io.js 2.x it should be enabled by default, but due to a config mismatch it was not...until now ;) nodejs/node#3962

Just want to give you this hint so that you can have a look at the effect on startup time in vscode if this patch arrives here (or if you apply that change and build electron on your own)

@bpasero
Copy link
Member

bpasero commented Dec 23, 2015

@mathiask88 thanks, the node.js version we use depends on whatever Electron picks up, so I think eventually we will benefit from this change.

@bpasero bpasero closed this as completed Dec 23, 2015
@bpasero bpasero added the *question Issue represents a question, should be posted to StackOverflow (VS Code) label Dec 23, 2015
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

2 participants