6 resultados para Translators

em University of Queensland eSpace - Australia


Relevância:

20.00% 20.00%

Publicador:

Resumo:

A mismatch exists in expectations about the requirements of translation between NAATI and those attempting the NAATI test, be they translation practitioners, graduates from translation training programs. This article will examine issues concerning NAATI accreditation for Translators at the professional level in terms of the relevant theoretical frameworks of translation, and assess translation practice in the real translation world, in order to contribute to a better understanding of the NAATI Translator test, its theoretical underpinnings and practical implications.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Dynamic binary translation is the process of translating, modifying and rewriting executable (binary) code from one machine to another at run-time. This process of low-level re-engineering consists of a reverse engineering phase followed by a forward engineering phase. UQDBT, the University of Queensland Dynamic Binary Translator, is a machine-adaptable translator. Adaptability is provided through the specification of properties of machines and their instruction sets, allowing the support of different pairs of source and target machines. Most binary translators are closely bound to a pair of machines, making analyses and code hard to reuse. Like most virtual machines, UQDBT performs generic optimizations that apply to a variety of machines. Frequently executed code is translated to native code by the use of edge weight instrumentation, which makes UQDBT converge more quickly than systems based on instruction speculation. In this paper, we describe the architecture and run-time feedback optimizations performed by the UQDBT system, and provide results obtained in the x86 and SPARC® platforms.