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

src: merge fn_name in NODE_SET_PROTOTYPE_METHOD #13547

Closed
wants to merge 1 commit into from

Conversation

XadillaX
Copy link
Contributor

@XadillaX XadillaX commented Jun 8, 2017

Merge two duplicate fn_name into one in NODE_SET_PROTOTYPE_METHOD,
it may improve a bit performance.

Checklist
Affected core subsystem(s)

src, performance

Merge two duplicate `fn_name` into one in NODE_SET_PROTOTYPE_METHOD,
it may improve a bit performance.
@nodejs-github-bot nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Jun 8, 2017
@addaleax addaleax added the lib / src Issues and PRs related to general changes in the lib or src directory. label Jun 8, 2017
@addaleax
Copy link
Member

addaleax commented Jun 8, 2017

@XadillaX
Copy link
Contributor Author

Shall we ignore those two CI tests?

@refack
Copy link
Contributor

refack commented Jun 10, 2017

Shall we ignore those two CI tests?

IMHO yes, but just in case: https://ci.nodejs.org/job/node-test-commit-arm-fanned/9336/

@refack refack self-assigned this Jun 10, 2017
refack pushed a commit to refack/node that referenced this pull request Jun 10, 2017
Merge two duplicate `fn_name` into one in NODE_SET_PROTOTYPE_METHOD,
it may improve a bit performance.

PR-URL: nodejs#13547
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@refack
Copy link
Contributor

refack commented Jun 10, 2017

Landed in b5d8d7c

@refack
Copy link
Contributor

refack commented Jun 10, 2017

Quick sanity check on master: https://ci.nodejs.org/job/node-test-commit-linuxone/6538/

@refack refack closed this Jun 10, 2017
addaleax pushed a commit that referenced this pull request Jun 12, 2017
Merge two duplicate `fn_name` into one in NODE_SET_PROTOTYPE_METHOD,
it may improve a bit performance.

PR-URL: #13547
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@addaleax addaleax mentioned this pull request Jun 12, 2017
@gibfahn gibfahn mentioned this pull request Jun 15, 2017
3 tasks
@MylesBorins
Copy link
Contributor

should his land in v6.x?

@XadillaX
Copy link
Contributor Author

I think it should.

MylesBorins pushed a commit that referenced this pull request Aug 14, 2017
Merge two duplicate `fn_name` into one in NODE_SET_PROTOTYPE_METHOD,
it may improve a bit performance.

PR-URL: #13547
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Aug 16, 2017
Merge two duplicate `fn_name` into one in NODE_SET_PROTOTYPE_METHOD,
it may improve a bit performance.

PR-URL: #13547
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@MylesBorins MylesBorins mentioned this pull request Aug 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants