Re: Re: injecting code to exception handler
Eliot Moss <[email protected]> Tue, 22 Apr 2014 10:00:51 -0400
| Newsgroups | gmane.comp.java.objectweb.asm |
|---|---|
| Message-ID | <[email protected]> |
On 4/22/2014 9:54 AM, Bing Ran wrote: > Thanks for the info. I was thinking about the same approach too. Haven't implemented it yet, but I > guess that's the best but not so straight-forward solution thus far. Well, given the unlimited variety of things people might want to do, the simple collection of visit routines seems about the best thing to offer. One could build more structured packages on top of it for various focused kinds of work, but another important consideration in ASM, especially for the "lower level" packages within it, is keeping code and data size small and keeping things fast. ASM is used within commercial JVMs for dynamic code generation, so it adds to the footprint of millions of installs around the world ... EM
message-footer.txt
(text/plain, 238 B)
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws