From lgpbentes at gmail.com Fri Apr 1 18:13:40 2016 From: lgpbentes at gmail.com (Larissa Bentes) Date: Fri, 1 Apr 2016 14:13:40 -0400 Subject: How to see LLVM code in ZeroShark? Message-ID: Is there some way to see the LLVM code produces by the JIT in a ZeroShark? -------------- next part -------------- An HTML attachment was scrubbed... URL: From aph at redhat.com Mon Apr 4 10:54:26 2016 From: aph at redhat.com (Andrew Haley) Date: Mon, 4 Apr 2016 11:54:26 +0100 Subject: How to see LLVM code in ZeroShark? In-Reply-To: References: Message-ID: <570247E2.4080504@redhat.com> On 01/04/16 19:13, Larissa Bentes wrote: > Is there some way to see the LLVM code produces by the JIT in a ZeroShark? -XX:+SharkPrintTypeflowOf, SharkPrintBitcodeOf, SharkPrintAsmOf. Andrew.