Compile-time information on conditional operator jump positions.
Definition at line 71 of file program.inl.
Public Field Index: | |
int | ConstFlags |
VM::PC | QJumpPos |
The position of the lhs result. | |
VM::PC | TJumpPos |
The position of the jump command between T and F. | |
int alib::expressions::detail::Program::CompileStorage::ConditionalInfo::ConstFlags |
Two bits: Bit 1 determines whether Q was constant and bit 0 stores the value of Q (if constant)
Definition at line 83 of file program.inl.
VM::PC alib::expressions::detail::Program::CompileStorage::ConditionalInfo::QJumpPos |
The position of the lhs result.
Definition at line 81 of file program.inl.
VM::PC alib::expressions::detail::Program::CompileStorage::ConditionalInfo::TJumpPos |
The position of the jump command between T and F.
Definition at line 82 of file program.inl.