Re: [Sbcl-commits] master: x86-64, struct-by-value: correctly pass small structs on the stack
Christophe Rhodes via Sbcl-devel <[email protected]> Thu, 23 Apr 2026 20:34:17 +0100
| Newsgroups | gmane.lisp.steel-bank.devel |
|---|---|
| Message-ID | <[email protected]> |
stassats via Sbcl-commits <[email protected]> writes: > The branch "master" has been updated in SBCL: > via 627064c1dca8cda8b982873e9bf1b784da245b46 (commit) > from 467666387e8a978e6580277e241d4011b04d629c (commit) > > - Log ----------------------------------------------------------------- > commit 627064c1dca8cda8b982873e9bf1b784da245b46 > Author: Stas Boukarev <[email protected]> > Date: Thu Apr 23 20:15:52 2026 +0300 > > x86-64, struct-by-value: correctly pass small structs on the stack Clearly our existing tests were insufficient... do you have distillable test cases for these changes? How are you finding the problems / validating the fixes? Christophe