Dramatically speeding up HIR comments.
This commit is contained in:
@@ -68,7 +68,9 @@ class HIRBuilder {
|
||||
// static allocations:
|
||||
// Value* AllocStatic(size_t length);
|
||||
|
||||
void Comment(const char* format, ...);
|
||||
void Comment(const char* value);
|
||||
void Comment(const StringBuffer& value);
|
||||
void CommentFormat(const char* format, ...);
|
||||
|
||||
void Nop();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user