mail-archives/mono-bugs/2004-June/018176.html

106 строки
3.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 59006][Wis] Changed - [PATCH] [perf] stelem.ref perf
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com">
<META NAME="robots" CONTENT="index,nofollow">
<LINK REL="Previous" HREF="018175.html">
<LINK REL="Next" HREF="018177.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 59006][Wis] Changed - [PATCH] [perf] stelem.ref perf
</H1>
<B>bugzilla-daemon@bugzilla.ximian.com
</B>
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
TITLE="[Mono-bugs] [Bug 59006][Wis] Changed - [PATCH] [perf] stelem.ref perf">bugzilla-daemon@bugzilla.ximian.com
</A><BR>
<I>Tue, 29 Jun 2004 20:02:42 -0400 (EDT)</I>
<P><UL>
<LI> Previous message: <A HREF="018175.html">[Mono-bugs] [Bug 59006][Wis] Changed - [perf] stelem.ref perf
</A></li>
<LI> Next message: <A HREF="018177.html">[Mono-bugs] [Bug 60908][Wis] New - [PATCH] Make OffsetToStringData an intrinsic
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#18176">[ date ]</a>
<a href="thread.html#18176">[ thread ]</a>
<a href="subject.html#18176">[ subject ]</a>
<a href="author.html#18176">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>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 <A HREF="mailto:bmaurer@users.sf.net.">bmaurer@users.sf.net.</A>
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=59006">http://bugzilla.ximian.com/show_bug.cgi?id=59006</A>
--- shadow/59006 2004-06-29 20:01:23.000000000 -0400
+++ shadow/59006.tmp.7765 2004-06-29 20:02:42.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 59006
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
ReportedBy: <A HREF="mailto:bmaurer@users.sf.net">bmaurer@users.sf.net</A>
QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
TargetMilestone: ---
URL:
Cc:
-Summary: [perf] stelem.ref perf
+Summary: [PATCH] [perf] stelem.ref perf
Our performance on the following test case is 7x worse than MS.NET
using System;
class T {
@@ -44,6 +44,15 @@
the LMF stuff, I was only 2x slower.
------- Additional Comments From <A HREF="mailto:bmaurer@users.sf.net">bmaurer@users.sf.net</A> 2004-06-29 20:01 -------
Created an attachment (id=8394)
a faster version
+
+------- Additional Comments From <A HREF="mailto:bmaurer@users.sf.net">bmaurer@users.sf.net</A> 2004-06-29 20:02 -------
+This patch implements a fast case for the stelem.ref opcode in managed
+code. If the quick test fails, the code falls back on to managed code.
+
+This gave me a nice 3% boost in MCS.
+
+I was able to do a full bootstrap with this patch. I also added some
+regression tests (in the patch) which passed.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="018175.html">[Mono-bugs] [Bug 59006][Wis] Changed - [perf] stelem.ref perf
</A></li>
<LI> Next message: <A HREF="018177.html">[Mono-bugs] [Bug 60908][Wis] New - [PATCH] Make OffsetToStringData an intrinsic
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#18176">[ date ]</a>
<a href="thread.html#18176">[ thread ]</a>
<a href="subject.html#18176">[ subject ]</a>
<a href="author.html#18176">[ author ]</a>
</LI>
</UL>
</body></html>