Skip to content

Implement generic function type syntax in the VM. #27966

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

Closed
floitschG opened this issue Dec 2, 2016 · 3 comments
Closed

Implement generic function type syntax in the VM. #27966

floitschG opened this issue Dec 2, 2016 · 3 comments
Assignees
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
Milestone

Comments

@floitschG
Copy link
Contributor

This is the VM-implementation issue for #27527.

At the moment we only really need the new syntax in typedefs. Eventually, we want to make this syntax usable for fields and locals, but it's not yet as high a priority. If you find the time to make it work there too, please guard it behind a (different) flag.

@floitschG floitschG added the area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. label Dec 2, 2016
@floitschG floitschG changed the title Implement generic function type syntax Implement generic function type syntax in the VM. Dec 2, 2016
@floitschG floitschG added this to the 1.50 milestone Dec 2, 2016
@mit-mit mit-mit modified the milestones: 1.22, 1.50 Dec 15, 2016
@mit-mit
Copy link
Member

mit-mit commented Dec 15, 2016

Moving to 1.22 for implementation, informal spec i linked from the meta-issue #27527

@mit-mit
Copy link
Member

mit-mit commented Dec 15, 2016

@a-siva FYI for assignment

@a-siva
Copy link
Contributor

a-siva commented Jan 18, 2017

CL being code reviewed (https://codereview.chromium.org/2643523002/)

@floitschG floitschG modified the milestones: 1.23, 1.22 Jan 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
Projects
None yet
Development

No branches or pull requests

5 participants