forked from OCamlPro/gnucobol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libcob/move.c (cob_move_display_to_edited): several optimizations, the biggest one stays open, as it would need an adjusted function call from cobc (TBDL)
- Loading branch information
sf-mensch
committed
Dec 16, 2022
1 parent
34052d7
commit fc58039
Showing
4 changed files
with
125 additions
and
94 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
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
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 |
---|---|---|
|
@@ -105,7 +105,8 @@ | |
by checking sign/zero and reduced number of decimal shifting | ||
dynamic allocation | ||
* move.c (store_common_region): minor optimization | ||
* move.c: | ||
* move.c (cob_move_display_to_edited): several optimizations, the | ||
biggest one stays open, needing adjusted function call from cobc | ||
|
||
2022-11-04 Simon Sobisch <[email protected]> | ||
|
||
|
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