Skip to content
Snippets Groups Projects
Commit 742a079e authored by Lukas Stadler's avatar Lukas Stadler
Browse files

Merge pull request #6 in G/fastr from ~ZBYNEK.SLAJCHRT_ORACLE.COM/fastr:feature/argscheck to master

* commit '64a7d8f2':
  A comment added to NumericalFunctions
parents 63448722 64a7d8f2
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; ...@@ -36,6 +36,12 @@ import com.oracle.truffle.r.runtime.data.RComplex;
public class NumericalFunctions { 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 { public abstract static class DummyNode extends RBuiltinNode {
@Specialization @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