We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 969b463 + 494ab0d commit 4f02f20Copy full SHA for 4f02f20
src/main/java/org/truffleruby/core/ProcessNodes.java
@@ -27,6 +27,7 @@ public abstract class ProcessNodes {
27
@Primitive(name = "process_time_nanotime")
28
public abstract static class ProcessTimeNanoTimeNode extends PrimitiveArrayArgumentsNode {
29
30
+ @TruffleBoundary
31
@Specialization
32
protected long nanoTime() {
33
return System.nanoTime();
0 commit comments