chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Fix #1658 and add testcases for rest args


From: Peter Bex
Subject: [PATCH] Fix #1658 and add testcases for rest args
Date: Sun, 15 Dec 2019 20:44:40 +0100
User-agent: Mutt/1.10.1 (2018-07-13)

Hi all,

Here's patch with a fix for #1658 and a test file for several
rest argument optimizations.

The problem was that optimizations would be applied in the wrong
order: first a procedure would be inlined, and then its rest
variables would be replaced with rest operations, but that's no
longer valid after the procedure's inlined (the argvector would
be that of the caller, not the callee).

Cheers,
Peter

Attachment: 0001-Fix-remaining-rest-argument-bug-1658.patch
Description: Text Data

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]