garbage-collector
Here are 101 public repositories matching this topic...
-
Updated
Oct 12, 2020 - Java
-
Updated
Oct 6, 2020 - Scheme
-
Updated
Oct 2, 2020 - Python
-
Updated
Sep 29, 2020 - C
-
Updated
Oct 10, 2020 - Go
-
Updated
May 30, 2020 - Rust
-
Updated
May 13, 2020 - C
-
Updated
Sep 21, 2020 - C#
-
Updated
Sep 26, 2019 - C++
-
Updated
May 12, 2020 - C++
-
Updated
Oct 20, 2018 - C
The version and build number should be written to standard output with the reporting of other configuration information.
Adding this information to the output helps make comparison of results between different runs more meaningful and helps assure repeatability of test results. (In theory, it may not be meaningful to compare results from version N with results from version N+1.)
-
Updated
Jan 12, 2019 - Go
-
Updated
Jan 8, 2020 - Shell
-
Updated
Mar 10, 2020 - C
-
Updated
Oct 2, 2020 - Shell
The compiler should analyze the function body to detect statements that are completely unreachable because of return and throw statements that cause a function to exit.
Consider the following example:
function main(...arguments)
return 0
print('Hello, world!')In the above example, the print statement is never executed because main() is terminated before it can reach t
-
Updated
Sep 17, 2019 - Rust
-
Updated
Aug 10, 2018 - Go
-
Updated
Apr 21, 2020 - Zig
-
Updated
Aug 19, 2020 - Rust
-
Updated
Jul 23, 2020
-
Updated
Jan 1, 2017 - C++
-
Updated
Mar 30, 2019 - Rust
-
Updated
Apr 1, 2014 - C
-
Updated
Sep 30, 2020 - C++
-
Updated
May 29, 2017 - Python
Improve this page
Add a description, image, and links to the garbage-collector topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the garbage-collector topic, visit your repo's landing page and select "manage topics."


We can build much smaller Mono runtime for .NET Core purposes by simply removing code we don't need in this configuration. We did a few easy initial steps but we can go much further.
This list is not comprehensive but parts like