Skip to content

tooling/cli/src/cmd/circuit_stats: ryancao): handle block type? #166

@recmo

Description

@recmo

On 2025-08-29 in 2a57572 “Merge pull request #153 from worldfnd/px/refactor”:

ryancao): handle block type?
pub enum BlockType {
Memory,
CallData(u32),
ReturnData,

            } => {
                mem_alloc_counter += 1;
                mem_alloc_total_size += init.len();
                // println!("MemoryInit: {:?}", opcode);

                // TODO(ryancao): handle block type?
                // pub enum BlockType {
                //     Memory,
                //     CallData(u32),
                //     ReturnData,
                // }
            }
            Opcode::BrilligCall {
                id,
                inputs: _,
                outputs: _,

From tooling/cli/src/cmd/circuit_stats.rs:503

Metadata

Metadata

Assignees

No one assigned

    Labels

    to doTo do comments in codetracker🤖 issue managed by tracker bot

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions