Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QueryR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julien Lopez
QueryR
Commits
f11bbd32
Commit
f11bbd32
authored
10 years ago
by
Mick Jordan
Browse files
Options
Downloads
Patches
Plain Diff
remove debugging code
parent
78a0ed15
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/base/Internal.java
+0
-3
0 additions, 3 deletions
...src/com/oracle/truffle/r/nodes/builtin/base/Internal.java
with
0 additions
and
3 deletions
com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/base/Internal.java
+
0
−
3
View file @
f11bbd32
...
@@ -74,9 +74,6 @@ public abstract class Internal extends RBuiltinNode {
...
@@ -74,9 +74,6 @@ public abstract class Internal extends RBuiltinNode {
// .Internal function is validated
// .Internal function is validated
CompilerDirectives
.
transferToInterpreterAndInvalidate
();
CompilerDirectives
.
transferToInterpreterAndInvalidate
();
// Replace the original call; we can't just use callNode as that will cause recursion!
// Replace the original call; we can't just use callNode as that will cause recursion!
if
(
symbol
.
getName
().
equals
(
"paste"
))
{
System
.
console
();
}
RCallNode
internalCallNode
=
RCallNode
.
createInternalCall
(
frame
,
this
.
getParent
().
getSourceSection
(),
callNode
,
function
,
symbol
);
RCallNode
internalCallNode
=
RCallNode
.
createInternalCall
(
frame
,
this
.
getParent
().
getSourceSection
(),
callNode
,
function
,
symbol
);
this
.
getParent
().
replace
(
internalCallNode
);
this
.
getParent
().
replace
(
internalCallNode
);
// evaluate the actual builtin this time, next time we won't get here!
// evaluate the actual builtin this time, next time we won't get here!
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment