Suboptimal Instruction-Specific Constraints #339
Labels
🤖 code
Changes the implementation
🟢 prio: low
Not at all urgent
📜 specification
Relates to the specification
⏩ speedup
Makes stuff go faster.
Upon skimming the result of
cargo test print_number_and_degrees_of_transition_constraints_for_all_instructions -- --nocapture
, 8 instructions stand out as having max degree 10 or 11. I am skeptical that these constraints must be so expensive. With the fancy technique that enabledpick
andplace
, i.e., using an inner product with potentially shifted weight vectors, I am sure we can shrink these instructions' polynomials' degrees' maximum.The text was updated successfully, but these errors were encountered: