Skip to content

Conversation

@fexolm
Copy link
Collaborator

@fexolm fexolm commented Feb 24, 2020

No description provided.

@fexolm fexolm requested a review from quasilyte February 24, 2020 21:37
}

func (cl *Compiler) compilePackage(p *ir.Package) error {
callGraph := optimizer.BuildCallGraph(p)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't add optimizer code into compiler.
It should work like this:

  • irgen generates the IR
  • optimizer optimizes IR
  • compiler generates the code for the IR

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants