mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
notes
This commit is contained in:
@@ -12,6 +12,7 @@ typedef enum E2_OpParseKind
|
||||
E2_OpParseKind_Null,
|
||||
E2_OpParseKind_UnaryPrefix,
|
||||
E2_OpParseKind_Binary,
|
||||
E2_OpParseKind_UnaryPostfix,
|
||||
}
|
||||
E2_OpParseKind;
|
||||
|
||||
|
||||
@@ -3762,6 +3762,13 @@ d2r_convert(Arena *arena, D2R_ConvertParams *params)
|
||||
}
|
||||
}
|
||||
|
||||
//- TODO(rjf): Try to statically evaluate the expression here if possible
|
||||
// (or maybe intermixed above? investigate...), to reduce to simpler bytecode
|
||||
// forms - reduce pressure on pattern matching
|
||||
{
|
||||
// TODO(rjf)
|
||||
}
|
||||
|
||||
//- rjf: apply RDI byte offsets to jump ops
|
||||
{
|
||||
// TODO(rjf): apply RDI byte offsets to jump ops
|
||||
|
||||
Reference in New Issue
Block a user