-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add multithreaded version for string functions and remove static vari…
…ables
- Loading branch information
Showing
15 changed files
with
15,160 additions
and
329 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 |
---|---|---|
|
@@ -18,6 +18,18 @@ | |
* codegen.c: handle profiling code generation under the | ||
cb_flag_prof guard | ||
|
||
2024-02-26 Boris Eng <[email protected]> | ||
|
||
* codegen.c (output_strings_states, codegen_internal): | ||
added structures for the data used by strings functions as local variables | ||
in the C generated code | ||
* parser.y (examine_format_variant, inspect_region): | ||
function calls of strings functions have been replaced by calls to | ||
thread-safe versions (using state structures instead of static variables) | ||
* typeck.c: a lot of functions have been changed in that file in order to | ||
make them coherent with the above changes and all those changes are | ||
omitted for more concision | ||
|
||
2024-02-19 Boris Eng <[email protected]> | ||
|
||
* parser.y (screen_value_clause): replaced basic literals by literals | ||
|
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
Oops, something went wrong.