[Mono-dev] mcs math performance enhancement

Sanghyeon Seo sanxiyn at gmail.com
Sat Oct 20 22:48:34 EDT 2007


2007/10/20, Jaroslav Hajek <highegg at gmail.com>:
> This is my first contribution to any OS project; therefore, I
> apologize if I'm (unknowingly) not following some normal conventions.

You usually want to send unified diff (create with diff -u) instead of raw diff.

> const byte opCodeDup = 0x25, opCodeMul = 0x5a; // TODO: can these be retrieved from System.Reflection?

Yes.

using System.Reflection.Emit;
OpCodes.Dup.Value, OpCodes.Mul.Value;

> Q: Can I build just the C# compiler without building the runtime (i.e.
> against the existing installation)? I couldn't figure out a simple
> way.

I do "make qh" in gmcs directory.

-- 
Seo Sanghyeon



More information about the Mono-devel-list mailing list