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

Staging classes in addition to functions #52

Open
mdashti opened this issue Apr 22, 2013 · 0 comments
Open

Staging classes in addition to functions #52

mdashti opened this issue Apr 22, 2013 · 0 comments
Labels

Comments

@mdashti
Copy link
Collaborator

mdashti commented Apr 22, 2013

I am using LMS for my project, but unfortunately, it is not possible (or at best, not that easy) to use it for my whole system. Currently, it is only possible to use LMS for lifting a function, but even the simplest Scala projects are made up of class hierarchies.
As the first step in this road, we need to capture class attributes used in method bodies, for two reasons:
1- There is no need to pass all class attributes to each method of the class, when we want to use staging for that method.
2- It will be possible to use staging for class members as well (because passing class attributes as arguments to each method of class will prevent these variables to be staged, specially when they are complex data structures)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant