Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Re-use interpolation function form TraceTable #671

Open
recmo opened this issue Apr 7, 2020 · 0 comments
Open

Re-use interpolation function form TraceTable #671

recmo opened this issue Apr 7, 2020 · 0 comments
Assignees
Labels
refactor Improves the code quality tracker Issues generated from source comments

Comments

@recmo
Copy link
Contributor

recmo commented Apr 7, 2020

On 2020-04-04 @recmo wrote in 6637600 “Add timing spans”:

Re-use interpolation function form TraceTable

            }
        });
    trace!("END Evaluate");

    info!("Convert from values to coefficients");
    // TODO: Re-use interpolation function form TraceTable
    trace!("BEGIN Interpolate");
    values.ifft();
    permute(values);
    trace!("END Interpolate");
    // OPT: Merge with even-odd separation loop.

From crypto/stark/src/prover.rs:602

@recmo recmo added refactor Improves the code quality tracker Issues generated from source comments labels Apr 7, 2020
@recmo recmo self-assigned this Apr 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
refactor Improves the code quality tracker Issues generated from source comments
Projects
None yet
Development

No branches or pull requests

1 participant