csharpfftfsharpintegrationinterpolationlinear-algebramathdifferentiationmatrixnumericsrandomregressionstatisticsmathnet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
355 B
17 lines
355 B
// (c) Microsoft Corporation. All rights reserved
|
|
module Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Ilxsettings
|
|
|
|
|
|
type call_implementation =
|
|
| VirtEntriesVirtCode
|
|
#if CLOSURES_VIA_POINTERS
|
|
| VirtEntriesPtrCode
|
|
#endif
|
|
|
|
type tailcall_implementation =
|
|
| AllTailcalls
|
|
| NoTailcalls
|
|
|
|
type entrypoint_implementation =
|
|
| MultiEntryPoints
|
|
|
|
|