gpt4 book ai didi

mono - 嵌入单声道时如何设置运行时选项?

转载 作者:行者123 更新时间:2023-12-02 09:01:55 24 4
gpt4 key购买 nike

喜欢这些选项:

Usage is: mono [options] program [program-options]Development:    --aot                  Compiles the assembly to native code    --debug[=]    Enable debugging support, use --help-debug for details    --profile[=profiler]   Runs in profiling mode with the specified profiler module    --trace[=EXPR]         Enable tracing, use --help-trace for details    --help-devel           Shows more options available to developersRuntime:    --config FILE          Loads FILE as the Mono config    --verbose, -v          Increases the verbosity level    --help, -h             Show usage information    --version, -V          Show version information    --runtime=VERSION      Use the VERSION runtime, instead of autodetecting    --optimize=OPT         Turns on or off a specific optimization                           Use --list-opt to get a list of optimizations    --security[=mode]      Turns on the unsupported security manager (off by default)                           mode is one of cas, core-clr, verifiable or validil

最佳答案

--config -> mono_config_parse()

--trace -> mono_jit_set_trace_options()

--运行时-> mono_jit_init_version()

--verbose 和--optimize -> mono_set_defaults () 和 mono_parse_default_optimizations ()

--profiler -> mono_profiler_load ()

关于mono - 嵌入单声道时如何设置运行时选项?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/580011/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com