From 0ea39f0178ea94cdb015aef257228f201f9f96b9 Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Fri, 27 Dec 2013 11:15:38 +0100 Subject: Optimize : use regs for argument passing. Still has bugs. --- doc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc.txt') diff --git a/doc.txt b/doc.txt index 44d3bd7..190136e 100644 --- a/doc.txt +++ b/doc.txt @@ -2,10 +2,10 @@ Pour une fonction f(x, y) on a sur la pile : | ..... | | y | construit par - | x | l'appelant + $fp--> | x | l'appelant ---------------------------------- | sauv. $fp | construit par - $fp--> | sauv. $ra | l'appelé + | sauv. $ra | l'appelé | z | | ..... | -- cgit v1.2.3