内容简介:本次更新主要是针对上个月发布的 2.085.0 大版本进行更新,修复了 20+ 处问题。 详细更新列表如下: DMD 编译器回归改进 Bugzilla 19655: DMD generates wrong code for some circular dependencies Bugzilla 196...
本次更新主要是针对上个月发布的 2.085.0 大版本进行更新,修复了 20+ 处问题。
详细更新列表如下:
DMD 编译器回归改进
- Bugzilla 19655: DMD generates wrong code for some circular dependencies
- Bugzilla 19656: D compiler fails to resolve circular module dependency when modules are compiled separately
- Bugzilla 19657: D compiler fails to resolve circular module dependency when modules are compiled together
- Bugzilla 19691: ICE on null default value for struct parameter in constructor
- Bugzilla 19718: DMD 2.085 changes to gsroa make DCD crashing
- Bugzilla 19724: Regression: wrong order of linker arguments, again: -L-l before -L--start-group
- Bugzilla 19730: if (auto x) {} isn't properly rejected
- Bugzilla 19746: DMD fails to compile some circular dependencies spiced with is (T == super) condition
- Bugzilla 19750: [Reg v2.070.2] DMD fails with some circular module refs with Template/Mixin instances
DMD 编译器 BUG 修复
- Bugzilla 13285: wrong codegen for destructor call of unnamed struct instance on 64 bit environments
- Bugzilla 15875: case of undetected circular reference in function parameter
- Bugzilla 17259: ICE with multiple mixin templates containing conflicting ctor declarations
- Bugzilla 17285: Segfault when types are used in array literals
- Bugzilla 17290: DMD crash due to circular reference in function return type
- Bugzilla 19635: -checkaction=context not working with attributes
- Bugzilla 19700: [2.085.0-beta.2] Obj-C wrong code overloading selectors and extern(D)
- Bugzilla 19717: case of segfault due to undetected forward reference
- Bugzilla 19755: Compiler crash
- Bugzilla 19757: crash on invalid initializer at CTFE
- Bugzilla 19762: ICE on invalid code
Phobos 标准库回归改进
- Bugzilla 18818: VariantN has unittests that are compiled into user modules
Phobos 标准库 BUG 修复
- Bugzilla 19765: std.algorithm.searching.findAmong doesn't save like it should
DRuntime 运行时修复
- Bugzilla 19723: wrong time values in GC.profileStats
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- 迭代器萃取与反向迭代器
- 浅谈python可迭代对象,迭代器
- 可迭代对象,迭代器(对象),生成器(对象)
- 终于把动态规划与策略迭代、值迭代讲清楚了
- 终于把动态规划与策略迭代、值迭代讲清楚了
- 搞清楚 Python 的迭代器、可迭代对象、生成器
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
算法交易:制胜策略与原理
[美]欧内斯特·陈(Ernest P. Chan) / 高闻酉、黄蕊 / 机械工业出版社 / 49.00
本书是一本引人入胜、信息量大、覆盖各类交易策略的图书。无论个人投资者,还是机构投资者,都可以借鉴和使用其中的策略。本书中的策略大致可分为均值回归系统和动量系统两大类。书中不仅介绍了如何使用每种类别的交易策略,更解释了各种策略之所以有效的原因。本书始终以简单、线性的交易策略为重心,因为复杂的交易策略容易受到过度拟合及数据窥探的侵害。数学和软件是算法交易的两条腿。本书用到了一定程度的数学知识,使其对各......一起来看看 《算法交易:制胜策略与原理》 这本书的介绍吧!