-
Notifications
You must be signed in to change notification settings - Fork 10
Automatically register FFI functions (dlsym path) #457
Copy link
Copy link
Open
Labels
component: bytecode linkerplzlnk, the bytecode linkerplzlnk, the bytecode linkercomponent: compilerConcerning the compilerConcerning the compilercomponent: runtimeConcerning the runtime systemConcerning the runtime systemmeta: triagedHas the issue been triaged yet?Has the issue been triaged yet?skill: C++skill: mercurystatus: acceptedA bug we intend to fix it.A bug we intend to fix it.type: enhancement
Milestone
Metadata
Metadata
Assignees
Labels
component: bytecode linkerplzlnk, the bytecode linkerplzlnk, the bytecode linkercomponent: compilerConcerning the compilerConcerning the compilercomponent: runtimeConcerning the runtime systemConcerning the runtime systemmeta: triagedHas the issue been triaged yet?Has the issue been triaged yet?skill: C++skill: mercurystatus: acceptedA bug we intend to fix it.A bug we intend to fix it.type: enhancement
Currently anyone using the FFI must arrange for foreign function implementations to be registered with the vm. This should be automatic and provided in two ways:
This bug will implement the second. This can be deferred to a later goal.