devirtualize
Appearance
English
[edit]Etymology
[edit]From de- + virtualize.
Verb
[edit]devirtualize (third-person singular simple present devirtualizes, present participle devirtualizing, simple past and past participle devirtualized)
- (computing, transitive) To make no longer virtual.
- 2010, Michael Bolin, Closure: The Definitive Guide:
- Because functions that contain references to
this
cannot be inlined, the Compiler's ability to devirtualize prototype methods is even more important in terms of reducing the size of compiled code. By devirtualizing methods and removing references tothis
, more methods become functions that are candidates for inlining.