Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: To Experienced Java Programmers: strange BUG!!

Author: Bernd Nürnberger

Date: 09:22:05 05/06/04

Go up one level in this thread


On May 06, 2004 at 11:55:02, Thorsten Greiner wrote:

>On May 06, 2004 at 11:37:10, Bernd Nürnberger wrote:
>
>>But I have mountains of longs in nearly any function. Syncronizing
>>will slow down performance significantly! Isn't there another solution?
>
>I would first try to track down the exact reason for the problem. Simply putting
>'synchronized' blocks all over the place is surely not an appropriate solution.
>
>If you would like to share your code I will look into it - you can contact me
>via private mail.

Through mails of other forum members, I come to the solution what the
problem could be: I do SIGNED right shifts on longs; this surely will
result in errors, and I will have to substitute these operators >>
by unsigned shift operators >>>

But thank you very much for your help and the offer to browse my
source code. If the above thing will not work I will contact you.

Greeting,
          Bernd



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.