Paul Schoenfelder

Results 322 comments of Paul Schoenfelder

> Would it make sense or are we planning to support separating the advice data per procedure root? It might be possible to do this, but I'm not sure how...

Are we still planning to implement the handlers using Wasm at some point, or is that no longer needed?

If we're going to do this one, we must require that all APIs which parse (or require parsing) an input to a `Module`, be changed to do one of the...

I think we should stop adding these type of instructions, and instead push these sorts of things into the debugger, IMO.

I think all of the `debug.*` decorators should go away 😅, but I recognize that I'm perhaps in the minority on this. The reason they are preferable at the moment...

> Is `miden-project` perhaps too general? Since this is dealing with assembly projects specifically, should we call it `masm-project.toml`? I'm choosing `miden-project.toml` here because I would like it to be...

This is a problem in a lot of places IMO. I think it would make sense to have all macros/abstractions like this take an input array/vec/whatever where the top of...

So I think if we're going to proceed with this, we should use `do..end`, and the change should apply to _all_ blocks in Miden Assembly syntax. So in addition to...

I think good benchmarking has to start by understanding your bounds, i.e. minimum/typical/maximum theoretical throughput based on representative examples. For example: * Max throughput: execute a minimal program that does...

@djolertrk Can you sign your commit? We can merge this once that's done