On Sun, Oct 21, 2012 at 5:43 PM, Ben <[email protected]> wrote: > > I know SGEN is not available on all systems. We'd like to look again at > using it by default when compiling and running the F# compiler. > > Is there a "right" way to probe to see if SGEN is supported? Do we just > look for mono-sgen in the path? If SGEN is not supported, will mono-sgen > still exist? >
mono-sgen won't be generated if the target doesn't support it, so checking for it is the right way to do it. Using mono --sgen will instead fail at execution time.
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
