summaryrefslogtreecommitdiff
path: root/dylfunc_call.cpp
blob: bbd2ea72a9edfb629d1e90cc17d82794caadd007 (plain)
1
2
3
4
5
6
7
8
9
// this process loads a dynamic library built by dylfunc_compile
// and executes it with the passed data

// we are moving towards judging that we no longer need dynamic loading
// and could just compile new code ... it seems valuable but slow-start.
// why not just build processes?
// 	need to structure input and output
//
// okay, let's look into atomspace serialization