[new-regalloc] What is the status on current sources
Michael Hayes
m.hayes@elec.canterbury.ac.nz
Sat Feb 10 14:31:00 GMT 2001
Daniel Berlin writes:
>
> a) Example bitvector of length 16.
>
> ...*...***.*****
> compressed form: 0 3 1 3 3 1 5
>
> (Read it like this: start with 3 zeros, then 1 one,
> then 3 zeros, then 3 ones, then 1 zero, then 5 ones.)
This is a variant of run length encoding. How many bits did you
allocate for each length element?
Michael.
More information about the Gcc
mailing list