Liste des Groupes | Revenir à c arch |
That logic already exists, in the form of a single thread/core
dedicated
to the job.
With 30-100 cores on a single die, it becomes very cheap to dedicate
one
of them to babysit such a process, compared to the cost of making a custom chunk of VLSI to do the same. This is particularly true because the logic needed in the babysitting process is mostly straight line, with a very limited number of hard-to-predict branches.
I.e. h.264 CABAC decoding has three branches per bit decoded, at least one of them impossible to predict or work around with clever coding.How many instructions in the then-clause and in the else-clause ??
Here it makes perfect sense to have a chunk of hw to handle the heavy lifting. Monitoring block encryption/decryption not so much.
Terje
Les messages affichés proviennent d'usenet.