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

v8: pull fix for builtin code size on PPC #3474

Closed
wants to merge 1 commit into from

Conversation

mhdawson
Copy link
Member

Fixes: #3390

Pull in the change that has been committed to v8 master in
https://codereview.chromium.org/1415463002/. We are currently
cherry-picking into 4.6 and 4.7 but until next next v8 update
into Node Master I'd like to float it as it will make PPC LE
go green in the CI

Pull in the change that has been committed to v8 master in
https://codereview.chromium.org/1415463002/.  We are currently
cherry-picking into 4.6 and 4.7 but until next next v8 update
into Node Master I'd like to float it as it will make PPC LE
go green in the CI
@mhdawson
Copy link
Member Author

@mscdex mscdex added the v8 engine Issues and PRs related to the V8 dependency. label Oct 21, 2015
@bnoordhuis
Copy link
Member

LGTM

@jasnell
Copy link
Member

jasnell commented Oct 21, 2015

LGTM as well

mhdawson added a commit that referenced this pull request Oct 22, 2015
Pull in the change that has been committed to v8 master in
https://codereview.chromium.org/1415463002/.  We are currently
cherry-picking into 4.6 and 4.7 but until next next v8 update
into Node Master I'd like to float it as it will make PPC LE
go green in the CI

Fixes: #3390
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ben Noordhuis <ben@strongloop.com>
PR-URL: #3474
@jasnell
Copy link
Member

jasnell commented Oct 22, 2015

Landed in 1cbc2d0 ... @mhdawson .. given that this is a floating patch, what's the timeline on getting the upstream?

@jasnell jasnell closed this Oct 22, 2015
@mhdawson
Copy link
Member Author

The V8 flow is single threaded for pull to previous patches. The first one is in the progress and the second will follow. So should be in 4.6/4.7 within a few days

mhdawson added a commit that referenced this pull request Oct 26, 2015
Pull in the change that has been committed to v8 master in
https://codereview.chromium.org/1415463002/.  We are currently
cherry-picking into 4.6 and 4.7 but until next next v8 update
into Node Master I'd like to float it as it will make PPC LE
go green in the CI

Fixes: #3390
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ben Noordhuis <ben@strongloop.com>
PR-URL: #3474
@jasnell
Copy link
Member

jasnell commented Oct 28, 2015

@mhdawson ... is this needed in v4.x?

@jasnell
Copy link
Member

jasnell commented Oct 29, 2015

@john-yan ... do you know if this one is needed in v4.x?

@john-yan
Copy link

@jasnell It doesn't harm to include it in v4.x, given that it just increase buffer size. If it fixes any test issue on ppc, I think putting it in is a good idea.

mhdawson added a commit that referenced this pull request Oct 29, 2015
Pull in the change that has been committed to v8 master in
https://codereview.chromium.org/1415463002/.  We are currently
cherry-picking into 4.6 and 4.7 but until next next v8 update
into Node Master I'd like to float it as it will make PPC LE
go green in the CI

Fixes: #3390
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ben Noordhuis <ben@strongloop.com>
PR-URL: #3474
mhdawson added a commit that referenced this pull request Oct 29, 2015
Pull in the change that has been committed to v8 master in
https://codereview.chromium.org/1415463002/.  We are currently
cherry-picking into 4.6 and 4.7 but until next next v8 update
into Node Master I'd like to float it as it will make PPC LE
go green in the CI

Fixes: #3390
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ben Noordhuis <ben@strongloop.com>
PR-URL: #3474
@jasnell
Copy link
Member

jasnell commented Oct 29, 2015

Landed in v4.x-staging in 5bdb35d

@mhdawson
Copy link
Member Author

I don't think we actually needed this since we only saw the issue in 5.X with the newer level of v8.

@mhdawson mhdawson deleted the v8-1 branch March 15, 2017 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v8 engine Issues and PRs related to the V8 dependency.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants