This is the mail archive of the java-patches@gcc.gnu.org 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]
Other format: [Raw text]

Re: New gcj option --no-store-check


Alexandre Petit-Bianco wrote:

>Bryce McKinlay writes:
>
>>I've committed a patch which implements some optimizations for array
>>accesses as well as a new flag, --no-store-check, which disables
>>assignability checks for stores into object arrays. It works much
>>like --no-bounds-check: for code that you are sure will never throw
>>an ArrayStoreException, this flag can be used to disable the checks
>>which can provide a reasonable performance boost and reduce code
>>size slightly.
>>
>
>I remember someone mentionned this was worth a news item. How about
>this one?
>
>./A
>
>2002-02-28  Alexandre Petit-Bianco  <apbianco@redhat.com>
>
>	* index.html (GCJ NEWS): Mentionned Bryce's array check
>	improvements.
>

You beat me to it. Looks good to me. Thanks!

Bryce.




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