Jv_AllocBytesChecked (Was: What is wrong with Vector?)
Anthony Green
green@redhat.com
Thu Dec 21 17:42:00 GMT 2000
On Thursday, December 21, 2000 4:33 PM, Boehm, Hans [SMTP:hans_boehm@hp.com]
wrote:
> The gcc man page claims this has only a size impact. (I assume
> it does effectively add flow edges to the analysis, but I'm not sure that
> has much impact if you only pass through the exception.)
I think it works like this...
Architectures using sjlj exceptions take a code size and performance hit.
Architectures using pc range tables for exceptions take a data size hit.
AG
More information about the Java
mailing list