Skip to content

build: add --enable-d8 configure option - #7538

Merged
bnoordhuis merged 1 commit into
nodejs:masterfrom
bnoordhuis:enable-d8
Jul 9, 2016
Merged

build: add --enable-d8 configure option#7538
bnoordhuis merged 1 commit into
nodejs:masterfrom
bnoordhuis:enable-d8

Conversation

@bnoordhuis

Copy link
Copy Markdown
Member

Add an option to the configure script for building d8. Useful for
testing V8 standalone.

@bnoordhuisbnoordhuis added build Issues and PRs related to build files or the CI. v8 engine Issues and PRs related to the V8 dependency. labels Jul 5, 2016
@addaleax

addaleax commented Jul 5, 2016

Copy link
Copy Markdown
Member

LGTM with (normal) CI: https://ci.nodejs.org/job/node-test-commit/3973/

@jasnell

Copy link
Copy Markdown
Member

LGTM

@rvagg

rvagg commented Jul 6, 2016

Copy link
Copy Markdown
Member

where does the binary land?

is this something we might want to not publicise in ./configure --help? it's yet another thing people will come to us for support with but is not within the scope of what we're shipping, go to the V8 project if you want d8.

@jasnell

Copy link
Copy Markdown
Member

I would vote for a silent, undocumented option. This is something I've
found myself wanting on multiple occasions for my own debugging but it's
definitely not something I'd like to have to provide support for
On Jul 5, 2016 5:55 PM, "Rod Vagg" notifications@github.com wrote:

where does the binary land?

is this something we might want to not publicise in ./configure --help?
it's yet another thing people will come to us for support with but is not
within the scope of what we're shipping, go to the V8 project if you want
d8.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#7538 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AAa2eb4lfHGbn6ruwlifGrP7QStcToxUks5qSv0dgaJpZM4JFKyX
.

@bnoordhuis

Copy link
Copy Markdown
MemberAuthor

@jasnell@rvagg The binary ends up in out/$BUILDTYPE, like other binaries. I've undocumented the switch. LGTY?

@jasnell

Copy link
Copy Markdown
Member

Lgtm
On Jul 6, 2016 7:27 AM, "Ben Noordhuis" notifications@github.com wrote:

@jasnellhttps://github.com/jasnell@rvagghttps://github.com/rvagg
The binary ends up in out/$BUILDTYPE, like other binaries. I've
undocumented the switch. LGTY?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#7538 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AAa2eYr9TOEqHlVAIEhXGSGzjIGxn4CUks5qS7tvgaJpZM4JFKyX
.

@rvagg

rvagg commented Jul 7, 2016

Copy link
Copy Markdown
Member

lgtm!

@gibfahn

Copy link
Copy Markdown
Member

@rvagg@jasnell Would it be possible to have a section of the documentation for unstable and unsupported options? This seems like a useful feature for node debugging.

Add an option to the configure script for building d8. Useful for
testing V8 standalone.
PR-URL: nodejs#7538
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
@bnoordhuis
bnoordhuis deleted the enable-d8 branch July 9, 2016 07:25
@bnoordhuis
bnoordhuis merged commit 0a9f27b into nodejs:masterJul 9, 2016
@bnoordhuis

Copy link
Copy Markdown
MemberAuthor

@gibfahn I'd be alright with a HACKING.md or whatever you want to call it in doc/.

@MylesBorins

Copy link
Copy Markdown
Contributor

@bnoordhuis lts?

@rvagg

Copy link
Copy Markdown
Member

@thealphanerd yes this would be helpful in v4

@MylesBorins

Copy link
Copy Markdown
Contributor

this does not land cleanly on v4.x @bnoordhuis would you be willing to backport?

bnoordhuis added a commit to bnoordhuis/io.js that referenced this pull request Jul 13, 2016
Add an option to the configure script for building d8. Useful for
testing V8 standalone.
PR-URL: nodejs#7538
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
@bnoordhuis

Copy link
Copy Markdown
MemberAuthor

#7704

@bnoordhuisbnoordhuis mentioned this pull request Jul 13, 2016
3 tasks
evanlucas pushed a commit that referenced this pull request Jul 13, 2016
Add an option to the configure script for building d8. Useful for
testing V8 standalone.
PR-URL: #7538
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
MylesBorins pushed a commit that referenced this pull request Jul 13, 2016
Add an option to the configure script for building d8. Useful for
testing V8 standalone.
PR-URL: #7538
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
MylesBorins pushed a commit that referenced this pull request Jul 14, 2016
Add an option to the configure script for building d8. Useful for
testing V8 standalone.
PR-URL: #7538
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
@evanlucasevanlucas mentioned this pull request Jul 18, 2016
MylesBorins pushed a commit that referenced this pull request Aug 16, 2016
Add an option to the configure script for building d8. Useful for
testing V8 standalone.
PR-URL: #7538
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
MylesBorins pushed a commit that referenced this pull request Sep 28, 2016
Add an option to the configure script for building d8. Useful for
testing V8 standalone.
PR-URL: #7538
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
rvagg pushed a commit that referenced this pull request Oct 18, 2016
Add an option to the configure script for building d8. Useful for
testing V8 standalone.
PR-URL: #7538
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
MylesBorins pushed a commit that referenced this pull request Oct 26, 2016
Add an option to the configure script for building d8. Useful for
testing V8 standalone.
PR-URL: #7538
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
@MylesBorinsMylesBorins mentioned this pull request Oct 26, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

buildIssues and PRs related to build files or the CI.v8 engineIssues and PRs related to the V8 dependency.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@bnoordhuis@addaleax@jasnell@rvagg@gibfahn@MylesBorins