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

feat(ops): V8 Fast Calls #15122

Merged
merged 24 commits into from
Jul 22, 2022
Merged

feat(ops): V8 Fast Calls #15122

merged 24 commits into from
Jul 22, 2022

Conversation

littledivy
Copy link
Member

auto fast api impl generation for worthy ops 🪄

ops/lib.rs Outdated Show resolved Hide resolved
@aapoalas
Copy link
Collaborator

aapoalas commented Jul 8, 2022

Ooooh yes, I was waiting for this!

core/bindings.rs Outdated Show resolved Hide resolved
ops/lib.rs Outdated

let args = args
.iter()
.fold(quote! {}, |acc, new| quote! { #acc, #new });
Copy link
Collaborator

Choose a reason for hiding this comment

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

Does a join() exist for TokenStream2's? Also, does this actually work properly? I would naively read this to become ", arg1, arg2".

ops/lib.rs Show resolved Hide resolved
ops/lib.rs Show resolved Hide resolved
ops/lib.rs Show resolved Hide resolved
ops/lib.rs Show resolved Hide resolved
ops/lib.rs Outdated Show resolved Hide resolved
ops/lib.rs Outdated Show resolved Hide resolved
@littledivy littledivy changed the title [wip] feat(ops): V8 Fast Calls feat(ops): V8 Fast Calls Jul 20, 2022
@littledivy littledivy marked this pull request as ready for review July 20, 2022 12:02
Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

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

Why update std submodule?

ops/README.md Outdated Show resolved Hide resolved
ops/lib.rs Outdated Show resolved Hide resolved
ops/lib.rs Show resolved Hide resolved
Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

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

LGTM

@littledivy littledivy merged commit 03dc3b8 into denoland:main Jul 22, 2022
littledivy added a commit to littledivy/deno that referenced this pull request Jul 22, 2022
littledivy added a commit that referenced this pull request Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants