alanwu (Alan Wu)
- Login: alanwu
- Registered on: 10/28/2018
- Last sign in: 06/26/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 4 | 19 | 23 |
Reported issues | 3 | 47 | 50 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 03/19/2021 |
Like
Activity
07/02/2025
-
03:52 PM Ruby Revision 565ab3ef (git): ZJIT: Use initialization shorthand
-
03:52 PM Ruby Revision ddb8de1f (git): ZJIT: `throw` to HIR
06/27/2025
-
03:03 PM Ruby Revision 32def149 (git): ZJIT: Use `std::fmt::Display` when codegen for instruction fails
- It's nicer since e.g. you get text representation of enums like
`defined_type` instead of just a number. -
03:03 PM Ruby Revision 0828dff3 (git): ZJIT: Codegen for `defined?(yield)`
- Lots of stdlib methods such as Integer#times and Kernel#then use this,
so at least this will make writing tests sligh... -
11:42 AM Ruby Revision ff09cf19 (git): ZJIT: `getlocal` and `setlocal` to HIR
-
11:42 AM Ruby Revision 7874321e (git): ZJIT: Add codegen for GetLocal and SetLocal
- They're only used when level≠0. Same EP hopping logic as interpreter and
YJIT. Change assert_compiles() to get ISeq b... -
11:42 AM Ruby Revision ed4b8d35 (git): ZJIT: Function::find(): Use clone() instead of doing it manually
-
11:42 AM Ruby Revision b125fb56 (git): ZJIT: Function::find(): Use find_vec!() more
-
11:42 AM Ruby Revision 8e75a361 (git): ZJIT: Add TODOs and omitted test for nested scope local access
06/19/2025
-
02:29 PM Ruby Revision 34eaa641 (git): ZJIT: Add `dupn` support
Also available in: Atom