Categorizing architectures based on calling features

与世无争的帅哥 提交于 2019-12-13 02:55:30

问题


There are different ways of calling functions: call stacks, continuation passing, messaging and event handling. What do you call the category of these features? Invocation? What do you call architectures categorized by these features? Invocation architecture?

Sub question: Other than the four given, what are some examples of this type of feature?


回答1:


What you're asking for sort of generalizes the idea of calling conventions, so you might be able to get away with using that in an expanded sense.

"Function calling style" and "calling style" may also work.




回答2:


"Ways of calling functions" seems appropriate to me. Why go out of your way to make things more difficult than they already are?

If you're writing a paper that is using this phrase very frequently, you might save a few words by defining what you mean by "Invocation Architecture" at the top. I'm not aware of any term used for this.



来源:https://stackoverflow.com/questions/1485156/categorizing-architectures-based-on-calling-features

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!