Semantic dictionary encoding

Semantic dictionary encoding (SDE) preserves the full semantic context of source programs while adding further information that can be used for accelerating the speed of code generation. SDE forms a code-generating loader. It is a form of bytecode combined with a JIT compiler. It is code generation at load time.[1]

In an elementary form, the dictionary entries represent nodes in a directed acyclic graph (DAG), that describes the actions of the program, as an abstract syntax tree (AST) in tabular form.[1]

It uses an intermediate representation (IR), that is based on the encoded abstract syntax tree and symbol table of a program.[2]

See also

References

  1. ^ a b Franz, Michael (1994). Code Generation On-The-Fly: A Key to Portable Software (PDF) (DScTech). ETH Zurich. CiteSeerX 10.1.1.20.1424. Docket 10497. Retrieved 2020-12-20.
  2. ^ Amme, Wolfram; Heinze, Thomas S.; Von Ronne, Jeffery (2008). "Intermediate representations of mobile code". Informatica. 32 (1). Retrieved 9 March 2026.

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.