[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[csmith-project/csmith] 4dd351: Quick hack to speed up c_delta: try removing all e...



Branch: refs/heads/master
Home:   https://github.com/csmith-project/csmith

Commit: 4dd3514934669f75ee38c06e6852005f4b4ad67c
    https://github.com/csmith-project/csmith/commit/4dd3514934669f75ee38c06e6852005f4b4ad67c
Author: John Regehr <regehr@cs.utah.edu>
Date:   2011-05-24 (Tue, 24 May 2011)

Changed paths:
  M utah/scripts/README.TXT
  M utah/scripts/reduce/c_delta.pl

Log Message:
-----------
Quick hack to speed up c_delta: try removing all extra whitespace at
once, instead of in little steps, because doign so probably never
makes a good testcase into a bad one.