Improved performance
This commit is contained in:
parent
9867550c11
commit
81cc7e6a75
4 changed files with 55 additions and 56 deletions
|
@ -44,9 +44,9 @@ func Build(args []string) int {
|
|||
}
|
||||
|
||||
if config.Verbose {
|
||||
for _, function := range result.Used {
|
||||
function.PrintAsm()
|
||||
}
|
||||
result.EachFunction(result.Main, map[*build.Function]bool{}, func(f *build.Function) {
|
||||
f.PrintAsm()
|
||||
})
|
||||
}
|
||||
|
||||
if dry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue