classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI:code optimizations in CORBA helpers.


From: Meskauskas Audrius
Subject: [cp-patches] FYI:code optimizations in CORBA helpers.
Date: Thu, 28 Apr 2005 19:46:08 +0200

The current version of helpers instantiates the additional holder object
each time when the helper is used to read or write the data. The suggested
path removes these instantiations.

2005-04-28  Audrius Meskauskas  <address@hidden>

* org/omg/CORBA/WStringSeqHelper.java,
org/omg/CORBA/AnySeqHelper.java,
org/omg/CORBA/BooleanSeqHelper.java,
org/omg/CORBA/CharSeqHelper.java,
org/omg/CORBA/DoubleSeqHelper.java,
org/omg/CORBA/FloatSeqHelper.java,
org/omg/CORBA/LongLongSeqHelper.java,
org/omg/CORBA/LongSeqHelper.java,
org/omg/CORBA/OctetSeqHelper.java,
org/omg/CORBA/ShortSeqHelper.java,
org/omg/CORBA/StringSeqHelper.java,
org/omg/CORBA/ULongLongSeqHelper.java,
org/omg/CORBA/ULongSeqHelper.java,
org/omg/CORBA/UShortSeqHelper.java,
org/omg/CORBA/WCharSeqHelper.java:
Removing redundant object instantiation

Attachment: redundant_instantiations.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]