Projects tagged ‘java’ and ‘virtual_machines’


Jump to tag:

Projects tagged ‘java’ and ‘virtual_machines’

Filtered by Project Tags java virtual_machines

Refine results Project Tags vm (7) jvm (5) development (3) linux (3) runtime (3) j2se (3) framework (3) tools (3) virtualmachine (2) jit (2) compiler (2) programming (2)

[10 total ]

46 Users
   

LLVM is a robust system, particularly well suited for developing new mid-level language-independent analyses and optimizations of all sorts, including those that require extensive interprocedural ... [More] analysis. LLVM is also a great target for front-end development for conventional or research programming languages, including those which require compile-time, link-time, or run-time optimization for effective implementation, proper tail calls or garbage collection. We have an incomplete list of projects which have used LLVM for various purposes, showing that you can get up-and-running quickly with LLVM, giving time to do interesting things, even if you only have a semester in a University course. We also have a list of ideas for projects in LLVM. [Less]
Created over 3 years ago.

12 Users
   

Apache Harmony is the Java SE project of the Apache Software Foundation. The aim of the project is to produce a large and healthy community of those interested in runtime platforms tasked with ... [More] creation of: - a compatible, independent implementation of Java SE under the Apache License v2 - a community-developed modular runtime (VM and class library) architecture. [Less]
Created over 3 years ago.

6 Users
 

Jikes RVM (Research Virtual Machine) provides a flexible open testbed to prototype virtual machine technologies and experiment with a large variety of design alternatives. The system is licensed under ... [More] an OSI approved license. Jikes RVM runs on many platforms and advances the state-of-the-art of virtual machine technologies for dynamic compilation, adaptive optimization, garbage collection, thread scheduling, and synchronization. A distinguishing characteristic of Jikes RVM is that it is implemented in the Java™ programming language and is self-hosted i.e., its Java code runs on itself without requiring a second virtual machine. Most other virtual machines for the Java platform are written in native code (typically, C or C++). A Java implementation provides ease of portability, and a seamless integration of virtual machine and application resources such as objects, threads, and operating-system interfaces. [Less]
Created about 1 year ago.

6 Users
 

JamVM is a compact Java Virtual Machine conforming to the JVM specification edition 2 (blue book). It is extremely small; stripped executable on PowerPC ~180K, Intel 150K. However, unlike other small ... [More] VMs it supports the full J2SE 1.5 specification, inc. soft/weak/phantom references, annotations and JNI. [Less]
Created over 2 years ago.

4 Users

Jato is a simple JIT-only virtual machine for Java. It can currently run some simple Java programs on Linux under the i386 and x86-64 machine architectures.
Created about 1 year ago.

2 Users
 

Xerxys is a project to create an operating system that is highly secure and portable through the following aspects: - No application is executed directly on the CPU, but through a Virtual Machine ... [More] (currently Java compliant) - The system is as abstract as possible to ensure the high portability - The system will support data security and high encryption from the beginning Xerxys has an own Java VM implementation, called Xam (which is separate project). [Less]
Created over 2 years ago.

1 Users

This project is a platform allowing to develop and execute algorithms using Turing machines. Its parts are : * A language specification * A Runtime environment specification * An implementation ... [More] of a compiler in Java * An implementation of a virtual machine in Java Feel free to visit the website for more informations and to participate. The only aim of Gnieh Turing is to learn more about compilers and virtual machines. This project is made for educational purpose [Less]
Created 11 months ago.

1 Users

Welcome to the Metacircular Research Platform (MRP), a new design effort in building performant multipurpose metacircular systems. Metacircularity is a property whereby a system and its run-time are ... [More] all written in the same programming language. MRP is written in Java, including libraries, compilers, garbage collectors and binary translators. It is also a test bed for operating systems written in a metacircular manner. [Less]
Created 9 months ago.

0 Users

SableVM is a robust, extremely portable, efficient, and specifications-compliant Java virtual machine that aims to be easy to maintain and to extend. It features a state-of-the-art, efficient ... [More] interpreter engine. Its source code is very accessible and easy to understand, and has many robustness features that have been the object of careful design. [Less]
Created over 3 years ago.

0 Users

RequMNGT is a Redmine plugin that allows you to manage in your software project: * system and software requirements. * traceability. * baseline and Request For Change. 1. you can identify ... [More] business artifacts, software artifact and others like Business Actor, Business Use Case,... 2. you can manage and check the (Horizontal and vertical) TOTAL TRACEABILITY between the different artifact of a software project: * Feature, Requirement, Use case, classes, test case, code ... 3. You can create, delete, modify one or several baseline and manage the requests for change. 4. You can generate different reports (requirement, usecase, testcase, Metrics ...) 5. If you install the risk management plugin RiskMNGT, you could classify the requirements or scenarios according to the exposure level [Less]
Created about 1 month ago.