cstjean / TraceCalls.jl

A debugging and profiling tool for Julia
Other
46 stars 4 forks source link

Consider using Base's AST/lowered code #32

Open cstjean opened 7 years ago

cstjean commented 7 years ago

Then we wouldn't have to parse everything. But it might become very ugly with optional/keyword arguments. See eg. Base.uncompressed_ast(fun.code)