Movatterモバイル変換


[0]ホーム

URL:


Header menu logoF# Compiler Guide

Compiler Startup Performance

Compiler startup performance is a key factor affecting happiness of F# users. If the compiler took 10sec to start up, then far fewer people would use F#.

On all platforms, the following factors affect startup performance:

On Windows, the compiler delivered with Visual Studio currently uses NGEN to pre-compilefsc,fsi, and some assemblies used in Visual Studio tooling. For .NET Core, the CrossGen tool is used to accomplish the same thing. Visual Studio will usedelayed NGEN, meaning that it does not run NGEN on every binary up front. This means that F# compilation through Visual Studio may be slow for a few times before it gets NGENed.

On this page

Type something to start searching.


[8]ページ先頭

©2009-2025 Movatter.jp