Just realized that the problem of unaligned access to the data in 
modules.dep.bb can be solved at once by padding the records using:
size := (size + (4-1)) / 4 * 4,
where size is the size of the record, 4 is sizeof(uint32_t).

Attached is the patch for fast modutils.

Please, comment and consider applying.

TIA,
--
Vladimir

Attachment: fast.patch.bz2
Description: Binary data

_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to