Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronsaldo/slvm-native
Smalltalk Low Level Virtual Machine Native Runtime
https://github.com/ronsaldo/slvm-native
Last synced: about 1 month ago
JSON representation
Smalltalk Low Level Virtual Machine Native Runtime
- Host: GitHub
- URL: https://github.com/ronsaldo/slvm-native
- Owner: ronsaldo
- Created: 2016-09-26T23:08:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-17T05:54:25.000Z (about 8 years ago)
- Last Synced: 2023-10-20T22:53:34.910Z (about 1 year ago)
- Language: C
- Size: 77.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository hold the native runtime for the SLVM compiler infrastructure.
The SLVM compiler infrastructure is a LLVM inspired intermediate representation
made in Pharo initially to be able to compile into Spir-V. With the time, this
intermediate representation was extended to support the Smalltalk object model
and the direct generation of X86 (and X86_64) machine code.This (experimental) repository holds the required runtime to perform message
dispatching, a memory manager and a garbage.