Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.01 KB

Intel® Optimizations for Dynamic Language Runtimes

Introduction

This repository offers tools and a reference implementations for optimizing dynamic language runtimes.

Please refer to https://software.intel.com/en-us/articles/runtime-performance-optimization-blueprint-intel-architecture-optimization-with-large-code for a blueprint that demonstrates how to diagnose Instruction Translation Lookaside Buffer (I-TLB) stalls, and reduce them using large pages.

License

The Intel® Optimizations for Dynamic Language Runtimes is distributed under the MIT License.

You may obtain a copy of the License at:

https://opensource.org/licenses/MIT

Tested Linux versions

iodlr is tested on the following 64 bit Linux operating systems:

  • Ubuntu 16.04, 18.04

How to provide feedback

Please submit an issue using native github.com interface: https://github.com/intel/iodlr/issues.

How to contribute

Please refer to the Contributing guide for details on how to contribute to this project.