implementation-specific:实现相关的;依赖具体实现细节的。常用于计算机与工程语境,表示某个行为、结果或特性不是通用规则,而是取决于某个编译器、平台、库或产品的具体实现方式。(相关概念还有 implementation-defined、unspecified 等)
/ˌɪmplɪmenˈteɪʃən spəˈsɪfɪk/
The error message is implementation-specific.
这个错误信息与具体实现有关。
Because the API leaves this behavior undefined, the result may be implementation-specific across different platforms.
由于该 API 没有定义这种行为,不同平台上的结果可能会因具体实现而异。
由 implementation(实现、实现方式,来自 implement “实施、执行”)与 specific(特定的、具体的,源自拉丁语 specie “种类/外观”相关词根)组合而成,字面义为“对某种实现而言特定的”,引申为“依赖实现细节的”。