(computer science) In a compiler, the process of converting a polymorphic function to a monomorphic function, by the creation of a specialised function for each different data type it is called with..
예문
We describe the formal verification stages of the compiler, which include automated formal refinement calculi, a switch from imperative update semantics to functional value semantics formally justified by the linear type system, and a number of standard compiler phases such as type checking and monomorphisation.
Rust accomplishes this by performing monomorphization of the code that is using generics at compile time. Monomorphization is the process of turning generic code into specific code by filling in the concrete types that are used when compiled.
현재 검증된 한국어 뜻은 준비 중이며 영어 정의는 “(computer science) In a compiler, the process of converting a polymorphic function to a monomorphic function, by the creation of a specialised function for each different data type it is called with.”입니다.
monomorphisation의 동의어는 무엇인가요?
문장 속 의미에 따라 가까운 동의어가 달라집니다.
monomorphisation의 반의어는 무엇인가요?
정확한 반대말은 사용된 의미에 따라 달라집니다.
monomorphisation를 문장에서 어떻게 쓰나요?
We describe the formal verification stages of the compiler, which include automated formal refinement calculi, a switch from imperative update semantics to functional value semantics formally justified by the linear type system, and a number of standard compiler phases such as type checking and monomorphisation.