summaryrefslogtreecommitdiff
path: root/src/ljamalg.c
diff options
context:
space:
mode:
authorMike Pall <mike>2012-07-02 23:47:12 +0200
committerMike Pall <mike>2012-07-02 23:47:12 +0200
commit0af3f47ba01b9634f75a1aee38e318d74dab53d0 (patch)
tree1ab064739041d279a54f89f396ae03bc9cf89864 /src/ljamalg.c
parent79e1eaa73b1bb8dd0e2ea7aeaba8504f89e5ff94 (diff)
downloadluajit-0af3f47ba01b9634f75a1aee38e318d74dab53d0.tar.gz
luajit-0af3f47ba01b9634f75a1aee38e318d74dab53d0.tar.bz2
luajit-0af3f47ba01b9634f75a1aee38e318d74dab53d0.zip
Add allocation sinking and store sinking optimization.
Diffstat (limited to 'src/ljamalg.c')
-rw-r--r--src/ljamalg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ljamalg.c b/src/ljamalg.c
index 1b58ceb4..b1124464 100644
--- a/src/ljamalg.c
+++ b/src/ljamalg.c
@@ -64,6 +64,7 @@
64#include "lj_opt_dce.c" 64#include "lj_opt_dce.c"
65#include "lj_opt_loop.c" 65#include "lj_opt_loop.c"
66#include "lj_opt_split.c" 66#include "lj_opt_split.c"
67#include "lj_opt_sink.c"
67#include "lj_mcode.c" 68#include "lj_mcode.c"
68#include "lj_snap.c" 69#include "lj_snap.c"
69#include "lj_record.c" 70#include "lj_record.c"