[Bug classpath/21869] We should to use StringBuilder instead of StringBuffer where appropriate.

2008-02-07 Thread ian dot rogers at manchester dot ac dot uk
--- Comment #4 from ian dot rogers at manchester dot ac dot uk 2008-02-07 12:10 --- There are two improvements described here: 1) avoid synchronization by the use of StringBuilder rather than StringBuffer this is some what trivial and has largely been carried out in the Classpath

[Bug target/31679] Incorrect result of multiplication long long by 0xFFFFFFFFLL constant.

2007-05-16 Thread ian dot rogers at manchester dot ac dot uk
--- Comment #5 from ian dot rogers at manchester dot ac dot uk 2007-05-16 14:01 --- For the following code given in [1] GCC produces identical multiplication by constant code [2]. I think as 0x0 is one of the parameters in this bug the fact we generate identical multiplication