Git Product home page Git Product logo

joekoolade / joe Goto Github PK

View Code? Open in Web Editor NEW
97.0 97.0 7.0 474.75 MB

JOE runs a Java program without an operating system by using a meta-circular virtual machine

License: Eclipse Public License 2.0

C++ 4.50% C 4.35% Shell 0.79% Java 86.70% Makefile 1.06% M4 0.16% HTML 1.56% Perl 0.07% TeX 0.36% Yacc 0.03% CSS 0.04% GAP 0.02% XSLT 0.21% JavaScript 0.01% Awk 0.01% Ruby 0.01% Roff 0.13% Python 0.01% Jasmin 0.01% Dockerfile 0.01%
application-specific-virtual-machine java jikesrvm joe metacircular-vm software-virtualization virtual-machine virtualization virtualized-execution-environment virtualized-java-environment vm

joe's People

Contributors

caizixian avatar captain5050 avatar cronburg avatar dgrove-oss avatar dmakarov avatar engianx avatar erik-brangs avatar gnu-andrew avatar hauswirth avatar jamesbornholt avatar joekoolade avatar jorgedfbranco avatar juliandolby avatar lalitpras avatar lynus avatar marnold-ibm avatar mdbond avatar nexos-dev avatar peterfsweeney avatar pizlonator avatar realityforge avatar robingarner avatar robingarner-scu avatar rubyfi avatar sewe avatar sjfink avatar steveblackburn avatar tonanhngo avatar yangxi avatar yuilib avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

joe's Issues

Thread context for IRQs

Interrupts operate in the context of the thread they interrupt. Plan is switch interrupt to their own thread which will provide a stack and memory allocation

Virtio-net fix

Turn on bus master for virtio-net driver. Doing that fixed the configure issue for the 82559. Should start to receive packets once that is done.

IRQ object

Have an interrupt or trap push an Irq object that has a handler() method

Consider a switch to SubstrateVM?

Jikes is cool but it seems the spiritual successor is SubstrateVM. It can do AOT compilation, dead code elimination, closed-world optimisations and uses hardly any memory. No dynamic code loading though and not perfectly Java compatible.

It's probably a much better foundation to build on though especially because with it, you can run other languages that are not just Java. For instance you could run xonsh as a basic shell, inside a GraalPython sandbox, all inside the same JVM process.

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.