diff options
author | John van Groningen | 2005-10-10 11:08:35 +0000 |
---|---|---|
committer | John van Groningen | 2005-10-10 11:08:35 +0000 |
commit | ff260b7b72eeac9bf46715a25330080fc5db5a0f (patch) | |
tree | 69662ea1a238fda42c691bc0e9b8c31681f5fd23 /istartup.s | |
parent | optimize apply with >=2 arguments and change descriptors (diff) |
add code for apply with >=2 arguments to yet_args_neededed code
Diffstat (limited to 'istartup.s')
-rw-r--r-- | istartup.s | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4815,6 +4815,8 @@ st_fillr5_array: #endif +#ifndef NEW_DESCRIPTORS + yet_args_needed: / for more than 4 arguments mov (a1),d1 @@ -4958,6 +4960,8 @@ gc_r_24: gc_24: call collect_2 jmp gc_r_24 +#endif + repl_args_b: test d0,d0 jle repl_args_b_1 |