Rémi Forax wrote:
> I use ASM that is able to generate StackMap using flag |COMPUTE_FRAMES|
> when creating a ClassWriter.
> The algorithme used by ASM is described here:
> http://asm.objectweb.org/doc/developer-guide.html#controlflow
> 
> Unlike JRuby, I don't generate code at runtime so
> I have no idea about the overhead introduced by enabling stack map 
> computation.

Ahh ok, THAT StackMap. Yes, I'm using that for all code we generate, 
including code at runtime, but it sounds like doing it at runtime may 
actually be slower than letting the normal verifier run. I'll probably 
be turning it off in that case.

- Charlie


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "JVM 
Languages" group.
To post to this group, send email to jvm-languages@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to