I also have troubles figuring out how 'smart' the JIT is (or how smart the CPU is).
So getting access to the generated assembler would be a big step forward for me as well. ps: although I'm not working on a language, I'm working on a library (http://multiverse.googlecode.com) that could be seen as a language feature (software transactional memory). On Tue, Dec 15, 2009 at 1:09 PM, Kresten Krab Thorup <[email protected]> wrote: > How do you get the emitted code? I did not know you can do that. Can > you get description of what is inlined and why also? > > On Dec 14, 7:16 pm, Charles Oliver Nutter <[email protected]> wrote: >> Debug it or just read it? There are numerous options available to get >> you assembly output, if that's what you want. I've read more of it >> than I like to admit... >> >> - Charlie > > -- > > You received this message because you are subscribed to the Google Groups > "JVM Languages" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/jvm-languages?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "JVM Languages" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en.
