Byte-compile
बाइटकोड में कम्पाइल करना
Origin & History
Formed in computing English from byte + compile; popularized by bytecode-based language systems and tooling.
कंप्यूटिंग अंग्रेज़ी में byte (बाइट) + compile (कम्पाइल) से बना; बाइटकोड-आधारित भाषाओं/टूलिंग के प्रचलन के साथ व्यापक हुआ।
Definition
To translate (program code) into bytecode, producing a byte-compiled file that usually runs on a virtual machine and may load faster than plain source.
(प्रोग्राम कोड) को बाइटकोड में अनुवाद करके बाइट-कम्पाइल्ड फ़ाइल बनाना, जो आम तौर पर वर्चुअल मशीन पर चलती है और साधारण स्रोत कोड की तुलना में जल्दी लोड/चल सकती है।