Skip to content

Commit

Permalink
Merge branch '10-dev' into array_optz
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Dec 4, 2024
2 parents b2e7c6e + 9fdd654 commit 7666502
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public void hash(int length) {
adapter2.aload(0);
IRBytecodeAdapter.buildArrayFromLocals(adapter2, 1, length * 2);

adapter2.invokestatic(p(IRRuntimeHelpers.class), "constructHashFromArray", sig(RubyHash.class, Ruby.class, IRubyObject[].class));
adapter2.invokestatic(p(IRRuntimeHelpers.class), "constructHashFromArray", sig(RubyHash.class, ThreadContext.class, IRubyObject[].class));
adapter2.areturn();
adapter2.end();

Expand Down

0 comments on commit 7666502

Please sign in to comment.