Skip to content

Conversation

@Patrix9999
Copy link
Owner

The current behaviour with address resolution is crappy, because it relies on the runtime finding of given signature.
This pull request aims to move this problem into compile time evaluation, so that the compiler automatically replaces the given method names with address values, which is much quicker in the end on compiled plugins, however...

There are still some problems, that needs to be somehow addressed, here's the list of some of them:

  • What should we do, when the exact method name exists with more than one variant? (custom overloads, different arguments/return type)
  • more?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant