mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Reduce BeefPerf calls
This commit is contained in:
parent
d623c21495
commit
c750ed076c
3 changed files with 8 additions and 8 deletions
|
@ -3289,7 +3289,7 @@ void BfModule::VisitCodeBlock(BfBlock* block, BfIRBlock continueBlock, BfIRBlock
|
|||
|
||||
void BfModule::VisitCodeBlock(BfBlock* block)
|
||||
{
|
||||
BP_ZONE("BfModule::VisitCodeBlock");
|
||||
//BP_ZONE("BfModule::VisitCodeBlock");
|
||||
|
||||
BfAutoParentNodeEntry autoParentNodeEntry(this, block);
|
||||
|
||||
|
@ -3852,7 +3852,7 @@ void BfModule::Visit(BfIfStatement* ifStmt)
|
|||
|
||||
void BfModule::Visit(BfVariableDeclaration* varDecl)
|
||||
{
|
||||
BP_ZONE("BfModule::Visit(BfVariableDeclaration)");
|
||||
//BP_ZONE("BfModule::Visit(BfVariableDeclaration)");
|
||||
|
||||
UpdateSrcPos(varDecl);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue