On Sep 3, 5:11 am, Rémi Forax <[EMAIL PROTECTED]> wrote:

> Eugene, even if you generate StackMap 'by hand', there is a problem if
> there is a resizing (GOTO => GOTO_W),
> because StackMap attribute can't be updated  incrementally.
> In that case, ASM reparse the whole byte-code with COMPUTE_FRAMES enabled.

Good point. Though it is said in ASM developers guide that StackMap
can't be resized in those cases [1], I still wonder if it is actually
possible. The effect on the control flow graph is reasonable isolated
and it may work if unpacked StackMap frames are used (similarly to
LocalVariablesSorter).

  regards,
  Eugene

[1] http://asm.objectweb.org/doc/developer-guide.html#controlflow#codeattrs


--~--~---------~--~----~------------~-------~--~----~
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