rubyomr-preview / ruby

The Ruby+OMR Preview
Other
68 stars 9 forks source link

Assorted improvements #71

Closed mgaudet closed 7 years ago

mgaudet commented 7 years ago

Make the JIT mandatory if JIT options are specified, adds new optimization strategy, makes a small update to handle an update in OMR (https://github.com/eclipse/omr/commit/349391f1baaf0a7df35a994c9ed92d670dafe6f4) and disable a test in test-all until we can make progress on it.

mgaudet commented 7 years ago

This failed the travis build due to a poor interaction between our specification of the OMR_JIT_OPTIONS and the strict failure semantics introduced in 3f2d581.

I will likely drop 3f2d581 to get the rest of the changes from this branch in, then figure out how to fix 3f2d581