Misplaced Pages

Semantic dictionary encoding

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
This article does not cite any sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Semantic dictionary encoding" – news · newspapers · books · scholar · JSTOR (March 2024) (Learn how and when to remove this message)

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.

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.

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

See also

References

External links


Stub icon

This computational linguistics-related article is a stub. You can help Misplaced Pages by expanding it.

Categories: