On Thu, 2006-09-07 at 12:29 -0400, Miguel de Icaza wrote:
> Hello,
>
> > I have some questions about mono_local_regalloc. Is it possible to tell
> > its logic right now not to reuse the same
> > physical register in the same instruction? Alpha has "a lot" of
> > registers and experience some pen
>Most of the SWF controls are C#. I imagine that the "C knowledge" is
>for two things:
>
> - Understanding the underlying X11/Win32 API, so that appropriate
>P/Invoke declarations can be written.
>
> - Writing the MonoSupportW library, which has several helper routines
>for non-Win32 pla
Hello,
> I have some questions about mono_local_regalloc. Is it possible to tell
> its logic right now not to reuse the same
> physical register in the same instruction? Alpha has "a lot" of
> registers and experience some penalty if the same
> register is used in the same or next instruction wh
On Thu, 2006-09-07 at 07:42 -0700, Vladimir Krasnov wrote:
> Hello,
>
> Value property of the HtmlInputFile control should
> have full name of the file on the client's computer,
> for now, this property is not working.
>
> Please review attached patch that solves the problem.
Please, commit.
Hello,
Value property of the HtmlInputFile control should
have full name of the file on the client's computer,
for now, this property is not working.
Please review attached patch that solves the problem.
Vladimir Krasnov
HtmlInputFile.cs.patch
Description: HtmlInputFile.cs.patch
Anyone have a time frame on the debugger?
On Thu, 2006-09-07 at 07:55 -0500, Michael Schurter wrote:
Hi Pablo,
[EMAIL PROTECTED] wrote:
> I saw there is a new MD with lots of improvements. Does it already support
> debugging?
No -
http://www.monodevelop.com/FAQ#Can_I_get_the_Debugger_Addi
Zoltan Varga wrote:
>Hi,
>
> The local register allocator can't do instruction scheduling. I think
> the
Yes, I understand that. I was not expecting register allocator to do
instruction scheduling. :)
My first question was - is there way to ask it to use differe
Hi Pablo,
[EMAIL PROTECTED] wrote:
> I saw there is a new MD with lots of improvements. Does it already support
> debugging?
No -
http://www.monodevelop.com/FAQ#Can_I_get_the_Debugger_Addin_working_in_MonoDevelop.3F
--
Michael Schurter
Synthesys Solutions
__
Hi,
The local register allocator can't do instruction scheduling. I think the
OP_LCONV_TO_I4 rule is wrong, it should use OP_ISHR_IMM. For some reason
it seems to work on the existing 64 bit ports.
Zoltan
On 9/7/06, Sergey Tikhonov <[EMAIL PROTEC
Hello,
I have some questions about mono_local_regalloc. Is it possible to tell
its logic right now not to reuse the same
physical register in the same instruction? Alpha has "a lot" of
registers and experience some penalty if the same
register is used in the same or next instruction when results
Hello,
This should be fixed at r63726. Mono 1.1.17 contains the fix.
Atsushi Eno
Martin Mazur wrote:
> Martin Mazur wrote:
>> Hi all,
>>
>> When attempting to get CC.NET to run on mono 1.1.16 I came across a
>> weird problem with the XmlTextWriter. Whenever it attempts to write
>> xml containi
On Tue, 2006-09-05 at 11:46 +0300, sasha wrote:
> > * C# and C knowledge are a must.
>
> Do you use simple C or C++ ?
C. All C code is within a support library invoked by C# through
P/Invoke, and thus needs to export a C ABI. (C++ with ``extern "C"''
could be used as well, but C is the curr
Martin Mazur wrote:
Hi all,
When attempting to get CC.NET to run on mono 1.1.16 I came across a
weird problem with the XmlTextWriter. Whenever it attempts to write xml
containing an xml-header it gets the following exception:
System.ArgumentException: WriteWhitespace method accepts only whit
hi,
If I have an application which dinamically loads assemblies, how can I set
breakpoints on the loaded code?
pablo
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list
Hi,
I saw there is a new MD with lots of improvements. Does it already support
debugging?
pablo
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list
Hi Pablo,Are you using Nokia OS 2005 or 2006?Can you provide a simple test program?Everaldo.On 9/5/06, Brian Crowell <
[EMAIL PROTECTED]> wrote:pablosantosluac wrote:> Unhandled Exception:
System.IO.FileNotFoundException: mscorlib.resources> .What is the full stack trace? Check to see wh
Hi all,
When attempting to get CC.NET to run on mono 1.1.16 I came across a
weird problem with the XmlTextWriter. Whenever it attempts to write xml
containing an xml-header it gets the following exception:
System.ArgumentException: WriteWhitespace method accepts only whitespaces.
at System.X
Hi Lluis,
The test case is just simple web service with only one web method with
parameter of type char, see attached files.
Deploy this web service and get a WSDL. In the WSDL you will get, simpleType
char will be declared twice.
This occures because two different instances of XmlSchemaExport
Hello,
Please review the attached patch for SqlDataSourceView.ExecuteSelect. A
standalone test aspx is attached as well. It proves that in .Net
ExecuteSelect returns DataView and not DataTableReader. This is
important for implementing paging abilities for GridView. The test also
demonstrates that
19 matches
Mail list logo