
获得徽章 0
- Encode problem solution relavant information into data structure reflecting relationship between invoked objects.
E.g. Dependency-graph encoding Data-flow information among instructions within a basic-block facilitates instruction scheduling.
See in other way, the choice of a type of data structure for a problem-solution is determined by what encoded information and properties of data structure needed in the solving algorithm.展开评论1 - ABI (Application Binary Interface) is the ISA (Instruction Set Architecture) level interface; whereas API (Application Programming Interface) is the programming language level interface.
Interface, in this context, is a specification for communication between their components. E.g. how to call a subroutin, procedure or function with how to supply what data for parameters.展开评论1