diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2013-12-27 11:15:38 +0100 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2013-12-27 11:15:38 +0100 |
commit | 0ea39f0178ea94cdb015aef257228f201f9f96b9 (patch) | |
tree | f39bd96bc1b13b8c9e9ccb6c14fc57d8468ea82f /doc.txt | |
parent | adee0e08e5c6b71090d057b05a0f96b03c2f708f (diff) | |
download | LPC-Projet-0ea39f0178ea94cdb015aef257228f201f9f96b9.tar.gz LPC-Projet-0ea39f0178ea94cdb015aef257228f201f9f96b9.zip |
Optimize : use regs for argument passing. Still has bugs.
Diffstat (limited to 'doc.txt')
-rw-r--r-- | doc.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | | ..... | |