This is the mail archive of the cgen@sources.redhat.com mailing list for the CGEN project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: simulation; vliw targets; writeback tracking bitstring overflow


Hi -

On Mon, Jan 29, 2001 at 01:25:40PM +1000, Ben Elliston wrote:
:    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<N> type
: 
: What are the runtime memory requirements for moving to unsigned long long?

Effectively immeasurably small: an extra 4 bytes in an scache struct
and semantic function stack frame.  It's not really a big issue either
way.

- FChE

PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]