mirror of
https://github.com/corda/corda.git
synced 2025-06-19 23:53:52 +00:00
move CallEvent out of compiler.cpp
This commit is contained in:
@ -25,6 +25,8 @@ class Site;
|
||||
const int AnyFrameIndex = -2;
|
||||
const int NoFrameIndex = -1;
|
||||
|
||||
const bool DebugSites = false;
|
||||
|
||||
class Value: public Compiler::Operand {
|
||||
public:
|
||||
Read* reads;
|
||||
@ -43,6 +45,8 @@ class Value: public Compiler::Operand {
|
||||
bool findSite(Site* site);
|
||||
|
||||
bool isBuddyOf(Value* b);
|
||||
|
||||
void addSite(Context* c, Site* s);
|
||||
};
|
||||
|
||||
} // namespace compiler
|
||||
|
Reference in New Issue
Block a user