#
gc
Here are 91 public repositories matching this topic...
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.
Know when GC runs from inside your golang code
-
Updated
Jan 12, 2019 - Go
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
Jul 23, 2021 - C
Memory Management ToolKit
-
Updated
Aug 4, 2021 - 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
Jul 12, 2021 - C++
A Tiny, portable, precise, incremental mark-sweep GC designed for C++.
-
Updated
May 29, 2020 - C++
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
Apr 19, 2021 - C
C++ memory allocator with smart GC
-
Updated
Dec 8, 2020 - C++
docker-gc is a microservice to cleanup docker images automatically based on recycling strategy. Dockerfile and helm charts are provided for easy installation.
-
Updated
Jul 26, 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."


In the prototype implementation of value types support, the letter
Qis used as a prefix in the bytecode for the signatures of classes that are value types, as distinguished from concrete identity type classes, interfaces and abstract classes, whose signatures are prefixed with the letterL.Minimal changes to handle the
Qprefix in the JIT compiler were merged into OpenJ9 in [pull reques