[Mono-list] Need some short answers on the new Mono JIT / Mini

Piers Haken piersh@friskit.com
Thu, 29 May 2003 01:21:20 -0700


> -----Original Message-----
> From: Tom Fransen [mailto:t.fransen@mailned.nl]=20
> Sent: Thursday, May 29, 2003 1:22 AM
> To: Paolo Molaro; mono-list@lists.ximian.com
> Subject: RE: [Mono-list] Need some short answers on the new=20
> Mono JIT / Mini
>=20
> PS: by the way I saw that in Mono verion 0.24 it is no longer=20
> possible to generate assembly code!? I used this previously=20
> to examine the code generated for a number of small=20
> benchmarks I have written.

Yeah, you can still show the code, just throw the '-v' switch a few
times and pipe the output to a file. Eg:

	mono -v -v -v -v -v -v test.exe > test.log

I'm not sure how many 'v's you need, but the more the merrier!

Piers.