comparison mx.truffle/suite.py @ 22129:0589cc5cab30

TruffleVM can now depend on api.interop and thus there is no need for indirection between SymbolInvoker and its Impl. Enough to do direct calls.
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Thu, 03 Sep 2015 17:15:44 +0200
parents f879b1fe3773
children 025869c88840
comparison
equal deleted inserted replaced
22128:f879b1fe3773 22129:0589cc5cab30
47 47
48 "com.oracle.truffle.api.vm" : { 48 "com.oracle.truffle.api.vm" : {
49 "subDir" : "truffle", 49 "subDir" : "truffle",
50 "sourceDirs" : ["src"], 50 "sourceDirs" : ["src"],
51 "dependencies" : [ 51 "dependencies" : [
52 "com.oracle.truffle.api", 52 "com.oracle.truffle.api.interop",
53 ], 53 ],
54 "javaCompliance" : "1.7", 54 "javaCompliance" : "1.7",
55 "workingSets" : "API,Truffle", 55 "workingSets" : "API,Truffle",
56 }, 56 },
57 57