This website requires JavaScript.
Explore
Help
Sign in
luisgulo
/
gambas-source-code
Watch
1
Star
0
Fork
You've already forked gambas-source-code
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
22bf34222e
gambas-source-code
/
gb.jit.llvm
/
Makefile.am
4 lines
93 B
Text
Raw
Normal View
History
Unescape
Escape
[INTERPRETER] * NEW: Switch to JIT compiler if available, and make it able to talk to gb.jit. * BUG: GP must be NULL for new void stack frames. [COMPILER] * NEW: 'Fast' keyword means the class should be JIT-compiled. [GB.JIT] * NEW: JIT Compiler. git-svn-id: svn://localhost/gambas/trunk@4759 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-05-23 21:26:15 +02:00
ACLOCAL_AMFLAGS = -I m4 --install
Start working on the new jit system. [COMPILER] * NEW: Start working on the new jit system. [GB.JIT] * NEW: Rename the component as 'gb.jit.llvm'.
2018-05-17 01:13:56 +02:00
SUBDIRS = @JITLLVM_DIR@
[INTERPRETER] * NEW: Switch to JIT compiler if available, and make it able to talk to gb.jit. * BUG: GP must be NULL for new void stack frames. [COMPILER] * NEW: 'Fast' keyword means the class should be JIT-compiled. [GB.JIT] * NEW: JIT Compiler. git-svn-id: svn://localhost/gambas/trunk@4759 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-05-23 21:26:15 +02:00
EXTRA_DIST = reconf gambas.h gb*.h
Reference in a new issue
Copy permalink