Skip to content

url: reduce revokeObjectURL cpp calls - #47728

Merged
nodejs-github-bot merged 1 commit into
mainfrom
perf-revoke-object-url
Apr 30, 2023
Merged

url: reduce revokeObjectURL cpp calls#47728
nodejs-github-bot merged 1 commit into
mainfrom
perf-revoke-object-url

Conversation

@anonrig

Copy link
Copy Markdown
Member

Resolving a pending TODO. This pull request mainly reduces the C++ calls in revokeObjectURL function while removing the try/catch block.

cc @nodejs/url

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/url

@nodejs-github-botnodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. whatwg-url Issues and PRs related to the WHATWG URL implementation. labels Apr 26, 2023
@anonrig
anonrigforce-pushed the perf-revoke-object-url branch from 0b485ec to e67eafdCompareApril 26, 2023 14:44
Comment threadsrc/node_blob.cc Outdated
@anonrig
anonrigforce-pushed the perf-revoke-object-url branch from e67eafd to 3e6638bCompareApril 26, 2023 15:34
@anonriganonrig added the request-ci Add this label to start a Jenkins CI on a PR. label Apr 26, 2023
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Apr 26, 2023
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@anonriganonrig added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 27, 2023
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@debadree25debadree25 added the commit-queue Add this label to land a pull request using GitHub Actions. label Apr 30, 2023
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Apr 30, 2023
@nodejs-github-bot
nodejs-github-bot merged commit 6827dbb into mainApr 30, 2023
@nodejs-github-bot
nodejs-github-bot deleted the perf-revoke-object-url branch April 30, 2023 12:38
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 6827dbb

targos pushed a commit that referenced this pull request May 2, 2023
PR-URL: #47728
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
@targostargos mentioned this pull request May 2, 2023
targos pushed a commit that referenced this pull request May 3, 2023
PR-URL: #47728
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.c++Issues and PRs that require attention from people who are familiar with C++.needs-ciPRs that need a full CI run.whatwg-urlIssues and PRs related to the WHATWG URL implementation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@anonrig@nodejs-github-bot@lemire@jasnell@debadree25@danielleadams