comparison mx.graal/suite.py @ 22905:463553e69619

Add basic functionality for debug dumps via Salver trace events.
author Stefan Rumzucker <stefan.rumzucker@jku.at>
date Thu, 29 Oct 2015 17:49:30 +0100
parents 217a942e3603
children 6ecf989e8556
comparison
equal deleted inserted replaced
22904:4baa8603ae7c 22905:463553e69619
924 ], 924 ],
925 "checkstyle" : "com.oracle.graal.graph", 925 "checkstyle" : "com.oracle.graal.graph",
926 "javaCompliance" : _8_9, 926 "javaCompliance" : _8_9,
927 "annotationProcessors" : [ap("SERVICE")], 927 "annotationProcessors" : [ap("SERVICE")],
928 "workingSets" : "Graal,Truffle,SPARC", 928 "workingSets" : "Graal,Truffle,SPARC",
929 } 929 },
930
931 # ------------- Salver -------------
932
933 "com.oracle.graal.salver" : {
934 "subDir" : "graal",
935 "sourceDirs" : ["src"],
936 "dependencies" : [
937 "com.oracle.graal.java",
938 ],
939 "annotationProcessors" : [
940 ap("OPTIONS"),
941 ap("SERVICE"),
942 ],
943 "checkstyle" : "com.oracle.graal.graph",
944 "javaCompliance" : _8_9,
945 "workingSets" : "Graal",
946 },
930 }, 947 },
931 948
932 "distributions" : { 949 "distributions" : {
933 950
934 # ------------- Distributions ------------- 951 # ------------- Distributions -------------
972 "com.oracle.graal.printer", 989 "com.oracle.graal.printer",
973 "com.oracle.graal.compiler.amd64", 990 "com.oracle.graal.compiler.amd64",
974 "com.oracle.graal.replacements.amd64", 991 "com.oracle.graal.replacements.amd64",
975 "com.oracle.graal.compiler.sparc", 992 "com.oracle.graal.compiler.sparc",
976 "com.oracle.graal.replacements.sparc", 993 "com.oracle.graal.replacements.sparc",
994 "com.oracle.graal.salver",
977 ], 995 ],
978 "distDependencies" : [ 996 "distDependencies" : [
979 "GRAAL_API", 997 "GRAAL_API",
980 "GRAAL_COMPILER", 998 "GRAAL_COMPILER",
981 ], 999 ],