Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

compilation.md 878B

Compilation

Burst compiles your code in different ways, depending on its context. You can also change the way that the compiler behaves when compiling code.

Topic Description
Compilation overview Understand the different compilation types.
Synchronous compilation Understand synchronous compilation.
BurstCompile attribute Customize the BurstCompile attribute to improve performance.
BurstDiscard attribute Use the BurstDiscard attribute to select which portions of code to compile.
Generic jobs Understand how Burst compiles jobs.
Compilation warnings Fix common compilation warnings.

Additional resources