[Mono-list] One Bug, Many questions

tom berger t.berger@ucl.ac.uk
28 Aug 2002 12:56:10 +0100


On Wed, 2002-08-28 at 08:11, Dietmar Maurer wrote:
> ... the current jit does not handle the case when there are value types on the
> runtime stack at basic block boundaries ... maybe you can avoid such constructs in your code? I will also try to
> find a real solution for the problem.

Sure, I'll give it a try. The new code generator will anyway do all the
work in one-shot after reading it from an intermediate representation,
so that should probably solve the problem.

Then we'll still have the problem with dynamic assemblies, but I'll try
to emulate for now. (b.t.w would mono handle it ok if the assembly is
not *really* saved to disk but rather written and read back from a byte
array? that would make things slightly more efficient)

Is there any standard way to determine in run-time what jit we're using
(ms or mono)?