Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Add dispatch table and dependencies #1

Merged
merged 1 commit into from
Oct 11, 2019

Conversation

Wodann
Copy link
Collaborator

@Wodann Wodann commented Oct 10, 2019

No description provided.

@Wodann Wodann self-assigned this Oct 10, 2019
@Wodann
Copy link
Collaborator Author

Wodann commented Oct 10, 2019

@baszalmstra Should the full function path (i.e. module path + function name) be stored in the ABI? Now we only store the function name, and on runtime always need to combine the module path + function name to store functions in the dispatch table.

@baszalmstra
Copy link
Contributor

@baszalmstra Should the full function path (i.e. module path + function name) be stored in the ABI? Now we only store the function name, and on runtime always need to combine the module path + function name to store functions in the dispatch table.

Yeah I think it should be the fully qualified path.

@Wodann Wodann marked this pull request as ready for review October 11, 2019 16:42
@Wodann Wodann merged commit eced94f into mun-lang:master Oct 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants