Optimize mul_var() for var1ndigits >= 8

Edit
ID 5115
Title Optimize mul_var() for var1ndigits >= 8
Topic Performance
Created 2024-07-08 19:50:34
Last modified 2024-09-04 06:19:56 (2 months, 2 weeks ago)
Latest email 2024-09-04 12:52:53 (2 months, 2 weeks ago)
Status
2024-09: Committed
Target version
Authors Joel Jacobson (joeljacobson)
Reviewers Dean Rasheed (deanr)Become reviewer
Committer Dean Rasheed (deanr)
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/5115
git checkout commitfest/cf/5115
Emails
Optimize mul_var() for var1ndigits >= 8
First at 2024-07-07 19:46:20 by "Joel Jacobson" <joel at compiler.org>
Latest at 2024-09-04 12:52:53 by "Joel Jacobson" <joel at compiler.org>
Latest attachment (test-mul_var-init.sql) at 2024-08-14 06:30:55 from "Joel Jacobson" <joel at compiler.org>
    Attachment (test-mul_var-init.sql) at 2024-08-14 06:30:55 from "Joel Jacobson" <joel at compiler.org> (Patch: No)
    Attachment (test-rscale.sql) at 2024-08-13 10:23:32 from Dean Rasheed <dean.a.rasheed at gmail.com> (Patch: No)
    Attachment (test-mul_var-init.sh) at 2024-08-13 07:50:44 from "Joel Jacobson" <joel at compiler.org> (Patch: No)
    Attachment (v5-0001-Extend-mul_var_short-to-5-and-6-digit-inputs.patch) at 2024-08-12 22:56:38 from Dean Rasheed <dean.a.rasheed at gmail.com> (Patch: Yes)
    Attachment (test-mul_var-init.sql) at 2024-08-12 15:14:23 from "Joel Jacobson" <joel at compiler.org> (Patch: No)
    Attachment (numeric_mul_rscale.txt) at 2024-08-12 10:47:08 from "Joel Jacobson" <joel at compiler.org> (Patch: Yes)
    Attachment (v4-0001-Extend-mul_var_short-to-5-and-6-digit-inputs.patch) at 2024-08-06 11:52:32 from Dean Rasheed <dean.a.rasheed at gmail.com> (Patch: Yes)
    Attachment (v3-0002-Optimise-numeric-multiplication-using-base-NBASE-.patch) at 2024-07-28 19:18:07 from Dean Rasheed <dean.a.rasheed at gmail.com> (Patch: Yes)
    Attachment (v2-mul_var_large.patch) at 2024-07-12 12:34:01 from Dean Rasheed <dean.a.rasheed at gmail.com> (Patch: Yes)
    Attachment (mul_var_large.patch) at 2024-07-07 19:46:20 from "Joel Jacobson" <joel at compiler.org> (Patch: Yes)
History
When Who What
2024-09-04 06:19:56 Dean Rasheed (deanr) Closed in commitfest 2024-09 with status: Committed
2024-09-04 06:19:44 Dean Rasheed (deanr) Added deanr as committer
2024-09-04 06:19:41 Dean Rasheed (deanr) Added deanr as reviewer
2024-07-08 19:50:46 Joel Jacobson (joeljacobson) Changed authors to Joel Jacobson (joeljacobson)
2024-07-08 19:50:34 Joel Jacobson (joeljacobson) Attached mail thread 9d8a4a42-c354-41f3-bbf3-199e1957db97@app.fastmail.com
2024-07-08 19:50:34 Joel Jacobson (joeljacobson) Created patch record
Edit