This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug runtime/5648] Unaligned access to memory in _stp_vsnprintf() on ia64


------- Additional Comments From mhiramat at redhat dot com  2008-04-30 21:34 -------
(In reply to comment #8)
> (In reply to comment #7)
> > thus we have to add some offsets on big-endian system when copying it.
> 
> Yes, or type-cast it into a temp value and point to that, so you don't have to
> worry about endianness.

It might add additional memory copying. So, I'd like to use memcpy only on ia64.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5648

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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