Skip to content

Function inlining cost model #86

Description

@Lugatod

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions