Method call frequency statistics for ARM
authorDavid Flamme <dfla@complang.tuwien.ac.at>
Tue, 16 Mar 2010 15:13:20 +0000 (16:13 +0100)
committerDavid Flamme <dfla@complang.tuwien.ac.at>
Tue, 16 Mar 2010 15:13:20 +0000 (16:13 +0100)
commit93da1af87bedb29732653415378a0600cb4cf4d3
treeca73fa47d0b2ac34540e4868045e4c96d8191baf
parent735bdda890a385d1fa9cc532faadbbc96f2d1218
Method call frequency statistics for ARM
* src/vm/jit/arm/emit.c: Added working emit_profile_method(..) and emit_profile_basicblock(..) for ARM, so now call frequencys can be shown with -Xprof
* src/vm/jit/optimizing/profile.cpp (profile_printstats): The use of DumpList is causing problems, so std::list is used instead
src/vm/jit/arm/emit.c
src/vm/jit/optimizing/profile.cpp