Skip to content

Commit

Permalink
Fix main generator happy path
Browse files Browse the repository at this point in the history
  • Loading branch information
fractasy committed May 22, 2024
1 parent 5edc257 commit adaad04
Show file tree
Hide file tree
Showing 5 changed files with 235 additions and 148 deletions.
2 changes: 2 additions & 0 deletions src/executor/executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,10 @@ void Executor::processBatch (ProverRequest &proverRequest)
#ifdef MAIN_SM_EXECUTOR_GENERATED_CODE
if (config.useMainExecGenerated)
{
TimerStart(MAIN_EXEC_GENERATED_FAST);
//zklog.info("Executor::processBatch() fork 10 generated");
fork_10::main_exec_generated_fast(mainExecutor_fork_10, proverRequest);
TimerStopAndLog(MAIN_EXEC_GENERATED_FAST);
}
else
#endif
Expand Down
Loading

0 comments on commit adaad04

Please sign in to comment.