[Mono-bugs] [Bug 75056][Blo] Changed - [PATCH] [SPARC] mono --debug
uses unaligned access
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jul 30 14:16:24 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75056
--- shadow/75056 2005-06-23 18:36:55.000000000 -0400
+++ shadow/75056.tmp.25813 2005-07-30 14:16:24.000000000 -0400
@@ -5,13 +5,13 @@
OS Details: Solaris 10 (SPARC platform edition.)
Status: NEW
Resolution:
Severity: Unknown
Priority: Blocker
Component: debug
-AssignedTo: toshok at ximian.com
+AssignedTo: martin at ximian.com
ReportedBy: ascii.letter at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: [PATCH] [SPARC] mono --debug uses unaligned access
@@ -58,6 +58,15 @@
------- Additional Comments From bmaurer at users.sf.net 2005-06-23 18:36 -------
This patch should fix the issue -- at least for this access. I haven't
gotten a chance to actually run this on a sparc box. I left the READ
version of the macro in there as it could potentially be useful for
that file.
+
+------- Additional Comments From vargaz at gmail.com 2005-07-30 14:16 -------
+This happens on IA64 too. Having unaligned accesses is slow even on
+architectures which tolerate it like x86. Also, some data structures
+inside the symbol file are not aligned properly, like the
+minfo->lexical_blocks structure.
+
+Martin, could you take a look at this ?
+
More information about the mono-bugs
mailing list