Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Allow V8 flags to be configured at runtime#128

Merged
facekapow merged 8 commits intomasterfrom
v8-flags
Aug 1, 2016
Merged

Allow V8 flags to be configured at runtime#128
facekapow merged 8 commits intomasterfrom
v8-flags

Conversation

@facekapow
Copy link
Copy Markdown
Contributor

This PR allows flags for V8 to be configured at runtime by the root project (where the initrd was packed) in /runtime.json, like:

{
  "v8": {
    "flags": "--my-v8-flags --expose-wasm --harmony --more"
  }
}

Hopefully, runtime.json will also contain flags for runtime.js in the future (e.g. enabling SMP).

On a minor note, the performance global has been added to the .eslintrc. Somehow it was overlooked in the code style pull request.

@iefserge
Copy link
Copy Markdown
Member

iefserge commented Aug 1, 2016

This is amazing, looks great! 🎉
Let's merge this, then I'll tag a new release!

@facekapow facekapow merged commit 5f4424d into master Aug 1, 2016
@facekapow facekapow deleted the v8-flags branch August 1, 2016 12:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants