Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Refactor .travis.yml to start testing warm #76

Open
mgaudet opened this issue Jan 31, 2017 · 0 comments
Open

Refactor .travis.yml to start testing warm #76

mgaudet opened this issue Jan 31, 2017 · 0 comments

Comments

@mgaudet
Copy link

mgaudet commented Jan 31, 2017

Currently there are three potential optimization levels in Ruby+OMR:

  • cold
  • warm
  • hot

Not a huge amount of thought has been put into these strategies yet, except insofar as each adds new optimizations. warm and hot both have the ruby inliner enabled.

We should refactor the .travis.yml file to allow running at least cold and warm.

The important piece here would be that we don't need to build Ruby in yet another configuration to do this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant