Skip to content

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 <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Refael Ackermann <[email protected]>
Reviewed-By: James M Snell <[email protected]>
@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 <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Refael Ackermann <[email protected]>
Reviewed-By: James M Snell <[email protected]>
@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 <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Refael Ackermann <[email protected]>
Reviewed-By: James M Snell <[email protected]>
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 <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Refael Ackermann <[email protected]>
Reviewed-By: James M Snell <[email protected]>
@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