arvindm95 / unladen-swallow

Automatically exported from code.google.com/p/unladen-swallow
Other
0 stars 0 forks source link

Measure: number of calls to builtin functions/types #54

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We'd like to make direct calls to builtin functions/types, eventually
inlining them via Clang compilation and type feedback/prediction. I'd like
to know what percentage of function calls are to builtin functions, and
ideally, what the per-function breakdown is. This should also include calls
to important builtin types like set(), list(), dict(), etc.

Original issue reported on code.google.com by collinw on 10 Jun 2009 at 3:16

GoogleCodeExporter commented 8 years ago
I initially filed this because --enable-profiling didn't work on Darwin. It 
works on Linux, 
which is good enough to get this data.

Original comment by collinw on 9 Oct 2009 at 7:37