src: add ability to overload fast api functions#48993
Closed
anonrig wants to merge 2 commits intonodejs:mainfrom
Closed
src: add ability to overload fast api functions#48993anonrig wants to merge 2 commits intonodejs:mainfrom
anonrig wants to merge 2 commits intonodejs:mainfrom
Conversation
a0bdd05 to
12130bb
Compare
Member
|
funny question to ask but could these functions be defined as overloads for |
devsnek
reviewed
Aug 1, 2023
Member
Author
haha, probably yes! |
joyeecheung
reviewed
Aug 2, 2023
0457a0a to
4f9175c
Compare
4f9175c to
7f918a9
Compare
joyeecheung
approved these changes
Aug 8, 2023
Member
joyeecheung
left a comment
There was a problem hiding this comment.
LGTM, I'd suggest we run benchmark CI again before landing it (probably need to wait until the security embargo is lifted)
Member
Author
|
Benchmark CI: https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/1357/ Results |
Collaborator
29 tasks
Collaborator
Collaborator
|
Landed in 82e4ca1...607a545 |
nodejs-github-bot
pushed a commit
that referenced
this pull request
Aug 12, 2023
PR-URL: #48993 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
nodejs-github-bot
pushed a commit
that referenced
this pull request
Aug 12, 2023
PR-URL: #48993 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Ceres6
pushed a commit
to Ceres6/node
that referenced
this pull request
Aug 14, 2023
PR-URL: nodejs#48993 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Ceres6
pushed a commit
to Ceres6/node
that referenced
this pull request
Aug 14, 2023
PR-URL: nodejs#48993 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
RafaelGSS
pushed a commit
that referenced
this pull request
Aug 15, 2023
PR-URL: #48993 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
RafaelGSS
pushed a commit
that referenced
this pull request
Aug 15, 2023
PR-URL: #48993 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Merged
RafaelGSS
pushed a commit
to RafaelGSS/node
that referenced
this pull request
Aug 15, 2023
PR-URL: nodejs#48993 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
RafaelGSS
pushed a commit
to RafaelGSS/node
that referenced
this pull request
Aug 15, 2023
PR-URL: nodejs#48993 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
rluvaton
pushed a commit
to rluvaton/node
that referenced
this pull request
Aug 15, 2023
PR-URL: nodejs#48993 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
rluvaton
pushed a commit
to rluvaton/node
that referenced
this pull request
Aug 15, 2023
PR-URL: nodejs#48993 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
RafaelGSS
pushed a commit
that referenced
this pull request
Aug 16, 2023
PR-URL: #48993 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
RafaelGSS
pushed a commit
that referenced
this pull request
Aug 16, 2023
PR-URL: #48993 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
RafaelGSS
pushed a commit
that referenced
this pull request
Aug 17, 2023
PR-URL: #48993 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
RafaelGSS
pushed a commit
that referenced
this pull request
Aug 17, 2023
PR-URL: #48993 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uses v8 fast api overloads to define
canParsemethod, and remove duplicated external symbols.cc @nodejs/url @nodejs/performance