Tags : Browse Projects

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

v8-sh4

Compare

  Analyzed about 21 hours ago

Port of the famous v8 to the sh4 processors

976K lines of code

0 current contributors

over 9 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses
Tags jit sh4 stm

GNU Jitter

Compare

Claimed by GNU Analyzed about 9 hours ago

GNU Jitter is a software automatically building a portable, very efficient language virtual machine with performance close to native code, starting from a relatively high-level specification provided by the user. The VM state may include registers, stacks or a combination of both along with ... [More] any runtime structure defined by user code; whenever possible the generator attempts to map such state data structures into hardware machine registers. GNU poke relies on a Jittery VM. [Less]

49.7K lines of code

0 current contributors

about 1 month since last commit

0 users on Open Hub

Low Activity
0.0
 
I Use This

parakeet-python

Compare

  Analyzed about 22 hours ago

Runtime compiler for numerical Python

24.6K lines of code

1 current contributors

about 5 years since last commit

0 users on Open Hub

Inactive
5.0
 
I Use This

LibJIT

Compare

  Analyzed about 1 hour ago

LibJIT is a library that provides generic Just-In-Time compiler functionality independent of any particular bytecode, language, or runtime. It started off as a part of the DotGNU project and was used as the backend for DotGNU Portable.NET JIT engine. Since then it has been used in a number of other ... [More] projects not related to DotGNU and became a separate project on its own right. [Less]

68.6K lines of code

2 current contributors

about 4 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

Querysoft Open Runtime

Compare

  Analyzed about 14 hours ago

Cross Platform, Aspect Oriented, C++ Framework. Integrates portable C library, portable C++ standard library and advanced C++ techniques with easy to use object model. Designed to be extended; just plugin the support you need.

458K lines of code

0 current contributors

about 9 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

jdk9-hotspot

Compare

  No analysis available

The HotSpot Java Virtual Machine within the JDK9.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: No declared licenses

Brisk: Applied Numba

Compare

  Analyzed about 22 hours ago

Optimized numerical computation using Continuum's Numba. Intended as a drop-in replacement for numerical functions in numpy, scipy, or builtins. Provides strong performance boosts. Inputs use numpy arrays. Using other formats like lists, or pandas Dataframes will adversely affect speed. ... [More] Rough/early release - Open to suggestions and bug reports. [Less]

483 lines of code

0 current contributors

about 7 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

lib6502-jit

Compare

  Analyzed 1 day ago

Just-in-time compiler for 6502 machine code. Interpreted, compiled and hybrid emulation modes are supported. The emulation is provided by a library which is (nearly) a drop-in replacement for Ian Piumarta's lib6502, on which this project is based. LLVM is used to provide the JIT compilation support. ... [More] The code has been tested on FreeBSD, Debian and Ubuntu and will hopefully be usable on any Unix or Unix-alike platform. [Less]

11.7K lines of code

0 current contributors

almost 10 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

Tamarin/SH4

Compare

  Analyzed about 9 hours ago

728K lines of code

0 current contributors

about 13 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: gpl, lgpl21, mozilla_p...

MyJIT

Compare

  No analysis available

MyJIT is a small modular library for dynamic machine code generation. In other words, it can compile platform-independent intermediate language to processor-specific instructions which can be afterwards invoked as a regular function. The architecture of MyJIT is based on a simple register-based ... [More] virtual machine with a RISC-like instruction set. Currently, it supports x86, AMD64, and SPARC processors. [Less]

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: lgpl3
Tags compiler jit