Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Jato VM

Compare

  Analyzed about 24 hours ago

Jato is an implementation of the Java virtual machine. It includes a VM and a JIT compiler for the x86 machine architecture and supports the JNI API. Jato uses Boehm GC as its garbage collector and relies on GNU Classpath to provide essential Java APIs.

339K lines of code

0 current contributors

almost 10 years since last commit

5 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: gpl, gpl_class...

The Slate Programming Language

Compare

  No analysis available

OverviewThis is the source management site for the Slate programming language. Getting StartedTo get started with Slate, you need: A VM: Some pre-built VMs are available in the Downloads section. Or, get the sources via one of our repositories (cloning an hg or git repository or extracting a ... [More] tarball), and build using 'make'. A pre-made Slate image. Download the appropriate Slate image from our Downloads section. Currently we support all little-endian systems with a GCC toolchain or Visual Studio out of the box, with either a 32-bit or 64-bit build of VM and image equally supported. Build instructions are contained within the README in the source tree. If tweaks are required for your platform, please let us know so we can improve our support. Finally, run "./slate -i imagefile.image" Release PracticesWe are not currently making versioned releases, but image snapshots with the latest core library updates are uploaded mid-month or at the end of the month after confirming basic stability. If the images are not dated recently, that should be because they're still compatible with source trees from that date onward. IssuesStability should be steadily improving, and any major crashes are worth reporting. [Less]

0 lines of code

0 current contributors

0 since last commit

4 users on Open Hub

Activity Not Available
4.0
   
I Use This
Mostly written in language not available
Licenses: mit

Potion

Compare

  Analyzed 2 days ago

Potion is an object- and mixin-oriented (traits) language. Just-in-time compilation to x86 and x86-64 machine code function pointers. This means she's a speedy one. Who integrates very well with C extensions. The JIT is turned on by default and is considered the primary mode of operation. ... [More] Intermediate bytecode format and VM. Load and dump code. Decent speed and cross- architecture. Heavily based on Lua's VM. A lightweight generational copying GC, ~4ms per GC. Bootstrapped "id" object model, based on Ian Piumarta's soda languages. Small. Under 10kloc. [Less]

36K lines of code

0 current contributors

about 1 year since last commit

3 users on Open Hub

Very Low Activity
4.0
   
I Use This

JavaScript InfoVis Toolkit

Compare

  Analyzed 1 day ago

The JavaScript InfoVis Toolkit provides tools for creating Interactive Data Visualizations for the Web. The toolkit implements advanced features of information visualization like TreeMaps, an adapted visualization of trees based on the SpaceTree, a focus+context technique to plot Hyperbolic Trees, a ... [More] radial layout of trees with advanced animations (RGraph) and other visualizations. [Less]

70.3K lines of code

0 current contributors

over 9 years since last commit

3 users on Open Hub

Inactive
0.0
 
I Use This

Avian

Compare

  Analyzed about 23 hours ago

Avian is a lightweight virtual machine and class library designed to provide a useful subset of Java's features, suitable for building self-contained applications.

106K lines of code

0 current contributors

over 3 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: No declared licenses
Tags java jit jvm

asmjit

Compare

  Analyzed about 13 hours ago

AsmJit is a complete JIT and remote assembler for C++ language. It can generate native code for x86 and x64 architectures having support for a full instruction set, from legacy MMX to the newest AVX2. It has a type-safe API that allows C++ compiler to do a semantic checks at compile-time even before ... [More] the assembled code is used or run. AsmJit is not a virtual machine. It doesn't have functionality often required and implemented by virtual machines; however, it is designed to be extensible by third-parties and mostly used as a JIT backend. The usage of AsmJit is not limited, it's suitable for multimedia, virtual machines or remote code generation. [Less]

108K lines of code

6 current contributors

4 days since last commit

1 users on Open Hub

Moderate Activity
0.0
 
I Use This

Machinery

Compare

  Analyzed about 1 hour ago

Toolchain machinery for compilers, code generators, assemblers, linkers, and emulators.

8.91K lines of code

0 current contributors

over 9 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: Public_do..., unlicense

PhiloGL

Compare

  Analyzed about 14 hours ago

PhiloGL is a WebGL Framework for Data Visualization, Creative Coding and Game Development.

30.2K lines of code

0 current contributors

over 11 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

Metta

Compare

  Analyzed about 5 hours ago

Metta is a multimedia, mobile, social OS. My goal is to make Metta the platform for social, efficient and fun life on the internet. I call such internet egocentric, because it revolves around your needs and desires. Be free!

443K lines of code

0 current contributors

about 11 years since last commit

1 users on Open Hub

Inactive
3.0
   
I Use This

Cosmos (C# Open Source Managed Operating System)

Compare

  Analyzed about 10 hours ago

COSMOS (C# Open Source Managed Operating System) Cosmos includes a compiler (IL2CPU, which is part of Cosmos) that reads the input file (usually the shell) and Cosmos libraries and compiles the resulting IL to x86 code. IL2CPU has a layer for cross platform and we plan to support other processors ... [More] and platforms, including x64. IL2CPU also supports certain extension methods which allow C# code to interact directly with the CPU, registers, and ports in the kernel. IL2CPU contains some inline assembler, but there are no ASM files that need to be linked in. Currently IL2CPU first outputs raw asm files (with IL comments) and then processes them through nasm (a free assembler). Later we plan to emit directly to binary. [Less]

104K lines of code

11 current contributors

14 days since last commit

1 users on Open Hub

High Activity
5.0
 
I Use This