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.
- Loading branch information
1 parent
bbad458
commit e5dace0
Showing
14 changed files
with
364 additions
and
164 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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
2023-09-04 Emilien Lemaire <[email protected]> | ||
|
||
* parser.y: save the names of the procedures in global variables. | ||
* parser.y: generate `cob_perf_enter` and `cob_perf_exit` calls when | ||
* parser.y: generate `cob_prof_enter` and `cob_prof_exit` calls when | ||
needed | ||
* flag.def: add `-fperf` to enable profiling | ||
* flag.def: add `-fprof` to enable profiling | ||
* cobc.h: add a `cb_any_list` struct, a linked list with `void*` type data | ||
and global variables of this type, used for profiling | ||
* typeck.c (emit_stop_run): add a call to `cob_perf_end` before the call | ||
* typeck.c (emit_stop_run): add a call to `cob_prof_end` before the call | ||
to `cob_stop_run` | ||
* codegen.c: handle profiling code generation | ||
|
||
|
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
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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2023-09-07 Emilien Lemaire <[email protected]> | ||
|
||
* gnucobol.texi: document the profiling feature | ||
|
||
|
||
2023-07-10 Simon Sobisch <[email protected]> | ||
|
||
|
Oops, something went wrong.