-
annichai-stripe authored
* first commit * yjit.rb change * revert formatting * rename mem-size to exec-mem-size for correctness * wip, move setting into rb_yjit_enable directly * remove unused helper functions * add in call threshold * input validation with extensive eprintln * delete test script * exec-mem-size -> mem-size * handle input validation with asserts * add test cases related to input validation * modify test cases * move validation out of rs, into rb * add comments * remove trailing spaces * remove logging Co-authored-by:
Takashi Kokubun <takashikkbn@gmail.com> * remove helper fn * Update test/ruby/test_yjit.rb Co-authored-by:
Takashi Kokubun <takashikkbn@gmail.com> * trailing white space --------- Co-authored-by:
Alan Wu <XrXr@users.noreply.github.com> Co-authored-by:
Takashi Kokubun <takashikkbn@gmail.com> Co-authored-by:
Maxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>
annichai-stripe authored* first commit * yjit.rb change * revert formatting * rename mem-size to exec-mem-size for correctness * wip, move setting into rb_yjit_enable directly * remove unused helper functions * add in call threshold * input validation with extensive eprintln * delete test script * exec-mem-size -> mem-size * handle input validation with asserts * add test cases related to input validation * modify test cases * move validation out of rs, into rb * add comments * remove trailing spaces * remove logging Co-authored-by:
Takashi Kokubun <takashikkbn@gmail.com> * remove helper fn * Update test/ruby/test_yjit.rb Co-authored-by:
Takashi Kokubun <takashikkbn@gmail.com> * trailing white space --------- Co-authored-by:
Alan Wu <XrXr@users.noreply.github.com> Co-authored-by:
Takashi Kokubun <takashikkbn@gmail.com> Co-authored-by:
Maxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>
Loading