Re: Re: injecting code to exception handler
Bing Ran <[email protected]> Tue, 22 Apr 2014 22:05:23 +0800
| Newsgroups | gmane.comp.java.objectweb.asm |
|---|---|
| Message-ID | <CAPTRynfLUp0Y_n4eW3rHG3jf4m4cy-vsRQgfEc7Yi57ebuyrbg@mail.gmail.com> |
Yay, I saw some ASM packages in the Java 8 distribution. Oracles could not have made a better tool than ASM for what they want to do. 2014-04-22 22:00 GMT+08:00 Eliot Moss <[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