producty.txt

来自「开放源码的编译器open watcom 1.6.0版的源代码」· 文本 代码 · 共 36 行

TXT
36
字号
Notes on Productivity Environment
=================================

Mission:
-------

    To provide a technical environment which increases programmer 
    productivity
         
    note: "technical" means the C++ compiler and run-time environment


What we can do:
--------------
    
    * cut down time between tests (this means cutting down
      compile time)
    
    * provide run-time support for bug detection
        - zap deleted objects
        - zap lvalue passed to delete ? could affect code
    
    
Run-time Support:
----------------

    * memory tracking and related features
    
    * ctor/dtor tracker
    
    * undefined-auto initialization (to garbage)
    
    * checking parameters to run-time routines, support routines
    
    * internal integrity tests

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?