Hello,

> We probably need to know exactly what helperfunctions (runtime) 
> Microsoft JScript contains (don't know exactly where to find it in the 
> Microsoft documentation)..

This is easy, *specially* as you will have to do this when writing the
Reflection.Emit backend.

        * Write simple program:

        * Compile simple program with jsc from Microsoft (either in
          Windows or using Rotor on BSD/Linux).

        * Run ildasm on the output.

        * Try to match that output from the compiler.

        * If any helper routines are invoked, make your generated code
          do the same.

miguel

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to