[Mono-bugs] [Bug 75451][Wis] Changed - Bad performance of Mono on
nested loops ( vs MS .NET)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Jul 3 11:15:54 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 bmaurer at users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=75451
--- shadow/75451 2005-07-03 06:58:34.000000000 -0400
+++ shadow/75451.tmp.15540 2005-07-03 11:15:54.000000000 -0400
@@ -1,16 +1,16 @@
Bug#: 75451
-Product: Mono: Compilers
-Version: 1.0
+Product: Mono: Runtime
+Version: 1.1
OS: Red Hat 9.0
OS Details: Linux skif 2.4.27 #1 SMP Thu Apr 14 15:25:11 MSD 2005 i686 athlon i386 GNU/Linux
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: INVALID
+Severity: Unknown
Priority: Wishlist
-Component: C#
+Component: JIT
AssignedTo: mono-bugs at ximian.com
ReportedBy: Yury at serdyuk.botik.ru
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -64,6 +64,16 @@
but I have
>NestedLoops
1453 ticks
on AMD XP 1600+ under .NET 1.1.4322
+
+------- Additional Comments From bmaurer at users.sf.net 2005-07-03 11:15 -------
+There are 4 variables inside the loop. The design of our register
+allocator only allows us to use 3 registers for global registers. MSFT
+is able to use eax, ecx, edx for global variables.
+
+Fixing this will require a new regalloc.
+
+Am marking as INVALID because the new regalloc doesn't really need a
+bugzilla entry. We know about it, and will do it in the future.
More information about the mono-bugs
mailing list