Skip to main content
  • Log in
  • Manage Cookies
projects.eclipse.org
Download
  • Projects
  • Working Groups
  • Members
  • Community
    • Marketplace
    • Events
    • Planet Eclipse
    • Newsletter
    • Videos
    • Blogs
  • Participate
    • Report a Bug
    • Forums
    • Mailing Lists
    • Wiki
    • IRC
    • Research
  • Eclipse IDE
    • Download
    • Learn More
    • Documentation
    • Getting Started / Support
    • How to Contribute
    • IDE and Tools
    • Newcomer Forum
  • More
      • Community

      • Marketplace
      • Events
      • Planet Eclipse
      • Newsletter
      • Videos
      • Blogs
      • Participate

      • Report a Bug
      • Forums
      • Mailing Lists
      • Wiki
      • IRC
      • Research
      • Eclipse IDE

      • Download
      • Learn More
      • Documentation
      • Getting Started / Support
      • How to Contribute
      • IDE and Tools
      • Newcomer Forum
    • Search

  1. Home
  2. Projects
  3. Eclipse Technology
  4. Eclipse OMR
  5. 0.1.0

Eclipse OMR 0.1.0

Primary tabs

  • Overview(active tab)
  • Release Plan
  • Review Information

This will be the initial release of the Eclipse OMR project.

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.

For this initial release, all of the components are functionally stable, but a few of them have not finalized an API yet. The list of components with stable APIs will grow with future releases. The table below summarizes the current status:

Component
Description

Stable

Functionality

Stable

API

port
A platform porting library
✓
✓

thread
A cross platform pthread-like threading library
✓
✓

util
General utilities useful for building cross platform runtimes
✓
✓

compiler
Components for building compilers, particularly JIT compilers
✓
 

diagnostics
A diagnostic tooling library
✓
 

gc
Garbage collection framework for managed heaps
✓
 

jitbuilder
A simple high-level abstraction on top of the compiler technology
✓
 

vm
APIs to manage per-interpreter and per-thread contexts
✓
 

 

Release Date: 
Friday, October 4, 2019
Review: 
0.1.0 Release Review
Release Type: 
Minor release

Project Links

  • Website
Incubating - Eclipse OMR

Related Projects

Project Hierarchy:

  • Eclipse Technology
  • Eclipse OMR

Tags

Technology Types
  • Runtime
  • Tools

Eclipse Foundation

  • About Us
  • Contact Us
  • Sponsor
  • Members
  • Governance
  • Code of Conduct
  • Logo and Artwork
  • Board of Directors
  • Careers

Legal

  • Privacy Policy
  • Terms of Use
  • Copyright Agent
  • Eclipse Public License
  • Legal Resources

Useful Links

  • Report a Bug
  • Documentation
  • How to Contribute
  • Mailing Lists
  • Forums
  • Marketplace

Other

  • IDE and Tools
  • Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation. All Rights Reserved.

Back to the top