Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Addr64 from long

Ok, so it is not really related, this is about not using BigInteger, not about API to construct the object, which is what I am adding. If people are using long for addresses it
means they already aware of long limitations as a type. I.e. in our case our addresses are 63 bits, so extra bit is not an issue.

On Mon, Jan 5, 2015 at 11:45 AM, Guy Bonneau <guy.bonneau@xxxxxxxxxxxx> wrote:

I do remember its:

http://dev.eclipse.org/mhonarc/lists/cdt-dev/msg25741.html
.

And the bug is
Bug ID 403404.

I participated in the thread and suggested some code faster than BigInteger. But Thomas reviewed the code and I agreed with him. It was not ready for prime time. I believe the code was posted on the list.

Guy

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Doug Schaefer
Sent: Monday, January 05, 2015 10:32 AM
To: elaskavaia.cdt@xxxxxxxxx; CDT General developers list.
Subject: Re: [cdt-dev] Addr64 from long

 

I think it was on a bug. If no one remembers, I have no problem with it.

 

Doug.

 

From: Alena Laskavaia <elaskavaia.cdt@xxxxxxxxx>
Reply-To: "elaskavaia.cdt@xxxxxxxxx" <elaskavaia.cdt@xxxxxxxxx>, "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Date: Monday, January 5, 2015 at 9:47 AM
To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Subject: [cdt-dev] Addr64 from long

 

I added an API to construct Addr64 from long, Doug mentions that where was some discussions about it long time ago that it is not good idea. I cannot find any discussion about it in archives.

I am not sure why it could be possible bad any-how?

This is review
https://git.eclipse.org/r/#/c/38496


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top