chore: make Compiler.findJoinPoints trace messages more useful (#9668)
This commit is contained in:
parent
4cd917aa65
commit
2ea6b5068c
1 changed files with 1 additions and 1 deletions
|
|
@ -610,7 +610,7 @@ their definitions and call sites with `jp`/`jmp`.
|
|||
-/
|
||||
def Decl.findJoinPoints (decl : Decl) : CompilerM Decl := do
|
||||
let findResult ← JoinPointFinder.find decl
|
||||
trace[Compiler.findJoinPoints] "Found: {findResult.candidates.size} jp candidates"
|
||||
trace[Compiler.findJoinPoints] "Found {findResult.candidates.size} jp candidates for {decl.name}"
|
||||
JoinPointFinder.replace decl findResult
|
||||
|
||||
def findJoinPoints : Pass :=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue