From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Elliston To: "Frank Ch. Eigler" Cc: Subject: Re: simulation; vliw targets; writeback tracking bitstring overflow Date: Sun, 28 Jan 2001 19:44:00 -0000 Message-id: References: <20010125173953.B915@redhat.com> X-SW-Source: 2001-q1/msg00089.html Anyway, this needs to get fixed. A couple of alternatives are: - widening the bitfield to "unsigned long long" - adopting a separate per-field indicator variable - (since I'm interested in sid -> C++) adopting a std::bitset type What are the runtime memory requirements for moving to unsigned long long? Ben