Mostly complete tracing. Probably a lot of bugs.
This commit is contained in:
@@ -71,6 +71,10 @@ class HIRBuilder {
|
||||
void Nop();
|
||||
|
||||
void SourceOffset(uint64_t offset);
|
||||
void TraceSource(uint64_t offset);
|
||||
void TraceSource(uint64_t offset, uint8_t index, Value* value);
|
||||
void TraceSource(uint64_t offset, uint8_t index_0, Value* value_0,
|
||||
uint8_t index_1, Value* value_1);
|
||||
|
||||
// trace info/etc
|
||||
void DebugBreak();
|
||||
|
||||
Reference in New Issue
Block a user