由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 给大家贡献个参考资料
相关主题
关于 gcc 和 g++ 的问题An interesting C++ compile error
你们觉得computer sicence最核心的是哪几门课?谁来解释一下这个是compiler问题吗?
C array关于Makefile的一个问题
A C++ compiler related interview question这句话是为什么呢?
*** help needed! on MATLAB GUI ***spent a lot of time try to compile boost
How to tell gcc stop compiling.一个qt3在Windows上的问题
inheritence problemambiguous operators in c++
A tech question (转载)关于C++ STL编译的疑问
相关话题的讨论汇总
话题: compiler话题: analyzers话题: 参考资料话题: flag
进入Programming版参与讨论
1 (共1页)
g****t
发帖数: 31659
1
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-
options/deterministic-compiler-option
这个文档很有意思。c sharp的deterministic flag,说这个deterministic 是with
respect to 很多不同的输入和条件的。换句话说,你自己不把这一大堆输入弄好,那
compiler的这个flag是不管的。
更有意思的是,这其中有一条是:
The current culture (for the language in which diagnostics and exception
messages are produced).
还有一条我压根没看懂:
Additional files that may be used by analyzers
这里的analyzers 不知什么意思。
(假设此等技术对一线语言的compiler来说是同阶段的,无代差)那么我觉得我之前的
推论被此文档证明为正确。这个deterministic 只能是in principle 的,程序员需要
做的也就是把工具按照公司规定配置好。有个good practice 。然后尽人事听天命。
1 (共1页)
进入Programming版参与讨论
相关主题
question for C++ constant*** help needed! on MATLAB GUI ***
a question about CASTHow to tell gcc stop compiling.
c++标准函数传递一问inheritence problem
C++ 的 问题A tech question (转载)
关于 gcc 和 g++ 的问题An interesting C++ compile error
你们觉得computer sicence最核心的是哪几门课?谁来解释一下这个是compiler问题吗?
C array关于Makefile的一个问题
A C++ compiler related interview question这句话是为什么呢?
相关话题的讨论汇总
话题: compiler话题: analyzers话题: 参考资料话题: flag