Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eclipse/omr
Eclipse OMR™ Cross platform components for building reliable, high performance language runtimes
https://github.com/eclipse/omr
hacktoberfest
Last synced: 5 days ago
JSON representation
Eclipse OMR™ Cross platform components for building reliable, high performance language runtimes
- Host: GitHub
- URL: https://github.com/eclipse/omr
- Owner: eclipse
- License: other
- Created: 2016-03-03T19:34:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T19:30:40.000Z (10 days ago)
- Last Synced: 2024-10-25T20:12:17.877Z (9 days ago)
- Topics: hacktoberfest
- Language: C++
- Homepage: http://www.eclipse.org/omr
- Size: 78.9 MB
- Stars: 945
- Watchers: 58
- Forks: 396
- Open Issues: 906
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Eclipse OMR
The Eclipse OMR project is a set of open source C and C++ components that can
be used to build robust language runtimes that support many different hardware
and operating system platforms.Our current components are:
* **`gc`**: Garbage collection framework for managed heaps
* **`compiler`**: Components for building compiler technology, such as JIT
compilers.
* **`jitbuilder`**: An easy to use high level abstraction on top of the
compiler technology.
* **`port`**: Platform porting library
* **`thread`**: A cross platform pthread-like threading library
* **`util`**: general utilities useful for building cross platform
runtimes
* **`omrsigcompat`**: Signal handling compatibility library
* **`omrtrace`**: Tracing library for communication with IBM Health Center
monitoring tools
* **`tool`**: Code generation tools for the build system
* **`vm`**: APIs to manage per-interpreter and per-thread contexts
* **`example`**: Demonstration code to show how a language runtime might
consume some Eclipse OMR components
* **`fvtest`**: A language-independent test framework so that Eclipse
OMR components can be tested outside of a language runtimeBuild Status
============| Build | Status |
| ---------------------- | -------------------- |
| Windows x86-64 | [![Windows x86-64 Status](https://ci.eclipse.org/omr/job/Build-win_x86-64/badge/icon)](https://ci.eclipse.org/omr/job/Build-win_x86-64/) |
| Linux x86 | [![Build Status](https://ci.eclipse.org/omr/job/Build-linux_x86/badge/icon)](https://ci.eclipse.org/omr/job/Build-linux_x86/) |
| Linux x86-64 | [![Linux x86-64 Status](https://ci.eclipse.org/omr/job/Build-linux_x86-64/badge/icon)](https://ci.eclipse.org/omr/job/Build-linux_x86-64/) |
| Linux AArch64 (ARM 64-bit) | [![Build-linux_aarch64 Status](https://ci.eclipse.org/omr/job/Build-linux_aarch64/badge/icon)](https://ci.eclipse.org/omr/job/Build-linux_aarch64/) |
| Linux ARM 32-bit | [![Build-linux_arm Status](https://ci.eclipse.org/omr/job/Build-linux_arm/badge/icon)](https://ci.eclipse.org/omr/job/Build-linux_arm/) |
| OSX x86-64 | [![Build Status](https://ci.eclipse.org/omr/job/Build-osx_x86-64/badge/icon)](https://ci.eclipse.org/omr/job/Build-osx_x86-64/) |
| Linux Power 64-bit | [![Build-linux_ppc-64_le_gcc Status](https://ci.eclipse.org/omr/job/Build-linux_ppc-64_le_gcc/badge/icon)](https://ci.eclipse.org/omr/job/Build-linux_ppc-64_le_gcc/) |
| AIX Power 64-bit | [![Build-aix_ppc-64 Status](https://ci.eclipse.org/omr/job/Build-aix_ppc-64/badge/icon)](https://ci.eclipse.org/omr/job/Build-aix_ppc-64/) |
| Linux Z (s390x) 64-bit | [![Build-linux_390-64 Status](https://ci.eclipse.org/omr/job/Build-linux_390-64/badge/icon)](https://ci.eclipse.org/omr/job/Build-linux_390-64/) |
| z/OS (s390x) 64-bit | [![Build-zOS_390-64 Status](https://ci.eclipse.org/omr/job/Build-zOS_390-64/badge/icon)](https://ci.eclipse.org/omr/job/Build-zOS_390-64/) |What's the goal?
================The long term goal for the Eclipse OMR project is to foster an open ecosystem of
language runtime developers to collaborate and collectively innovate with
hardware platform designers, operating system developers, as well as tool and
framework developers and to provide a robust runtime technology platform so that
language implementers can much more quickly and easily create more fully
featured languages to enrich the options available to programmers.It is our community's fervent goal to be one of active contribution, improvement,
and continual consumption.Who is using Eclipse OMR?
=========================* The most comprehensive consumer of the Eclipse OMR technology is the [Eclipse
OpenJ9 Virtual Machine](https://github.com/eclipse-openj9/openj9): a high
performance, scalable, enterprise class Java Virtual Machine implementation
representing hundreds of person years of effort, built on top of the core
technologies provided by Eclipse OMR.
* The Ruby+OMR Technology Preview has used Eclipse OMR components to add a JIT
compiler to the CRuby implementation, and to experiment with replacing the
garbage collector in CRuby.
* A SOM++ Smalltalk runtime has also been modified to use Eclipse OMR
componentry.
* An experimental version of CPython using Eclipse OMR components
has also been created but is not yet available in the open. (Our focus
has been dominated by getting this code out into the open!)What's the licence?
===================[![License](https://img.shields.io/badge/License-EPL%202.0-green.svg)](https://opensource.org/licenses/EPL-2.0)
[![License](https://img.shields.io/badge/License-APL%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0)All Eclipse OMR project materials are made available under the Eclipse Public
License 2.0 and the Apache 2.0 license. You can choose which license you wish
to follow. Please see our LICENSE file for more details.How Do I Interact With the Community?
=====================================We operate under the [Eclipse Code of Conduct][coc] to promote fairness, openness, and inclusion.
[coc]: https://eclipse.org/org/documents/Community_Code_of_Conduct.php
* Join the Eclipse OMR community [Slack workspace](https://join.slack.com/t/eclipse-omr/shared_invite/enQtMzg2ODIwODc4MTAyLWFiMzZkNmNhODc5OTM0MjgwZDdjNzg5YTg5NzM0ZmEzNTIyMGViMjk1YjYwNzczYjYwODc4YTM5MDk0NjIxMjg). You can join channels that interest you, ask questions, and receive answers from subject matter experts.
* Join the Eclipse OMR developer community [mailing list](https://accounts.eclipse.org/mailing-list/omr-dev).
The community primarily uses this list for project announcements and administrative
discussions amongst committers. Questions are welcome here as well.
* Ask a question or start a discussion via a [GitHub issue](https://github.com/eclipse/omr/issues).Contributing
============If you would like to contribute to OMR, check out the [contributing guide][contrib] for more information.
We also have curated a set of [good first issues][beg] for newcomers to tackle.[contrib]: CONTRIBUTING.md
[beg]: https://github.com/eclipse/omr/issues?q=is%3Aopen+is%3Aissue+label%3A%22good%20first%20issue%22How Do I Use it?
================## How to Build Standalone Eclipse OMR
The best way to get an initial understanding of the Eclipse OMR technology is to
look at a 'standalone' build, which hooks Eclipse OMR up to the its testing system
only.### Basic configuration and compile
To build standalone Eclipse OMR, run the following commands from the root of the
source tree. For more detailed instructions please read [BuildingWithCMake.md](doc/BuildingWithCMake.md).# Create a build directory and cd into it
mkdir build
cd build# Generate the build system using cmake
cmake -Wdev -C ../cmake/caches/Travis.cmake ..# Build (you can optionally compile in parallel by adding -j to the make command)
make# Run tests (note that no contribution should cause new test failures in testing).
# Use the `-V` option to see verbose output from the tests.
ctest [-V]### Building Eclipse OMR on Windows using Visual Studio
The following instructions below demonstrate the steps to build Eclipse OMR on Windows
using Visual Studios. In the example Visual Studio 11 2012 Win64 is being used.
You can easily switch this to the version of Visual Studio you would like to use.# Create a build directory and cd into it
mkdir build
cd build#generate the build system using cmake
cmake -G "Visual Studio 11 2012 Win64" ..# Build
cmake --build .# Run tests (note that no contribution should cause new test failures in "make test")
ctestWhere can I learn more?
===============================Presentations about Eclipse OMR
-------------------------------* Mark Stoodley's talk at the JVM Languages Summit in August, 2015:
[A VM is a VM is a VM: The Secret Path to High Performance Multi-Language Runtimes](https://www.youtube.com/watch?v=kOnyJurioyw)
* Daryl Maier's slides from Java One in October, 2015:
[Beyond the Coffee Cup: Leveraging Java Runtime Technologies for the Polyglot](http://www.slideshare.net/0xdaryl/javaone-2015-con7547-beyond-the-coffee-cup-leveraging-java-runtime-technologies-for-polyglot?related=1)
* Charlie Gracie's slides from Java One in October, 2015:
[What's in an Object? Java Garbage Collection for the Polyglot](http://www.slideshare.net/charliegracie1/javaone-whats-in-an-object)
* Angela Lin, Robert Young, Craig Lehmann and Xiaoli Liang CASCON Workshop in November, 2015
[Building Your Own Runtime](https://ibm.box.com/s/7xdg25we2ezmdjjbqdys30d7dl1iyo49)
* Charlie Gracie's talk from FOSDEM in February, 2016:
[Ruby and OMR: Experiments in utilizing OMR technologies in MRI](http://bofh.nikhef.nl/events/FOSDEM/2016/h2213/ruby-and-omr.mp4)
* Charlie Gracie's slides from jFokus in February, 2016
[A JVMs Journey into Polyglot Runtimes](https://t.co/efCKf6aCB4)
* Mark Stoodley's slides from EclipseCON in March, 2016
[Eclipse OMR: a modern toolkit for building language runtimes](http://www.slideshare.net/MarkStoodley/omr-a-modern-toolkit-for-building-language-runtimes)Blog Posts about OMR technologies
---------------------------------* [Introducing Eclipse OMR: Building Language Runtimes](https://developer.ibm.com/code/2016/03/08/introducing-omr-building-language-runtimes/)
* [JitBuilder Library and Eclipse OMR: Just-In-Time Compilers made easy](https://developer.ibm.com/code/2016/07/19/jitbuilder-library-and-eclipse-omr-just-in-time-compilers-made-easy/)Copyright IBM Corp. 2016