[Mono-bugs] [Bug 352184] New: bug with suboptimal handling of the "char" data type
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Jan 7 18:15:12 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=352184
Summary: bug with suboptimal handling of the "char" data type
Product: Mono: Class Libraries
Version: 1.2.6
Platform: 32bit
OS/Version: Windows Vista
Status: NEW
Keywords: All_Languages
Severity: Normal
Priority: P5 - None
Component: System
AssignedTo: mono-bugs at ximian.com
ReportedBy: arkadiusz.kowal at gmail.com
QAContact: mono-bugs at ximian.com
Found By: DeveloperNet
Created an attachment (id=189639)
--> (https://bugzilla.novell.com/attachment.cgi?id=189639)
server and client code
Description of Problem:
When i am running my code in .NET 2.0 it takes something about 1s, when i run
it in mono it takes 15 seconds.
Steps to reproduce the problem:
1. csc Server.cs ITest.cs
2. csc Client.cs ITest.cs
3. run Server.exe, and Client.exe in .NET
4. run Server.exe, and Client.exe in mono
Actual Results:
in mono it takes much longer than in .NET
Expected Results:
it should run at least as fast as in .NET
How often does this happen?
always
Additional Information:
something is wrong with char type. when i change it to byte everything works
fine.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list