[Mono-bugs] [Bug 52367][Wis] New - --profile uses AOT'd libs, so it does not work

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 19 Dec 2003 11:26:17 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by bmaurer@users.sf.net.

http://bugzilla.ximian.com/show_bug.cgi?id=52367

--- shadow/52367	2003-12-19 11:26:17.000000000 -0500
+++ shadow/52367.tmp.1472	2003-12-19 11:26:17.000000000 -0500
@@ -0,0 +1,37 @@
+Bug#: 52367
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: bmaurer@users.sf.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: --profile uses AOT'd libs, so it does not work
+
+Description of Problem:
+If you AOT some libs and then profile them, the profile does not account
+for the methods and allocations in the AOT'd libs
+
+Steps to reproduce the problem:
+AOT corlib and MCS, then make profile in mcs/mcs1
+
+Actual Results:
+Funky profile
+
+Expected Results:
+Non-funky-profile
+
+How often does this happen? 
+Always
+
+Additional Information:
+
+<lupus> we should just not enable aot when profiling is needed