This is the mail archive of the java-discuss@sources.redhat.com mailing list for the Java project.


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

RE: Jv_AllocBytesChecked (Was: What is wrong with Vector?)


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


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