You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Currently there are three potential optimization levels in Ruby+OMR:
Not a huge amount of thought has been put into these strategies yet, except insofar as each adds new optimizations.
warm
andhot
both have the ruby inliner enabled.We should refactor the .travis.yml file to allow running at least
cold
andwarm
.The important piece here would be that we don't need to build Ruby in yet another configuration to do this.
The text was updated successfully, but these errors were encountered: