mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 13:11:32 +00:00
evaluator: significant performance enhancements
This commit is contained in:
@ -58,6 +58,6 @@ abstract class Tool {
|
||||
addNativeProvider("ffi", JnaNativeProvider())
|
||||
addNativeProvider("java", JavaNativeProvider())
|
||||
})
|
||||
main.call(Arguments(emptyList()))
|
||||
main.call(emptyList(), CallStack())
|
||||
}
|
||||
}
|
||||
|
@ -11,6 +11,5 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
val path = PlatformFsProvider.resolve(args[0])
|
||||
val tool = FileTool(path)
|
||||
val scope = Scope()
|
||||
tool.run(scope)
|
||||
tool.run(Scope.root())
|
||||
}
|
||||
|
Reference in New Issue
Block a user