We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd0203 commit 3b6362bCopy full SHA for 3b6362b
truffle/src/main/java/org/jruby/truffle/nodes/core/IONodes.java
@@ -92,10 +92,9 @@ public WriteNode(WriteNode prev) {
92
return ToSNodeFactory.create(getContext(), getSourceSection(), other);
93
}
94
95
+ @CompilerDirectives.TruffleBoundary
96
@Specialization
97
public int write(RubyString string) {
- notDesignedForCompilation();
98
-
99
final ByteList byteList = string.getByteList();
100
101
final int offset = byteList.getBegin();
0 commit comments