Re: Method.getMethod for varargs?
Eliot Moss <[email protected]> Thu, 30 Nov 2017 09:39:54 -0500
| Newsgroups | gmane.comp.java.objectweb.asm |
|---|---|
| Message-ID | <[email protected]> |
Yeah, ... is handled by the compiler (javac) and turns into and array. Also, when calling such a routine, an array is allocated for each call and filled in, and then discarded after the call. So these things definitely have a run-time cost! Regards - Eliot -- 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