Skip to content

Commit b1e75ba

Browse files
committed
Reduce primitive logging
1 parent 86b417e commit b1e75ba

File tree

1 file changed

+0
-1
lines changed
  • src/de.hpi.swa.trufflesqueak/src/de/hpi/swa/trufflesqueak/nodes/dispatch

1 file changed

+0
-1
lines changed

src/de.hpi.swa.trufflesqueak/src/de/hpi/swa/trufflesqueak/nodes/dispatch/DispatchUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ public static void logPrimitiveFailed(final NodeInterface primitiveNode) {
8080

8181
@TruffleBoundary
8282
public static void handlePrimitiveFailedIndirect(final Node node, final AbstractPrimitiveNode primitiveNode, final CompiledCodeObject method, final PrimitiveFailed primitiveFailed) {
83-
logPrimitiveFailed(primitiveNode);
8483
if (method.hasStoreIntoTemp1AfterCallPrimitive()) {
8584
SqueakImageContext.get(node).setPrimitiveErrorCode(primitiveFailed);
8685
}

0 commit comments

Comments
 (0)