-
```
root@cbuild: ~$ git clone https://luajit.org/git/luajit.git
Cloning into 'luajit'...
Fetching objects: 19697, done.
root@cbuild: ~$ cd luajit
root@cbuild: ~/luajit$ gmake CC=clang
==== Build…
-
### Xmake Version
2.8.5
### Operating System Version and Architecture
windows11
### Describe Bug
I clone the newest luajit v2.1 repo and put the luajit/port/xmake.lua into the root dir.…
-
## 概要
deno 公式にならって `cargo install deno --locked` で deno をインストールしようとしたが以下のようなエラー文とともに正しくインストールできなかった。
```
Compiling codespan-reporting v0.11.1
Compiling deno_media_type v0.1.2
Compiling…
-
### Description
The following steps used to reproduce:
```
1. Clean server install of RHEL9
2. yum groupinstall "Development Tools"
3. yum install libxml2-devel sqlite-devel
4. ./buildconf
5.…
-
### Problem
I have issuse cross-compiling neovim for my synology nas, when I tried to build prerequisites, it failed when compiling luajit.
```shell
$ make luajit
[ 16%] Performing install step fo…
-
Is it possible to take the address of a label? Something like:
```rust
dynasm!(code
; .qword [->label offset_tag]
);
```
I'm trying to accomplish tagged-pointer constants, something…
-
The [installation page](https://luajit.org/install.html) explains how to cross compile LuaJIT.
My goal is to compile LuaJIT for Linux x64 on Windows x64. I've an installation of llvm with clang and…
-
Do we need Intrinsics (#39) when we already have [DynASM](http://luajit.org/dynasm.html) with a [Lua-frontend](https://github.com/luapower/dynasm/blob/master/dynasm.md)?
I ask this from a user perspe…
-
# Proposal for Compiled JQ Implementation
## What will you do?
Implement a compiler for the JQ programming language.
## How will you do it?
### 1. Familiarization
- I have read and will con…
-
I recently tried to make my functions more generic, taking a `` instead of a `VecAssembler`. To my surprise, this doesn't compile:
```rust
use dynasmrt::{dynasm, DynasmApi, DynasmLabelApi};
pu…