Skip to content

Commit

Permalink
Quickie debug statement that I can test on the ISTC cluster...
Browse files Browse the repository at this point in the history
  • Loading branch information
apavlo committed May 27, 2013
1 parent c37e896 commit 9cafbde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/frontend/edu/brown/hstore/SpecExecScheduler.java
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ public void ignoreSpeculationType(SpeculationType specType) {
this.ignore_types = new HashSet<SpeculationType>();
}
this.ignore_types.add(specType);
LOG.info(String.format("Setting %s to ignore speculation at stall point %s",
this, specType));
}

public void interruptSearch(InternalMessage msg) {
Expand Down

0 comments on commit 9cafbde

Please sign in to comment.