Is there a way to run mono profiler when mono compiled with llvm support? When I run mono --profile=log mono says that it can't find mono-profiler-log in libraries (because there is no libmono-profiler-log.* in /usr/lib) nor in executable. If I compile mono without llvm support profiler starts as expected. My platform is linux 32 bit, mono from master branch.
Also where can I look into code samples, which definitely execute faster on mono with --llvm option? I tried two tests - web server (runs 30% slower with llvm), String.GetHashCode() and String.GetCaseInsensitiveHashCode() - same speed with llvm and without llvm. Would like to know what types of code I can use with llvm to increase performance. -- View this message in context: http://mono.1490590.n4.nabble.com/Mono-with-llvm-and-profiler-tp4661504.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
