Commit Graph

2 Commits

Author SHA1 Message Date
Peter Wang
1daf4d6081 Parallelise make_java_csharp_arena_{base,diff}
tools/make_java_csharp_arena_base:
tools/make_java_csharp_arena_diff:
    Use xargs -P to run multiple instances of the compiler in parallel.

    Allow the environment variable PARALLEL to control the number of
    parallel tasks.
2018-07-26 14:54:51 +10:00
Zoltan Somogyi
1bed6fd2cc Add tools for checking Java and C# output.
tools/make_java_csharp_arena_base:
tools/make_java_csharp_arena_diff:
    Add these scripts, which can be used to check whether the output
    of a new compiler in Java and C# grades is bit-identical to the output
    of a known-good old compiler. This is particularly useful on machines
    that can't check the correctness of the output in these grades
    because they don't have Java or C# compilers installed.
2017-07-13 13:12:51 +02:00