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

VTune config and vcbuild fixups #4192

Merged
merged 2 commits into from
Jan 13, 2016
Merged

VTune config and vcbuild fixups #4192

merged 2 commits into from
Jan 13, 2016

Conversation

rvagg
Copy link
Member

@rvagg rvagg commented Dec 8, 2015

  • s/Vtune/VTune
  • consistency in architecture types reported by configure, banish ia32 in favour of x86 there, also, do we actually support x32 compiles? Does anyone know if this is actual Linux x32 or if it's a synonym for x86? @bnoordhuis?
  • refactor vcbuild.bat to use the new configure_flags for enable-vtune

/cc @cdai2

@JungMinu JungMinu added the build Issues and PRs related to build files or the CI. label Dec 8, 2015
@bnoordhuis
Copy link
Member

do we actually support x32 compiles? Does anyone know if this is actual Linux x32

We don't support it officially but it's been known to work from time to time. And yes, it's real x32 - 64 bits registers, 32 bits pointers.

@bnoordhuis
Copy link
Member

LGTM

1 similar comment
@jasnell
Copy link
Member

jasnell commented Dec 11, 2015

LGTM

PR-URL: nodejs#4192
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs#4192
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
@rvagg rvagg merged commit 4383acd into nodejs:master Jan 13, 2016
@rvagg
Copy link
Member Author

rvagg commented Jan 13, 2016

landed @ 4383acd

@jbergstroem
Copy link
Member

I've been wanting to add a x32 vm to ci but it's hard to find providers that supports it. The quest continues.

rvagg added a commit that referenced this pull request Jan 14, 2016
PR-URL: #4192
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
rvagg added a commit that referenced this pull request Jan 14, 2016
PR-URL: #4192
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
scovetta pushed a commit to scovetta/node that referenced this pull request Apr 2, 2016
PR-URL: nodejs#4192
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
scovetta pushed a commit to scovetta/node that referenced this pull request Apr 2, 2016
PR-URL: nodejs#4192
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants