commit | e8c043240314bb94b42c448115b0d19e33d439fa | [log] [tgz] |
---|---|---|
author | Jeremy Hylton <jeremy@alum.mit.edu> | Fri Aug 16 17:47:26 2002 +0000 |
committer | Jeremy Hylton <jeremy@alum.mit.edu> | Fri Aug 16 17:47:26 2002 +0000 |
tree | 615c3eb8e9f25eada68c1a375ad71b8db74382e2 | |
parent | 84b2bed4359e27070fe2eac4b464d4a1bc6e150d [diff] |
Move body of CALL_FUNCTION opcode into helper function. This makes the code much easier to ready, because it is at a sane indentation level. On my box this shows a 1-2% speedup, which means nothing, except that I'm not going to worry about the performance effects of the change.