motoroller (Iskandar Gohar)
- Login: motoroller
- Registered on: 06/29/2021
- Last sign in: 09/15/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/27/2021
-
07:29 PM Ruby Feature #18042: YARV code optimization
- But way MRI team don't want to borrow the developments of other ruby implementations? because it's hard to support?
-
11:46 AM Ruby Feature #18042: YARV code optimization
- @nobu Yes you are right, but I want to say that we don't need temp object in this case, so wy can't we do some optimizations? or one more case: code like this `[1,2,3,4,5,6].select(&:even?).count` will allocate new array only for return ...
07/26/2021
-
03:08 PM Ruby Feature #18042: YARV code optimization
- as I see mjit only translates yarv into C
07/23/2021
-
04:22 PM Ruby Feature #18042 (Feedback): YARV code optimization
- Hi! Long period of time I think about programmatically code optimization for YARV. In compiled languages like C/C++ the compiler can do whatever it wants with the code and does for performance optimization. Firstly, ruby developers think...