Skip to content
/ iodlr Public

Tools and Reference Code for Intel Optimizations (eg Large Pages)

License

Notifications You must be signed in to change notification settings

intel/iodlr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

676bb7d · Sep 20, 2024
Oct 26, 2022
Jun 24, 2022
Jul 30, 2020
Nov 14, 2022
Dec 18, 2019
Feb 21, 2022
Apr 7, 2021
Sep 20, 2024
Oct 11, 2021
Apr 7, 2021
Oct 12, 2021
Oct 29, 2019
Aug 22, 2024
Aug 22, 2024
Dec 18, 2019
Aug 18, 2021
Apr 7, 2021

Repository files navigation

Intel® Optimizations for Dynamic Language Runtimes

Introduction

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

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

Status

This codebase has been built and tested successfully on Ubuntu v22.04.1 LTS version as of Feb. 2024

License

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

Tested Linux versions

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

  • Ubuntu 20.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.

Last update: 08/2024