Skip to content

Function inlining cost model #86

@Lugatod

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions