Compiler implementation of the D programming language.
Manage the memory allocated on the runtime stack to save Common Subexpressions (CSE).
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)
See Source File backend/cgcse.d Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/backend/cgcse.d
Walter Bright
Copyright (C) 1985-1998 by Symantec Copyright (C) 2000-2020 by The D Language Foundation, All Rights Reserved
Boost License 1.0
Compiler implementation of the D programming language.
Manage the memory allocated on the runtime stack to save Common Subexpressions (CSE).