Enum NativeDumpFlags | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Enum NativeDumpFlags

    Flags used by to dump intermediate compiler results.

    Namespace: Burst.Compiler.IL
    Syntax
    public enum NativeDumpFlags

    Fields

    Name Description
    All
    Analysis

    Dumps the result of analysis

    Asm

    Dumps the generated ASM code (by default will also compile the function as using Function flag)

    Backend

    Dumps the reformated backend API Calls

    Function

    Generate the native code

    IL

    Dumps the IL of the method being compiled

    IR

    Dumps the generated module without optimizations

    IROptimized

    Dumps the generated backend code after optimizations (if enabled)

    IRPassAnalysis

    Dumps the diagnostics from optimisation

    None

    Nothing is selected.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023