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.x-backport] http2,perf_hooks: perf state using AliasedBuffer #18364

Closed
wants to merge 1 commit into from

Conversation

kfarnung
Copy link
Contributor

Backported PR #18300 to v8.x-staging. The backport dropped the http2 portion of the change since the dependent change hasn't been backported (yet?).

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

perf_hooks

@kfarnung kfarnung self-assigned this Jan 25, 2018
@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. v8.x labels Jan 25, 2018
@kfarnung kfarnung added the perf_hooks Issues and PRs related to the implementation of the Performance Timing API. label Jan 25, 2018
@addaleax
Copy link
Member

@kfarnung I don’t know if you are aware, but the rule is that commits need to live for at least 2 weeks in a Current (9.x) release before they are merged into an LTS branch … it’s cool that you already opened this PR, and I’ll gladly review it, but be prepared to rebase this a couple times.

@kfarnung
Copy link
Contributor Author

Thanks @addaleax, I wasn't sure of the process here. I just wanted to get the PR open while it was still fresh. I'll keep an eye on it and periodically rebase. I mostly wasn't sure if @jasnell was eventually planning to backport the http2 change and figured this was the best way to start that discussion.

@kfarnung kfarnung changed the title [v8.x] http2,perf_hooks: perf state using AliasedBuffer [v8.x-backport] http2,perf_hooks: perf state using AliasedBuffer Jan 25, 2018
Update performance_state to use AliasedBuffer and update usage sites.

PR-URL: nodejs#18300
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
@gibfahn
Copy link
Member

gibfahn commented Feb 19, 2018

gibfahn pushed a commit that referenced this pull request Feb 19, 2018
Update performance_state to use AliasedBuffer and update usage sites.

PR-URL: #18300
Backport-PR-URL: #18364
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
@gibfahn
Copy link
Member

gibfahn commented Feb 19, 2018

Landed in dea44b9

@gibfahn gibfahn closed this Feb 19, 2018
@kfarnung kfarnung deleted the v8.x-backport-18300 branch February 19, 2018 03:26
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++. 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.

4 participants