`
qiezi
  • 浏览: 497792 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

DMD 0.175发布

    博客分类:
  • D
阅读更多
主要是BUG修复,朝1.0大步迈近啊。还有260多个BUG,1月1日前全部修复估计够呛。不过Walter说尽量做到最好。

引用

What's New for D 0.175
Nov 25, 2006
New/Changed Features

    * Added == super to IsExpressions.
    * Class variables declared with scope are now allocated on the stack.

Bugs Fixed

    * Fixed Bugzilla 222: Internal error: ..\ztc\cod1.c 1656" with && and ||
    * Fixed Bugzilla 228: Crash on inferring function literal return type after prior errors
    * Fixed Bugzilla 311: Object files missing certain template instantiations
    * Fixed Bugzilla 331: performance bug in std.uni.toUniLower / std.uni.toUniUpper
    * Incorporated Bugzilla 332: typesafe variadic functions and lazy argument support for std.demangle
    * Fixed Bugzilla 343: Compile error using mixin containing struct
    * Fixed Bugzilla 349: Function matching with enums is erratic
    * Fixed Bugzilla 352: Assertion failure: expression.c 753 - concatenating strings in a template calling another template
    * Fixed Bugzilla 353: null passed as a char[] template argument, concatenated with a string literal, is a non-constant expression
    * Fixed Bugzilla 354: Internal error: e2ir.c 772 with bad template use
    * Fixed Bugzilla 355: ICE from enum : nonexistent type
    * Incorporated Bugzilla 363 XHTML support
    * Fixed Bugzilla 364: Mysterious access violation when using delegate()[1]... parameter
    * Fixed Bugzilla 373: Spec problems with TypeInfo: error and omission.
    * Fixed Bugzilla 378: Assertion failure: '0' on line 216 in file 'init.c'
    * Fixed Bugzilla 379: wrong thisptr type in typedef'ed struct
    * Fixed Bugzilla 380: cannot use typeof(*this) in a static context
    * Fixed Bugzilla 384: Different behaviour when compiling as separate object files
    * Fixed Bugzilla 389: Cannot link to std.path.altsep
    * Fixed Bugzilla 429: Unable to distinguish between empty and uninitialized dynamic arrays
    * Fixed Bugzilla 433: A deprecated, same-named alias screws up resolution of imports
    * Fixed Bugzilla 443: assignment in return when using cdouble is broken
    * Fixed Bugzilla 444: Inside a foreach with delegates, void return does not compile
    * Fixed Bugzilla 446: Anonymous class and "return without calling constructor"
    * Fixed Bugzilla 460: Assertion failure: '!needThis()' on line 143 in file 'tocsym.c'
    * Fixed Bugzilla 464: 64bit clean dchar.c
    * Fixed Bugzilla 465: errors when trying to use static templated methods
    * Fixed Bugzilla 466: dmd prevent this from link, if so please prevent it from compiling
    * Fixed Bugzilla 467: double inheritance from the same interface
    * Fixed Bugzilla 468: argument wrongfully identified as type in template instantiation
    * Fixed Bugzilla 471: Protection attributes of mixin instances are applied in a wrong scope.
    * Fixed Bugzilla 475: DMD segfault on recursive variadic template
    * Fixed Bugzilla 476: DMD doesn't resolve its location properly on Windows
    * Fixed Bugzilla 478: can't compare arrayliteral statically with variable
    * Fixed Bugzilla 480: too many initializers error message doesn't give line number
    * Fixed Bugzilla 485: Writefln on null object should not trigger access error.
    * Fixed Bugzilla 488: regression: recursive typeof segmentfaults
    * Fixed Bugzilla 490: Static struct initializer without static attribute aborts dmd with assertion
    * Fixed Bugzilla 525: can't use array variable in typetuple index
    * Fixed D.announce/5464
    * Fixed problem with ForStatement scope.
分享到:
评论
7 楼 qiezi 2006-11-29  
哦,记不清啦,不好意思,我不太喜欢wxWidgets,对swt比较欣赏,可惜dwt的移植工作。。。。
6 楼 heromyth 2006-11-28  
你误导了我。wxD项目安家在http://wxd.sourceforge.net/
实际我的问题也不算严重,仅出出于好奇而已(可能被GCC相关工具集影响太多 )。像Bcc里面也没有去除exe文件里的调试信息的工具。想要出发行版时,不带-g重新编译自己的代码就行了。
5 楼 qiezi 2006-11-27  
你自己编译的?你说的调试信息,是程序里面加的比如trace之类的东西,还是编译器加入的供调试器使用的信息?编译时应该有选项关掉这些。

dsource.org上的wxD项目里面应该有编译好的,你看看是否可用。
4 楼 heromyth 2006-11-27  
使用dmc编译的wxwidgets都默认带调度信息。设置选项好象也不是那么容易。在网上找了一下相关工具,也没个结果。看来得不带-g编译所有代码。
3 楼 qiezi 2006-11-26  
不太清楚哦,编译时不选-g加上-release就可以吧?
2 楼 heromyth 2006-11-26  
前两天才把174版弄下来

顺便问一下,在windows里怎样去掉exe文件里的调试信息?strip不工作了
1 楼 qiezi 2006-11-26  
"Class variables declared with scope are now allocated on the stack."

意思是从这个版本开始,用scope声明的(以前用auto)对象在栈上分配,反汇编0.174和0.175生成的执行文件可以看到这一差别,现在少了_d_newclass调用。

至于如何实现的,可以看这篇:
http://www.digitalmars.com/techtips/class_objects.html

以前就支持自己管理内存的做法,这个版本只是做了在栈上分配空间这个工作。

相关推荐

    DFL for DMD2.031

    《DFL for DMD2.031:深入解析D语言源码与工具的整合应用》 DFL,全称为D Foundation Library,是为D语言(D Programming Language)设计的一个强大的开源库,它旨在提供一系列实用的、高效的、易于使用的模块,以...

    dmd2.065_D语言2.065发布_396处修正和改进_

    DMD 2.065的发布可能会伴随着相关文档的更新,确保开发者能够获取最新的信息和技术支持。 8. **调试与测试**:编译器的调试支持也是关键部分。DMD 2.065可能增强了调试信息的生成,使得调试工具如GDB能够更好地工作...

    Schematic-FLD3 DMD Board.pdf

    - DMD_Data[0..14]:这些信号线可能用于传输数据信号到DMD板上,用于控制镜片的开关状态。这里[0..14]可能表示有15个数据线,用于传输多比特数据。 - DMD_DCLK:这是一个时钟信号,用于同步数据的传输。 - DMD_SCTRL...

    编译器源代码之:DMD(D语言)dmd.2.026

    DMD的版本dmd.2.026代表着这个编译器的一个特定迭代,它在开发过程中不断优化和增强,以适应D语言的发展和用户需求。 编译器是将高级编程语言转换为机器可执行代码的关键工具。DMD作为D语言的编译器,其源代码公开...

    black_white_dmd.m

    用于控制sim显微镜中的dmd部分。 此代码可以控制dmd产生规则的图形。以控制显微镜光源形状

    DMD.zip_DMD_DMD模态_dmd特征值_selectps3_动态模态分解

    在这个“DMD.zip”压缩包中,包含的是一个关于DMD应用的具体实例,特别是与“DMD模态”和“特征值”相关的分析。 动态模态分解的核心思想是将高维时间序列数据分解为一系列简化的动态模式,这些模式代表了系统演化...

    Dynamic Mode Decomposition (DMD).zip

    动态模式分解(Dynamic Mode Decomposition, DMD)是一种在复杂动力系统数据分析中广泛使用的数学工具。它通过将高维时间序列数据转化为一组低维动态模式,帮助研究人员理解系统的演化行为和预测未来状态。DMD主要...

    d语言,dmd.2.042

    **DMD.2.042:D语言的官方编译器** DMD(Digital Mars D Compiler)是D语言的主要编译器,由沃德·坎宁安开发。版本2.042是这个编译器的一个特定更新,通常会包含性能改进、错误修复和新的语言特性的支持。对于...

    DLP-0.45-WXGA-数字微镜器件-(DMD).pdf

    根据提供的文件信息,我们可以深入探讨数字微镜器件(DMD)的相关知识点,特别是关于DLP-0.45-WXGA型号的特点、应用以及技术规格。 ### 一、数字微镜器件(DMD)概述 数字微镜器件(Digital Micromirror Device,简称...

    dmd.rar_DMD

    标题中的“dmd.rar_DMD”很可能指的是“Dot Matrix Display”(点阵显示器)的库文件,用于在Arduino平台上操作矩阵显示屏。这个压缩包可能包含了实现这种显示效果所需的代码和其他资源。 Arduino DMD库是专门为在...

    DMD.zip_DMD_DMD时间积分_dmd 编程_dmd编程

    在压缩包"**DMD.zip**"中,可能包含了与DMD编程相关的软件工具、库文件、示例代码或文档,它们可以帮助开发者更好地理解和实现DMD的相关设置。通过深入学习这些资料,开发者可以熟练掌握DMD编程技巧,从而在实际项目...

    DMD_ROM.zip_DMD_DMD分析_mode decomposition_特征 降维_非定常

    动态模式分解(DMD,Dynamic Mode Decomposition)是一种在流体动力学、信号处理和许多其他领域的数据分析中广泛使用的算法。这个"DMD_ROM.zip"压缩包包含与DMD相关的文件,用于研究和分析非定常流动现象。让我们...

    DMD.rar_DMD 代码_dmd matlab程序_dmd分解_matlab dmd_分解

    动态模式分解的matlab 代码,有注释

    DMD_Spreadsheets.zip

    《数据决策与模型工具模板——DMD Spreadsheets深度解析》 DMD_Spreadsheets.zip是一个包含多种数据决策与模型工具的压缩包,专为决策分析设计,涵盖了经济、营销、人力资源等多个领域。这些工具以电子表格的形式...

    POD_DMD-master.zip_CFD_DMD_POD_模态分析_降阶

    在本资源"POD_DMD-master.zip"中,包含的是一套针对CFD数据进行处理和分析的方法,主要涉及两种关键的技术:主成分分析(PCA,Principal Component Analysis)也称为POD( Proper Orthogonal Decomposition)和动态...

    RGB_DMD-master.zip

    2. 在Arduino IDE中编写程序,首先包含库头文件,例如`#include <RGB_DMD.h>`。 3. 初始化显示对象,根据你的硬件连接设置参数,例如`RGB_DMD display(32, 16);`。 4. 使用库提供的函数来绘制图像或文本,如`display...

    Hi3798CV2DMD.zip

    Hi3798CV2DMD是该系列硬件的一个特定版本,其硬件开发资料是开发者进行产品设计和系统集成的重要参考资料。 首先,硬件开发资料通常包括原理图和PCB设计两大部分。原理图是电路设计的基础,它清晰地展示了各个元...

    DMD2-master_DMD_源码.zip

    DMD2,全称 Digital Mars D Compiler,是D语言的主要编译器之一,由Walter Bright创建并维护。DMD2源码包含了编译器的实现细节,对于想要深入理解D语言、编译原理或者对编译器开发感兴趣的开发者来说,这是一个宝贵...

    VisualD-v1.0.1-beta1-dmd-2.093.0-ldc2-1.22.0.zip

    该资源提供的版本为1.0.1-beta1,与D编译器DMD 2.093.0和LDC 1.22.0兼容。在D语言的开发领域,Visual D以其用户友好的界面和强大的功能,深受开发者喜爱。 首先,Visual D的核心优势在于其对D语言的深度支持。它...

    DMD-master.zip

    【标题】"DMD-master.zip" 提供的资源主要针对P10(1R)V706模组,这是一个32X16单红色LED显示面板,它在电子工程和嵌入式系统领域有着广泛的应用。这个压缩包内包含了用于驱动这款显示面板的 Arduino 库,使得用户...

Global site tag (gtag.js) - Google Analytics