Commit Graph

1 Commits

Author SHA1 Message Date
Peter Wang
1031e7e4e4 Don't use reflection to implement Java versions of array predicates.
Branches: main, 10.04.1

library/array.m:
        Don't use reflection to implement Java versions of array predicates.
        It is faster just to test the array type at runtime, repeating the
        code for each array type we support.

        Fix wrong casts in ML_copy_array for char[] and Object[] arrays.

tests/hard_coded/Mmakefile:
tests/hard_coded/array_test2.exp:
tests/hard_coded/array_test2.m:
        Add test case.
2010-07-20 07:38:46 +00:00