diff options
author | Mike Pall <mike> | 2009-12-08 20:35:29 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2009-12-08 20:35:29 +0100 |
commit | 3f1f9e11f4f699ae94182d4cba158092f434a7f6 (patch) | |
tree | 88fbb674a21a1d554d4b1ee9d4ef2c5fed6a1d88 /src/buildvm.h | |
parent | 5287b9326479ea2b7dddd6f642673e58e5a7f354 (diff) | |
download | luajit-3f1f9e11f4f699ae94182d4cba158092f434a7f6.tar.gz luajit-3f1f9e11f4f699ae94182d4cba158092f434a7f6.tar.bz2 luajit-3f1f9e11f4f699ae94182d4cba158092f434a7f6.zip |
Fast forward to sync public repo.
Compile math.sinh(), math.cosh(), math.tanh() and math.random().
Compile various io.*() functions.
Drive the GC forward on string allocations in the parser.
Improve KNUM fuse vs. load heuristics.
Add abstract C call handling to IR.
Diffstat (limited to 'src/buildvm.h')
-rw-r--r-- | src/buildvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildvm.h b/src/buildvm.h index e55527fd..53c820ad 100644 --- a/src/buildvm.h +++ b/src/buildvm.h | |||
@@ -102,5 +102,6 @@ extern const char *const bc_names[]; | |||
102 | extern const char *const ir_names[]; | 102 | extern const char *const ir_names[]; |
103 | extern const char *const irfpm_names[]; | 103 | extern const char *const irfpm_names[]; |
104 | extern const char *const irfield_names[]; | 104 | extern const char *const irfield_names[]; |
105 | extern const char *const ircall_names[]; | ||
105 | 106 | ||
106 | #endif | 107 | #endif |