Skip to content

alex/optimizer-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimizer Model

https://travis-ci.org/alex/optimizer-model.png?branch=master

This is a prototype for a new conceptual model for the RPython JIT's optimizer. It is designed for online processing of a linear sequence of instructions. It supports pluggable optimization passes.

Internally it is designed for immutable operations/values, no-copying of data, and no hash tables.

About

A work in progress model for a new optimizer for PyPy's JIT.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages