Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0000075 |
[ALGLIB] General |
major |
sometimes |
2009-06-29 11:43 |
2009-07-23 12:41 |
|
Reporter |
SergeyB |
View Status |
public |
|
Assigned To |
SergeyB |
Priority |
normal |
Resolution |
fixed |
|
Status |
resolved |
|
Product Version |
|
|
Summary |
0000075: FIXED: Uninitialized locals and reverse communication interface |
Description |
Description: saving uninitialized locals between reverse communication calls leads to compilation errors/warnings under some compilers.
Solution: locals in RCOMM subroutines are initialized by values determined during source code generation phase.
Benefits: higher performance (in comparison with initialization by random values), better detectability of bugs related to unititialized variables (in comparison with initialization by zeros) - "new unit test" = "new code generation" = "new initial values".
Drawbacks: source code changes with each release. |
Additional Information |
|
|
Programming language |
Unspecified |
|
Attached Files |
|
|