[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: unaligned traps



Thank you very much for answering!
Of curse I would prefer that the code is corrected
and the warnings do not need to appear, but it would
although be wonderful to get rid of this disturbing
warnings! I would be pleased, if you can send me
such a patch!

Best regards,

Christoph Bayer

> 
> Those packages will need more than just a recompile to get rid of
> unaligned traps. In short, the traps are just warnings that the program
> is trying to access data that isn't aligned properly. The warnings are
> just warnings, but they are ugly and bugs should be filed against the
> packages in question so that the code can be looked at again (and bug
> reports also give us a reference for testing future versions for the same
> problem). Also, unaligned accesses do take additional processor cycles to
> perform the fixups needed to get the data in question, so it's also a
> performance hit. If you're not too concerned with the latter and just
> want to disable seeing the warnings, I can probably either dig out or
> write a kernel patch to do so and sent it to you.
> 
> C



Reply to: