General

Profile

alanwu (Alan Wu)

  • Login: alanwu
  • Registered on: 10/28/2018
  • Last sign in: 06/20/2024

Issues

open closed Total
Assigned issues 3 15 18
Reported issues 0 41 41

Projects

Project Roles Registered on
Ruby master Committer 03/19/2021

Like

Activity

06/28/2024

05:44 PM Ruby master Revision 3e14fe7c (git): YJIT: Fix `cargo doc --document-private-items` warnings [ci skip]
Mostly putting angle brackets around links to follow markdown syntax. alanwu (Alan Wu)
03:01 PM Ruby master Revision bc91e8ff (git): YJIT: Move `ocb` parameters into `JITState`
Many functions take an outlined code block but do nothing more than
passing it along; only a couple of functions actu...
alanwu (Alan Wu)

06/17/2024

07:09 PM Ruby master Revision 657c8db8 (git): YJIT: `--yjit-dump-disasm=dir`: Hold descriptor for dump file
This mainly aims to make `--yjit-dump-disasm=<relative_path>` more
usable. Previously, it crashed if the program did ...
alanwu (Alan Wu)

06/14/2024

07:05 AM Ruby master Revision 0dcb0fdf (git): Enable LeakChecker for RJIT previously disabled for MJIT (#10998)
RJIT doesn't spawn subprocesses so there should now be no need to
special case it.
alanwu (Alan Wu)

06/13/2024

10:52 PM Ruby master Revision a8730adb (git): rb_str_hash(): Avoid UB with making misaligned pointer
Previously, on common platforms, this code made a pointer to a union of
8 byte alignment out of a char pointer that i...
alanwu (Alan Wu)
10:52 PM Ruby master Revision 6416ee33 (git): Simplify unaligned write for pre-computed string hash
alanwu (Alan Wu)
09:43 PM Ruby master Revision 2699e230 (git): Crash instead of raising with Check_Type() in RBIMPL_ASSERT_TYPE() in debug builds
Previously, RBIMPL_ASSERT_TYPE() used Check_Type() only in RUBY_DEBUG
builds. It raised TypeError, but only in debug ...
alanwu (Alan Wu)
05:02 PM Ruby master Revision aa957546 (git): Bump shlex from 1.1.0 to 1.3.0 in /yjit/bindgen (#10985)
`yjit-bindgen` isn't run to build Ruby releases at all, but people might
be running security scanners on the source t...
alanwu (Alan Wu)
05:00 PM Ruby master Revision 28d1685e (git): YJIT: Align number of `total_exits` for --yjit-stats
alanwu (Alan Wu)
05:00 PM Ruby master Revision ffd89515 (git): YJIT: Delete otherwise-empty defer_compilation() blocks
Calls to defer_compilation() leave behind a stub and a `struct Block`
that we retain. If the block is empty, it only ...
alanwu (Alan Wu)

Also available in: Atom