GithubHelp home page GithubHelp logo

aking / pharo-vm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pharo-project/pharo-vm

0.0 0.0 0.0 252.11 MB

This is the VM used by Pharo

Home Page: http://pharo.org

License: Other

Shell 0.06% C 26.39% Objective-C 0.05% Smalltalk 71.54% Assembly 0.03% PowerShell 0.02% Objective-C++ 0.01% CMake 0.91% GDB 0.03% Dockerfile 0.01% StringTemplate 0.95%

pharo-vm's Introduction

Pharo VM

This repository holds the code of the Pharo Virtual Machine. This implementation started as a fork of OpenSmalltalk-vm. The current project could not have been possible with all their previous work.

The current implementation presents the following core features:

  • an indirect threaded bytecode compiler using GNU extensions
  • a generational scavenger garbage collector: semi-space + nursery for the young generation, a mark-compact collecting for the old generation
  • a space for permanent objects that need not to be scanned by the GC
  • a baseline JIT compiler that
    • translates primitive operations using IR templates
    • translates bytecode methods using a simple abstract interpretation approach to reduce memory pressure (less loads/stores)
  • FFI through the well-known libFFI, and support for non-blocking FFI using worker threads

For more details about the whole Pharo VM project refer to our wiki.

Table of Contents

pharo-vm's People

Contributors

akgrant avatar akgrant43 avatar alisu avatar andreasraab avatar bastiendegardins avatar carolahp avatar clementbera avatar codefrau avatar eliotmiranda avatar estebanlm avatar fniephaus avatar gettimothy avatar guillep avatar hogoww avatar johnmci avatar krono avatar labsari avatar lwassermann avatar marianopeck avatar nicolas-cellier-aka-nice avatar palumbon avatar privat avatar qducasse avatar rmacnak avatar ronsaldo avatar sig avatar syrel avatar tesonep avatar timfel avatar timrowledge avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.