FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

perf_hooks: remove GC callbacks on zero observers count by fanatid · Pull Request #29444 · nodejs/node · GitHub

/ node Public

perf_hooks: remove GC callbacks on zero observers count - #29444

Closed
fanatid wants to merge 1 commit into
nodejs:masterfrom
fanatid:perfhooks-gc-callbacks
Closed

perf_hooks: remove GC callbacks on zero observers count#29444
fanatid wants to merge 1 commit into
nodejs:masterfrom
fanatid:perfhooks-gc-callbacks

Conversation

fanatid commented Sep 4, 2019

Copy link
Copy Markdown
Contributor

When all existed PerformanceObserver instances removed for type gc GC
callbacks should be removed.

Checklist
  • 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

Not sure how add tests for this, any ideas?

When all existed PerformanceObserver instances removed for type `gc` GC
callbacks should be removed.
nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. perf_hooks Issues and PRs related to the implementation of the Performance Timing API. labels Sep 4, 2019

Copy link
Copy Markdown
Collaborator

Trott added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Sep 7, 2019

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Trott commented Sep 7, 2019

Copy link
Copy Markdown
Member

Landed in 6d01f1f

Trott closed this Sep 7, 2019
Trott pushed a commit that referenced this pull request Sep 7, 2019
When all existed PerformanceObserver instances removed for type `gc` GC
callbacks should be removed.

PR-URL: #29444
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
fanatid deleted the perfhooks-gc-callbacks branch September 7, 2019 14:06
targos pushed a commit that referenced this pull request Sep 20, 2019
When all existed PerformanceObserver instances removed for type `gc` GC
callbacks should be removed.

PR-URL: #29444
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
BridgeAR mentioned this pull request Sep 24, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. perf_hooks Issues and PRs related to the implementation of the Performance Timing API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL