#
gc
Here are 96 public repositories matching this topic...
The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc)
c
c-plus-plus
library
cplusplus
cross-platform
cpp
portable
garbage-collector
garbage-collection
gc
memory-management
memory-allocation
memory-leak-detection
leak-detection
-
Updated
Mar 2, 2022 - C
karianna
commented
Jan 5, 2022
the CONTRIBUTING.md and DEVELOPERS_GUIDE.md need to cross reference.
jameslahm
commented
Jul 15, 2021
right now, we have a bunch of warnings in Clippy. We could fix them gradually. And set up Clippy in Ci at last.
Develop iOS Android app in java, Cross platform java virtual machine , the minimal jvm .
android
game
java
ios
opengl
cross-platform
jvm
j2me
opengles
gc
3d
2d
java-virtual-machine
cldc
minijvm
miniaudio
awtk-minijvm
janino-compiler
-
Updated
Mar 1, 2022 - C
Know when GC runs from inside your golang code
-
Updated
Jan 12, 2019 - Go
Memory Management ToolKit
-
Updated
Feb 28, 2022 - Rust
Super Tiny Scheme Interpreter for Freestanding Environment
-
Updated
Apr 23, 2017 - C
一个中文编程语言的实现,包括:编译器、解析器、字节码虚拟机(支持Windows Linux 及 arm、arm32 、x86、x64 )
programming-language
bytecode
compiler
lexer
gc
linux-arm
windows-x86
bytecode-vm
stack-vm
grammarparser
chinese-programming-language
-
Updated
Mar 16, 2020 - C#
An educational JS virtual machine based on Eclipse OMR
-
Updated
Feb 26, 2022 - C++
A Tiny, portable, precise, incremental mark-sweep GC designed for C++.
-
Updated
May 29, 2020 - C++
Speed up the memory allocation and improve the garbage collection performance.
-
Updated
Sep 14, 2021 - Go
Concurrent mark-sweep garbage collector for accurate garbage collection of language runtimes in C++ 1x.
-
Updated
Jan 1, 2017 - C++
A reference-counting, tracing garbage collector in completely safe Rust
-
Updated
Mar 30, 2019 - Rust
garbage collector algorithm 垃圾回收算法的系列实现
garbage-collection
gc
compact
reference-counting
copying
tri-color-marking
mark-sweep
generational
golang-gc
-
Updated
Oct 4, 2021 - C
Improve this page
Add a description, image, and links to the gc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gc topic, visit your repo's landing page and select "manage topics."
Current, if we try to run a more recent Java class in an old JVM, we get the following error message:
However, it is not so easily to detect that the class was compiled with a version above the supported by the JVM.Hotspot