alanwu (Alan Wu)
- Login: alanwu
- Registered on: 10/28/2018
- Last sign in: 11/25/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 5 | 21 | 26 |
| Reported issues | 2 | 48 | 50 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer | 03/19/2021 |
Activity
12/05/2025
-
08:49 PM Ruby Revision 109ddd29 (git): ZJIT: Avoid binding to `rb_iseq_constant_body`
- Its definition changes depending on e.g. whether there is YJIT in the
build. -
08:49 PM Ruby Revision fb72ff7b (git): CI: Avoid building ZJIT when LLVM is too old
-
08:49 PM Ruby Revision 2bc9b5a8 (git): tool/update-deps: Skip ZJIT and YJIT+ZJIT build objects
-
08:49 PM Ruby Revision 8296524f (git): ZJIT: Fix duplicate make rule warning in combo build
- ~/zjit/zjit.mk:30: warning: overriding commands for target `~/build-default/'
~/yjit/yjit.mk:26: warning: ignoring old commands for target `~/build-default/'
~/zjit/zjit.mk:30: warning: overriding commands for target `~/build-def... -
08:49 PM Ruby Revision addeafdd (git): YJIT: Fix duplicate make rule warning in combo build
-
08:49 PM Ruby Revision dce716e2 (git): ZJIT: Update `depend` for zjit.o
-
08:49 PM Ruby Revision 9a271001 (git): YJIT: Fix unused_unsafe warning in `StatsAlloc`
-
08:49 PM Ruby Revision ffe99a56 (git): ZJIT: configure.ac logic to detect suitable build environment
- This runs the detection, but does nothing with the result.
* Fixed version requirement in messages -- ZJIT requires >= 1.85 unlike
YJIT.
* New: Detect when rust 1.85 is available, and neither --enable-yjit nor
--enable-zjit is pas... -
08:49 PM Ruby Revision f559a910 (git): ZJIT: configure.ac: Look for GNU make when detecting build environment
- Building ZJIT requires GNU make at the moment.
To get access to `$gnumake`, lift the `make` flavour detection up to the
environment section, before the JIT section runs. -
08:49 PM Ruby Revision d396a66a (git): ZJIT: Build by default when build environment allows
- "Default" means when `--enable-zjit` is absent from `./configure`
arguments.