-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,6 +80,7 @@ | |
|
||
2023-04-13 Simon Sobisch <[email protected]> | ||
|
||
performance adjustments for HEX-OF and HEX-TO-CHAR | ||
* intrinsic.c (test_digit, cob_intr_hex_to_char, cob_intr_locale_date, | ||
cob_intr_locale_time), move.c (cob_move_alphanum_to_display, | ||
cob_get_s64_pic9): prefer range check over isdigit for improved speed | ||
|
@@ -88,6 +89,13 @@ | |
* intrinsic.c (cob_intr_hex_of): rewritten to use hex value table instead | ||
of sprintf, saving around 80% of cpu instructions | ||
|
||
performance adjustments for location code compatibility for old modules | ||
* common.c (get_stmt_from_name): extracted from cob_set_location and | ||
cob_trace_stmt to remove duplication | ||
* common.c (get_stmt_from_name): rewritten to store the last statements, | ||
which heavily reduces the use of strcmp and the hashing function | ||
* common.c (do_trace_statement): extracted from cob_trace_statement | ||
|
||
2023-03-03 Simon Sobisch <[email protected]> | ||
|
||
* common.c, common.h: new external field + define COB_ZEROES_ALPHABETIC / | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters