zkMIPS / zkm

The universal zkVM empowering Ethereum as the Global Settlement Layer
https://zkm.io
MIT License
101 stars 50 forks source link

Split program by Cycle #165

Closed eigmax closed 1 month ago

eigmax commented 1 month ago

Current splitter is generating the segment by instruction, which makes the sub-module size different for different programs, leading to different proving time for different segement.

eigmax commented 1 month ago

Done by #168