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

Function inlining cost model #86

Open
Lugatod opened this issue Oct 6, 2016 · 0 comments
Open

Function inlining cost model #86

Lugatod opened this issue Oct 6, 2016 · 0 comments
Assignees

Comments

@Lugatod
Copy link
Contributor

Lugatod commented Oct 6, 2016

The inlining mechanism seems to not fully work on this kind of example

func A() 
end  
func B
  A();
end
func C
  map B() on elems;
end

In the last phase of simit-dump, the func A is still present.

@stephenchouca stephenchouca changed the title functions inlining Function inlining cost model Feb 10, 2017
@fredrikbk fredrikbk assigned fredrikbk and unassigned fredrikbk Feb 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants