This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Java: shorten allocation path for primitive arrays


Bryce McKinlay <bryce@albatross.co.nz> writes:

> This patch makes primitive array allocations more efficient by
> calling _Jv_NewPrimArray directly rather than _Jv_NewArray.

This seems to be fine. Maybe build_newarray's leading comment should
be revised (and fixed) as well. You can go ahead with whatever you'll
come up. Thanks!

./A


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]