Search references for BINARY TRANSLATION. Phrases containing BINARY TRANSLATION
See searches and references containing BINARY TRANSLATION!BINARY TRANSLATION
Form of binary recompilation
In computing, binary translation is a form of binary recompilation where sequences of instructions are translated from a source instruction set (ISA)
Binary_translation
Operating system component
Rosetta is a dynamic binary translator developed by Apple Inc. for macOS, an application compatibility layer between different instruction set architectures
Rosetta_(software)
Methods for dividing computing resources
maintenance overhead of binary translation based virtualization as it reduces (ideally, eliminates) the code that needs to be translated in the guest operating
Virtualization
Number expressed in the base-2 numeral system
A binary number is a number expressed in the base-2 numeral system or binary numeral system, a method for representing numbers that uses only two symbols
Binary_number
Tools for optimizing binary code
A binary optimizer, also known as an object code optimizer, takes a program's object code or machine code either from a linked executable binary file,
Binary_optimizer
Function whose job is only to call another subroutine
operations—is in dynamic binary translation, in which helper functions of a particular architecture are used in translation of instructions from one instruction
Wrapper_function
2005–2006 change of processors in Apple computers
PowerPC processors was Leopard, released in October 2007, with PowerPC binary translation support (using Rosetta) persisting up through the following version
Mac transition to Intel processors
Mac_transition_to_Intel_processors
Capabilities of a computer architecture
well-tuned caching binary translation system may achieve comparable performance, and it does in the case of x86 binary translation relative to first generation
Popek and Goldberg virtualization requirements
Popek_and_Goldberg_virtualization_requirements
Combined executable file for multiple processor types or operating systems
A fat binary (or multiarchitecture binary) is a computer executable program or library which has been expanded (or "fattened") with code native to multiple
Fat_binary
Operating system for Apple computers
building universal binaries that would run on either architecture. PowerPC-only software is supported with Apple's official binary translation software, Rosetta
MacOS
American computer scientist
dynamic translation". Retrieved 2024-09-04. "Dynamic and Transparent Binary Translation". Retrieved 2024-09-04. "Dynamic binary translation and optimization"
Michael_Gschwind
Topics referred to by the same term
scientific experiments Drive-By Truckers, an alt-country/rock band Dynamic Binary Translation, a technique often used by emulator software This disambiguation page
DBT
Microarchitecture by Nvidia
hardware decoder and software-based binary translation (dynamic recompilation) where "Denver's binary translation layer runs in software, at a lower level
Project_Denver
Computer file encoded in binary form
A binary file is a computer file that is not a text file. The term "binary file" is often used as a term meaning "non-text file". Many binary file formats
Binary_file
Microprocessor designed by the Moscow Center of SPARC Technologies
(a complete, system-level implementation with a software dynamic binary translation virtual machine, similar to Transmeta Crusoe). Due to its unique architecture
Elbrus_2000
Type of computer virtualisation
virtualization is distinct from simple emulation and binary translation - which involve the direct translation of one instruction set to another - since the
Cross-platform_virtualization
Method for signed number representation
Offset binary, also referred to as excess-K, excess-N, excess-e, excess code or biased representation, is a method for signed number representation where
Offset_binary
American cloud computing and virtualization company
virtualized by combining direct execution of user-mode code with binary translation of kernel-mode code, dynamically rewriting problematic instructions
VMware
Emulator to run x86 code on Alpha processors
analyzed the way programs worked and, after the program ran, used binary translation to produce dynamic-link library (DLL) files of native Alpha code that
FX!32
Hardware-assisted virtualization on x86/x86-64 CPUs
Three techniques made virtualization of protected mode possible: Binary translation is used to rewrite certain ring 0 instructions in terms of ring 3
X86_virtualization
Compiler transforming or optimizing already-compiled code
XLT86 in 1981. Binary optimizer (binary-to-binary) Binary translator (binary-to-binary) Decompiler (binary-to-source) Disassembler (binary-to-source) Dynamic
Binary_recompiler
American semiconductor design company
to the world that it had been working on an x86 compatible dynamic binary translation processor named Crusoe. It also released an 18-page whitepaper describing
Transmeta
Chinese microprocessor manufacturer
introduced in MIPS64 release 5, 5 instructions LoongBT, faster x86 and ARM binary translation, 213 instructions LoongSIMD, formerly LoongMMI (in Loongson 2E/F)
Loongson
Encoded data represented in binary notation
A binary code is the value of a data-encoding convention represented in a binary notation that usually is a sequence of 0s and 1s, sometimes called a bit
Binary_code
Full-system simulator software
for high performance execution of full-system models, and uses both binary translation and hardware-assisted virtualization to increase simulation speed
Simics
Compiling bytecode to machine code at runtime
before execution. This may consist of source code translation but is more commonly bytecode translation to machine code, which is then executed directly
Just-in-time_compilation
Search algorithm finding the position of a target value within a sorted array
In computer science, binary search, also known as half-interval search, logarithmic search, or binary chop, is a search algorithm that finds the position
Binary_search
Russian VLIW processor family, designed to run x86 code using dynamic binary translation. Space Electronics Inc. / Maxwell 80386DXRP Intel 386 CPUs repackaged
List_of_x86_manufacturers
Computer program that translates code from one programming language to another
the translation process known as assembly is typically done in a two-pass process. The first pass of assembly is done in order to identify binary addresses
Translator_(computing)
Rooted binary tree data structure
In computer science, a binary search tree (BST), also called an ordered or sorted binary tree, is a rooted binary tree data structure with the key of each
Binary_search_tree
Open-source CPU instruction set architecture
system on a web browser using JavaScript. QEMU supports running (using binary translation) 32- and 64-bit RISC-V systems (e.g. Linux) with many emulated or
RISC-V
Combinational logic circuit
In digital electronics, a binary decoder is a combinational logic circuit that converts binary information from the n coded inputs to a maximum of 2n unique
Binary_decoder
Representation of binary data as text
A binary-to-text encoding is a data encoding scheme that represents binary data as plain text. Generally, the binary data consists of a sequence of arbitrary
Binary-to-text_encoding
Free MS-DOS emulator
2010). "Preservation of Dynamic & Interactive Content by use of Binary Translation and Virtualisation – a Methodology for Experimentation" (PDF). Planets
DOSBox
System of digitally encoding numbers
In computing and electronic systems, binary-coded decimal (BCD) is a class of binary encodings of decimal numbers where each digit is represented by a
Binary-coded_decimal
Russian computer scientist
R&D center in Moscow. He leads efforts in such areas as compilers, binary translation and security technologies. He became the second European holding the
Boris_Babayan
Unofficially translated media
In video gaming, a fan translation is an unofficial translation of a video game made by fans. The fan translation practice grew with the rise of video
Fan translation of video games
Fan_translation_of_video_games
2020–2023 transition of Apple computers to using Apple-designed ARM-based processors
ARM-based Macs, Apple embedded Rosetta 2 dynamic binary translation software in Big Sur. Universal binary 2 enabled application developers to support both
Mac transition to Apple silicon
Mac_transition_to_Apple_silicon
Tiling of the hyperbolic plane
way: there is a symmetry of the whole tiling (a translation) that takes one tile to the other. But a binary tiling does not have symmetries that take every
Binary_tiling
Ordering of binary values, used for positioning and error correction
The reflected binary code (RBC), also known as reflected binary (RB) or Gray code after Frank Gray, is an ordering of the binary numeral system such that
Gray_code
Translator of computer source code
of the translation, all original comments and program labels are passed through intact to the translated program. […] The program translation proceeds
Source-to-source_compiler
Compiler optimization technique
StanfordPL. "STOKE". GitHub. Bansal, Sorav; Aiken, Alex (2008). "Binary Translation Using Peephole Superoptimizers" (PDF). Retrieved 2023-05-01. Serpell
Superoptimization
Hardware extension for ARM processors
nominal successor to Jazelle DBX. The Jazelle extension uses low-level binary translation, implemented as an extra stage between the fetch and decode stages
Jazelle
Algorithmic technique
In mathematics, binary splitting is a technique for speeding up numerical evaluation of many types of series with rational terms. In particular, it can
Binary_splitting
found using a translation table. This table indicates the mathematical value of each possible pair of bits. As in conventional binary representation
Redundant binary representation
Redundant_binary_representation
Data that causes a computer to follow indicated instructions
end. To be executable, a file must conform to the system's application binary interface (ABI). In simple interfaces, a file is executed by loading it
Executable
On-the-fly translation of code between CPUs
emulation. It is using the recompiler for the same purpose. Binary recompiler Binary translation Comparison of platform virtualization software Just-in-time
Dynamic_recompilation
Microprocessor/CPU
Elbrus-8S and -SV processors support binary compatibility with Intel x86 and x86-64 processors via runtime binary translation. The documentation suggests that
Elbrus-8S
Hexadecimal number system
The Bibi-binary system for numeric notation (French: système Bibi-binaire, or abbreviated "système Bibi") is a hexadecimal numeral system first described
Bibi-binary
Ability of computer system to run code for a different system
Binary-code compatibility (binary compatible or object-code compatible) is a property of a computer system, meaning that it can run the same executable
Binary-code_compatibility
comparatively very fast. Memcheck, like all Valgrind tools, uses binary translation and instrumentation to run code manipulating the shadow memory corresponding
Shadow_memory
1995 role-playing video game
of the game's executable for Pandora (using static recompilation/binary translation). M-HT (2015-03-16). "Albion". pyra-handheld.com. Retrieved 2017-11-11
Albion_(video_game)
Measuring the time or resources used by a section of a computer program
source languages and avoiding (non-symbolic) binary offset re-writing issues. Compiler assisted Binary translation: The tool adds instrumentation to a compiled
Profiling (computer programming)
Profiling_(computer_programming)
Digital circuit that produces sums from inputs
many number representations, such as binary-coded decimal or excess-3, the most common adders operate on binary numbers. In cases where two's complement
Adder_(electronics)
of the game's executable for Pandora (using static recompilation/binary translation). M-HT (16 March 2015). "Albion". boards.openpandora.org. Archived
List of commercial video games with available source code
List_of_commercial_video_games_with_available_source_code
Topics referred to by the same term
Bible Translation, for the New International Version Cannabitriol, a phytocannabinoid Center for Biochemical Technology, India Complete binary tree, in
CBT
processor. It also can run on Apple M-series CPUs using the Apple Rosetta binary translation software shim, although some reviewers report issues using Toast 20
Roxio_Toast
Fax data transmission protocol
sampled-data representation of the fax terminal's analog signal to its binary translation, and vice versa. The PSTN network samples the analog signal of a voice
T.38
64-bit RISC instruction set architecture
designed for high performance and ability to run both VMS and Unix. Binary translation provides backwards compatibility with VAX VMS and Ultrix MIPS applications
DEC_Alpha
Computer data variable
programming, a flag can refer to one or more bits that are used to store a binary value or a Boolean variable for signaling special code conditions, such
Flag_(programming)
Apple multi-architecture binary files
The universal binary format is a format for executable files that run natively either on both PowerPC-based and x86-based Macs or on both Intel 64-based
Universal_binary
Computer science topic
programming, a bitwise operation operates on a bit string, a bit array or a binary numeral (considered as a bit string) at the level of its individual bits
Bitwise_operation
Family of 64-bit Intel microprocessors
and Solaris/SPARC could run via type of emulation called "dynamic binary translation" on Linux/Itanium. Similarly, HP implemented a method to execute PA-RISC/HP-UX
Itanium
Statistical model for a binary dependent variable
coefficients in the linear or non linear combinations). In binary logistic regression there is a single binary dependent variable, coded by an indicator variable
Logistic_regression
Interface that allows binaries to run on particular system
layer is an interface that allows binaries for a legacy or foreign system to run on a host system. This translates system calls for the foreign system
Compatibility_layer
Method of encoding characters in a URI
has been specified that schemes that provide for the representation of binary data in a URI must divide the data into 8-bit bytes and percent-encode each
Percent-encoding
Representation of a memory address
physical address (also real address, or binary address), is a memory address that is represented in the form of a binary number on the address bus circuitry
Physical_address
Six-bit binary-coded decimal codes
BCD (binary-coded decimal), also called alphanumeric BCD, alphameric BCD, BCD Interchange Code, or BCDIC, is a family of representations of numerals, uppercase
BCD_(character_encoding)
Programmable text editor
later translated from PDP-11 assembly into VAX assembly to produce TECO32. TECO32 was then converted with the VEST and AEST binary translation utilities
TECO_(text_editor)
Basic operation in mathematical morphology
other morphological operations are based. It was originally defined for binary images, later being extended to grayscale images, and subsequently to complete
Erosion_(morphology)
Computer format for representing real numbers
most common variants are decimal (base 10) and binary (base 2). The latter is commonly known also as binary scaling. Thus, if n fraction digits are stored
Fixed-point_arithmetic
Early Swedish electromechanical computer
BARK (Swedish: Binär Aritmetisk (Automatisk) Relä-Kalkylator, lit. 'Binary Arithmetic (Automatic) Relay Calculator') was an early electromechanical computer
BARK_(computer)
US telephony and computer company
4/200. With the SPARC binary translation software claimed to run SPARC software at 55% of the speed of Power 7/64 native binaries, CCI claimed that this
Computer_Consoles,_Inc.
This is a list of non-binary characters in animation that either self-identify as non-binary (i.e. genderqueer) or have been identified by outside parties
List of non-binary characters in animation
List_of_non-binary_characters_in_animation
Type of concurrency control mechanism
However, this was only used to facilitate speculative optimizations for binary translation, rather than any form of speculative multithreading, or exposing it
Transactional_memory
(T-DNA) binary system is a pair of plasmids consisting of a T-DNA binary vector and a vir helper plasmid. The two plasmids are used together (thus binary) to
Transfer_DNA_binary_system
Sexual attraction to people regardless of sex or gender identity
men or women, and pansexuality therefore explicitly rejects the gender binary in terms of the chosen etymology, this is by no means a feature which is
Pansexuality
Natural number
considered a prime number. In digital technology, 1 represents the "on" state in binary code, the foundation of computing. Philosophically, 1 symbolizes the ultimate
1
Eight-bit character encoding system invented by IBM
Extended Binary Coded Decimal Interchange Code (EBCDIC; /ˈɛbsɪdɪk/) is an eight-bit character encoding used mainly on IBM mainframe and IBM midrange computer
EBCDIC
iOS, macOS, and tvOS graphics rendering API
port Windows 10/11-based games. It includes an environment to test binaries, translation layers from HLSL to MSL, and Metal-cpp bindings. Jeremy Sandmel
Metal_(API)
Server and workstation processor line by AMD
power (TDP): 95 W NX bit 64-bit segment limit checks for VMware-style binary-translation virtualization. Optimized Power Management (OPM) First release: December
Opteron
Type of linear error-correcting code
electronics engineering, a binary Golay code is a type of linear error-correcting code used in digital communications. The binary Golay code, along with the
Binary_Golay_code
Conspiracy theory regarding gender and sex
text translated from the corresponding article in French. (October 2025) Click [show] for important translation instructions. Machine translation, like
Transvestigation
Number
applies in place-value notations that uses a base other than ten, such as binary and hexadecimal. The modern use of 0 in this manner derives from Indian
0
Gender identity of lacking a gender
participants identified as agender. In 2025, Gender Census, a global survey of non-binary people, found that 25% of participants identified as agender. Agender people
Agender
Number of digits of a numeral system
the binary system with base 2) represents the number four. Electronic computers process and store information in the simplest way, as bits of binary code
Radix
Operation in mathematical morphology
input image. In binary morphology, dilation is a shift-invariant (translation invariant) operator, equivalent to Minkowski addition. A binary image is viewed
Dilation_(morphology)
Numeral encoding scheme
scheme on digital computers is that it must have two bits set (one in the binary field and one in the quinary field), providing a built-in checksum to verify
Bi-quinary_coded_decimal
Variation to BCD-code where three (11) is added to a binary representation
Excess-3, 3-excess or 10-excess-3 binary code (often abbreviated as XS-3, 3XS or X3), shifted binary or Stibitz code (after George Stibitz, who built a
Excess-3
Type of stellar binary
A visual binary is a gravitationally bound binary star system that can be visually resolved as two separate stars, as opposed to a singular point source
Visual_binary
Gender identity differing from sex assigned at birth
The definition given above includes binary trans men and trans women and may also include people who are non-binary or genderqueer. Being transgender is
Transgender
Word meaning 'non-Jew'
Rabbinical texts and then Christian theology placed increasing emphasis on a binary division between Jews and non-Jews. As a word principally used by Jews to
Goy
Mizrahi and bisexual writer and activist
the edit summary accompanying your translation by providing an interlanguage link to the source of your translation. A model attribution edit summary is
Shiri_Eisner
Mathematical transformation in physics
Time-translation symmetry or temporal translation symmetry (TTS) is a mathematical transformation in physics that moves the times of events through a common
Time-translation_symmetry
Unofficial translations made by fans
Fan translation (or user-generated translation) is the unofficial translation of various forms of written or multimedia products made by fans (fan labor)
Fan_translation
natural-language units are used in the command pairs on the left, that translate into identical binary fields in the commands on the right. "1800" may be an instrument-specific
Spacecraft_command_language
GNU support for multiple executable file formats
The Binary File Descriptor library (BFD) is the GNU Project's main mechanism for the portable manipulation of object files in a variety of formats. As
Binary File Descriptor library
Binary_File_Descriptor_library
Slang used predominantly among the LGBTQ community
regardless of their sexual or romantic orientation, sometimes including non-binary androphiles. Sometimes known as Vincian, referencing the sexuality of Leonardo
LGBTQ_slang
Variable used in a concurrent system
the values 0 and 1 (or locked/unlocked, unavailable/available) are called binary semaphores and are used to implement locks. The semaphore concept was invented
Semaphore_(programming)
Encoding for a sequence of byte values using 36 printable characters
Base36 is a binary-to-text encoding that represents binary data in an ASCII string format by translating it into a radix-36 representation. The choice
Base36
BINARY TRANSLATION
BINARY TRANSLATION
Girl/Female
Hindu
Shore, Musical instrument, Goddess of wealth
Boy/Male
Latin
Happy; Cheerful.
Male
English
English unisex form of Latin Hilarius and Hilaria, HILARY means "joyful; happy."Â Originally, this was strictly a masculine name.
Male
Hindi/Indian
Variant spelling of Hindi Vijay, BIJAY means "victory."
Boy/Male
American, Australian, French, German, Greek, Latin, Polish, Swedish
Cheerful; Happy; Joyful; Similar to Hilary
Female
Hebrew
Variant spelling of Hebrew Bina, BINAH means "intelligence, wisdom."Â
Girl/Female
Indian
(the wife of Sage Kashyap)
Girl/Female
Hindu
Shore, Musical instrument, Goddess of wealth
Boy/Male
Irish
An ancient Irish name whos meaning is lost in antiquety.
Surname or Lastname
English
English : variant spelling of Vickery.
Male
Scandinavian
Scandinavian form of Old Norse Einarr, EINAR means "lone warrior."
Female
Turkish
Turkish name PINAR means "spring."
Boy/Male
Indian, Punjabi, Sikh
Blessing
Boy/Male
Indian
An intimate particle of the God of heaven
Male
Hindi/Indian
(विनय) Hindi name VINAY means "leading asunder."
Female
Hebrew
(×‘Ö¼Ö´×™× Ö¸×”) Hebrew name BINA means "intelligence, wisdom."Â
Girl/Female
Indian
Modesty
Girl/Female
English
Originally a diminutive used for names ending in -bina, like Albina, Columbina, and Robina, now...
Surname or Lastname
English (chiefly South Yorkshire)
English (chiefly South Yorkshire) : topographic name for someone who lived on land enclosed by a bend in a river, from Old English binnan ēa ‘within the river’, or a habitational name from places in Kent called Binney and Binny, which have this origin.Scottish : habitational name from Binney or Binniehill near Falkirk, named in Gaelic as Beinnach, from beinn ‘hill’ + the locative suffix -ach.
Female
English
English pet form of German Belinda, possibly BINDY means "bright serpent" or "bright linden tree."
BINARY TRANSLATION
BINARY TRANSLATION
Boy/Male
Muslim/Islamic
Man of Qualities
Girl/Female
Indian
Sweet
Girl/Female
Australian, Danish, French, Greek
Peace
Girl/Female
Hindu
Goddess Parvati
Girl/Female
Hindu
Universe
Boy/Male
American, Australian, British, English, Irish
Great; Small and Great; Wealthy
Female
English
Anglicized form of Hebrew Miykal, MICHAL means "who is like God." In the bible, this is the name of a daughter of king Saul. Compare with masculine Michal.
Boy/Male
Tamil
Hemnandan | ஹேமà¯à®¨à®‚தநÂ
Female
English
Contracted form of English Jessica, JESCA means "one who beholds" or "one who looks out."
Male
Japanese
(七郎) Japanese name SHICHIRO means "seventh son."
BINARY TRANSLATION
BINARY TRANSLATION
BINARY TRANSLATION
BINARY TRANSLATION
BINARY TRANSLATION
n.
A binary compound of selenium, or a compound regarded as binary; as, ethyl selenide.
a.
Containing ten; tenfold; proceeding by tens; as, the denary, or decimal, scale.
v. i.
To perform the canary dance; to move nimbly; to caper.
n.
A binary compound of silicon, or one regarded as binary.
n.
Wine made in the Canary Islands; sack.
a.
Of or pertaining to the Canary Islands; as, canary wine; canary birds.
n.
A canary bird.
a.
Compounded or consisting of two things or parts; characterized by two (things).
n.
That which is constituted of two figures, things, or parts; two; duality.
a.
lasting for one day; as, a diary fever.
n.
A register of daily events or transactions; a daily record; a journal; a blank book dated for the record of daily memoranda; as, a diary of the weather; a physician's diary.
n.
A pale yellow color, like that of a canary bird.
n.
A binary compound of hydrogen; a hydride.
n.
A binary compound of iodine, or one which may be regarded as binary; as, potassium iodide.
a.
Of a pale yellowish color; as, Canary stone.
n.
A binary compound of phosphorus.
a.
Of or pertaining to the urine; as, the urinary bladder; urinary excretions.
a.
Relating or belonging to bile; conveying bile; as, biliary acids; biliary ducts.
n.
A binary compound of zinc.
n.
See Finery.