diff options
author | Mike Pall <mike> | 2011-04-12 19:12:29 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2011-04-12 19:13:11 +0200 |
commit | fa5cd010e8e28c7fe2338d0fdd538e95ddd88bcc (patch) | |
tree | 72aadf3527f4a65bde320f8f7b979b33b559b713 /src/Makefile.dep | |
parent | 23f847f4ed0464adf62d63eafa5c759c03793f83 (diff) | |
download | luajit-fa5cd010e8e28c7fe2338d0fdd538e95ddd88bcc.tar.gz luajit-fa5cd010e8e28c7fe2338d0fdd538e95ddd88bcc.tar.bz2 luajit-fa5cd010e8e28c7fe2338d0fdd538e95ddd88bcc.zip |
Add support for tailcalls from internal C functions.
PPC: Fix __call metamethod for tailcalls.
Diffstat (limited to 'src/Makefile.dep')
-rw-r--r-- | src/Makefile.dep | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.dep b/src/Makefile.dep index 8458ec78..57904877 100644 --- a/src/Makefile.dep +++ b/src/Makefile.dep | |||
@@ -114,7 +114,8 @@ lj_mcode.o: lj_mcode.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ | |||
114 | lj_gc.h lj_jit.h lj_ir.h lj_mcode.h lj_trace.h lj_dispatch.h lj_bc.h \ | 114 | lj_gc.h lj_jit.h lj_ir.h lj_mcode.h lj_trace.h lj_dispatch.h lj_bc.h \ |
115 | lj_traceerr.h lj_vm.h | 115 | lj_traceerr.h lj_vm.h |
116 | lj_meta.o: lj_meta.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h lj_gc.h \ | 116 | lj_meta.o: lj_meta.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h lj_gc.h \ |
117 | lj_err.h lj_errmsg.h lj_str.h lj_tab.h lj_meta.h lj_bc.h lj_vm.h | 117 | lj_err.h lj_errmsg.h lj_str.h lj_tab.h lj_meta.h lj_frame.h lj_bc.h \ |
118 | lj_vm.h | ||
118 | lj_obj.o: lj_obj.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h | 119 | lj_obj.o: lj_obj.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h |
119 | lj_opt_dce.o: lj_opt_dce.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ | 120 | lj_opt_dce.o: lj_opt_dce.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ |
120 | lj_ir.h lj_jit.h lj_iropt.h | 121 | lj_ir.h lj_jit.h lj_iropt.h |