Skip to content

events: improve performance caused by primordials - #30577

Closed
antimonyGu wants to merge 1 commit into
nodejs:masterfrom
antimonyGu:events-primordials
Closed

events: improve performance caused by primordials#30577
antimonyGu wants to merge 1 commit into
nodejs:masterfrom
antimonyGu:events-primordials

Conversation

@antimonyGu

@antimonyGuantimonyGu commented Nov 21, 2019

Copy link
Copy Markdown
Contributor
Checklist

Refs: nodejs/code-and-learn#97
Refs: #29766
Refs: #29633

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added the events Issues and PRs related to the events subsystem / EventEmitter. label Nov 21, 2019
Comment threadlib/events.js Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The variables ReflectApply and apply are the same thing. I think one of them can be removed.

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's right. I have changed it. Thanks!

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@antimonyGu

Copy link
Copy Markdown
ContributorAuthor

Dear all reviewers,

I see several builds fails on Jenkins, and most of them seem like a same problem. But I don't know how to fix them and the exact reason of the failure reason. Can anybody help me? Thanks very much!

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@gireeshpunathil

Copy link
Copy Markdown
Member

@antimonyGu - there were unrelated issues that caused this failures, not a cause of worry for you!

those are being addressed, so I have re-triggered the CI. Let us see!

@antimonyGu

Copy link
Copy Markdown
ContributorAuthor

@gireeshpunathil Thanks very much!

@targostargos added the fast-track PRs that do not need to wait for 48 hours to land. label Nov 22, 2019
@targos

Copy link
Copy Markdown
Member

Please 👍 to fast-track.

Trott pushed a commit that referenced this pull request Nov 23, 2019
PR-URL: #30577
Refs: nodejs/code-and-learn#97
Refs: #29766
Refs: #29633
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
@Trott

Copy link
Copy Markdown
Member

Landed in e5cbbe0.

Thanks for the contribution! 🎉

@TrottTrott closed this Nov 23, 2019
addaleax pushed a commit that referenced this pull request Nov 30, 2019
PR-URL: #30577
Refs: nodejs/code-and-learn#97
Refs: #29766
Refs: #29633
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
targos pushed a commit that referenced this pull request Dec 1, 2019
PR-URL: #30577
Refs: nodejs/code-and-learn#97
Refs: #29766
Refs: #29633
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
@BridgeARBridgeAR mentioned this pull request Dec 3, 2019
@BethGriggsBethGriggs mentioned this pull request Dec 9, 2019
MylesBorins pushed a commit that referenced this pull request Dec 17, 2019
PR-URL: #30577
Refs: nodejs/code-and-learn#97
Refs: #29766
Refs: #29633
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
@BethGriggsBethGriggs mentioned this pull request Dec 23, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

eventsIssues and PRs related to the events subsystem / EventEmitter.fast-trackPRs that do not need to wait for 48 hours to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@antimonyGu@nodejs-github-bot@gireeshpunathil@targos@Trott@cjihrig@ZYSzys