dmd.backend.cgcse

Compiler implementation of the D programming language.

Manage the memory allocated on the runtime stack to save Common Subexpressions (CSE).

Members

Manifest constants

CSEload
enum CSEload;

Table of common subexpressions stored on the stack. csextab[] array of info on saved CSEs CSEpe pointer to saved elem CSEregm mask of register that was saved (so for multi- register variables we know which part we have)

Structs

CSE
struct CSE
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Meta

Suggestion Box / Bug Report