comparison mx/suite.py @ 20182:c5ae0424f822

Move special arithemtic nodes from graal.truffle to graal and use them to inrinsify some of the JDK8 Math methods
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Tue, 07 Apr 2015 11:30:29 +0200
parents bba2b55908a1
children a2cd0e7072e2 b1700db197c7
comparison
equal deleted inserted replaced
20181:8dec9eea3186 20182:c5ae0424f822
1048 "sourceDirs" : ["src"], 1048 "sourceDirs" : ["src"],
1049 "dependencies" : [ 1049 "dependencies" : [
1050 "com.oracle.truffle.api", 1050 "com.oracle.truffle.api",
1051 "com.oracle.graal.runtime", 1051 "com.oracle.graal.runtime",
1052 "com.oracle.graal.printer", 1052 "com.oracle.graal.printer",
1053 "com.oracle.graal.replacements",
1053 ], 1054 ],
1054 "checkstyle" : "com.oracle.graal.graph", 1055 "checkstyle" : "com.oracle.graal.graph",
1055 "javaCompliance" : "1.8", 1056 "javaCompliance" : "1.8",
1056 "workingSets" : "Graal,Truffle", 1057 "workingSets" : "Graal,Truffle",
1057 "jacoco" : "exclude", 1058 "jacoco" : "exclude",