https://github.com/chanwit/jit
A libjit wrapper for Golang
https://github.com/chanwit/jit
Last synced: 4 months ago
JSON representation
A libjit wrapper for Golang
- Host: GitHub
- URL: https://github.com/chanwit/jit
- Owner: chanwit
- License: lgpl-2.1
- Created: 2013-10-05T15:07:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-15T17:43:12.000Z (over 11 years ago)
- Last Synced: 2025-03-16T22:51:18.502Z (4 months ago)
- Language: C
- Size: 2.66 MB
- Stars: 24
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JIT [](https://drone.io/github.com/chanwit/jit/latest)
---------A `libjit` wrapper for Golang.
(c) 2013 Chanwit Kaewkasi
Suranaree University of Technology, Thailand
This software is licensed under LGPL.
How to install
--------------You need to install `libjit` firstly. Please note that it requires `automake 1.11.6` or later to build `libjit`. So, check your version of `automake` before proceed.
git clone git://git.savannah.gnu.org/libjit.git
cd libjit
./auto_gen.sh
./configure --prefix=/usr
make
sudo make installThen, install the library by: `go get github.com/chanwit/jit`.
There are some examples under `jit/examples`. You can try running `go run t1.go` and see the result.
Enjoy jitting.