reduce interpreter frames for compiled function bodies

This commit is contained in:
Vern Paxson 2022-04-01 18:00:11 -07:00
parent aa8f11fa17
commit 03194949c9
3 changed files with 27 additions and 26 deletions

View file

@ -34,8 +34,8 @@ public:
~ZBody() override;
// These are split out from the constructor to allow construction
// of a ZBody from either save-file full instructions (first method)
// or intermediary instructions (second method).
// of a ZBody from either save-file full instructions (first method,
// not currently supported) or intermediary instructions (second method).
void SetInsts(std::vector<ZInst*>& insts);
void SetInsts(std::vector<ZInstI*>& instsI);