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

Look at bounded relaxation of linear to thread #118

Open
mukul-rathi opened this issue Apr 8, 2020 · 0 comments
Open

Look at bounded relaxation of linear to thread #118

mukul-rathi opened this issue Apr 8, 2020 · 0 comments
Labels
low_priority These issues aren't critical to the project success.

Comments

@mukul-rathi
Copy link
Owner

mukul-rathi commented Apr 8, 2020

So can do

class Foo{
... linear
}

void main(){
let x = new Foo (); 
... something something... // x is linear
bound x as blah {
    // x is thread-local in here
}
// x is linear again

Therefore could get benefits of thread-local freely aliasing + mutating, but then keep the pros of linearity?
@mukul-rathi mukul-rathi added the low_priority These issues aren't critical to the project success. label Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low_priority These issues aren't critical to the project success.
Projects
None yet
Development

No branches or pull requests

1 participant