wichtounet / eddic

Compiler of the EDDI programming language
MIT License
33 stars 4 forks source link

Maintain a call graph #28

Closed wichtounet closed 11 years ago

wichtounet commented 11 years ago

Use the call graph for warnings and for inlining Delete the old reference counting

wichtounet commented 11 years ago

For now, cannot be done easily because it is necessary to keep the reference counting for the assembly functions that are not represented by mtac::function_p.

Will be done later.