Skip to content
Snippets Groups Projects
Commit 64a7d8f2 authored by zslajchrt's avatar zslajchrt
Browse files

A comment added to NumericalFunctions

parent 63448722
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,12 @@ import com.oracle.truffle.r.runtime.data.RComplex;
public class NumericalFunctions {
/**
* This node is only a workaround that makes the annotation processor process the other inner
* node classes. These classes would be ignored otherwise, since they do not contain any
* specialization, which would trigger the code generation performed by the annotation
* processor.
*/
public abstract static class DummyNode extends RBuiltinNode {
@Specialization
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment