deluxe68
Allocator
Automates tedious register allocation for 68k assembly code
A simple register allocator frontend for 68k assembly
42 stars
6 watching
4 forks
Language: C++
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
david-desmaisons/codedependencyscanner | Analyzes .Net assembly code dependencies and relationships | 37 |
elodina/alligator | Provides custom allocator modules for the Apache Mesos framework | 6 |
ccareaga/heap_allocator | A simple heap memory allocator implemented in C | 873 |
foonathan/memory | A C++ library providing a new, flexible memory allocation system | 1,497 |
vhelin/wla-dx | An assembler package for various architectures | 549 |
fengb/zee_alloc | A tiny general-purpose allocator targeting WebAssembly. | 82 |
mjansson/rpmalloc | A high-performance memory allocator designed to be cross-platform and thread-safe. | 2,164 |
thi-ng/tinyalloc | Memory allocation library for small, linear memory spaces | 778 |
mtrebi/memory-allocators | Custom memory allocators in C++ to improve the performance of dynamic memory allocation | 1,755 |
gpuopen-librariesandsdks/d3d12memoryallocator | A memory allocation library designed to simplify resource creation and management in Direct3D 12 applications. | 750 |
laurent-laporte-pro/deprecated | Decorator to mark outdated code as deprecated and provide a reason for its replacement | 308 |
avast/retdec-idaplugin | Decompiles binary code from various architectures into human-readable assembly code | 762 |
agl/dclxvi | Reimplementation of pairing code from Naehrig, Niederhagen and Schwabe in assembly language for use as a shared library | 17 |
kaidokert/fastdelegate | A C++11 implementation of a dynamic function pointer mechanism with improved performance and features compared to the original version. | 24 |
marvin-brouwer/fluentserializer | Provides a standardized interface for serializing and deserializing data to and from C# objects | 20 |