General

Profile

abhsha (Abhishek Sharma)

  • Login: abhsha
  • Email: abhsha20@gmail.com
  • Registered on: 06/09/2020
  • Last sign in: 11/21/2020

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

06/14/2020

05:45 AM Ruby master Bug #16941: MJIT doesn't identify Struct kind of instruction
Hi k0kubun,
I think it should be Ok for me with --jit-min-calls=10000. Also, I will take the struct declaration outs...
abhsha (Abhishek Sharma)

06/12/2020

11:44 AM Ruby master Bug #16941: MJIT doesn't identify Struct kind of instruction
Hello K0kubun,
Here is the revised script
```
def my_method
a_struct = Struct.new(:a).new
a_struct.a =...
abhsha (Abhishek Sharma)

06/11/2020

10:30 AM Ruby master Bug #16941: MJIT doesn't identify Struct kind of instruction
Thanks, k0kubun for the feedback. I didn't understand the need to compile the block every time it is being called. Ca... abhsha (Abhishek Sharma)

06/09/2020

10:37 AM Ruby master Bug #16941 (Closed): MJIT doesn't identify Struct kind of instruction
MJIT does not identify Struct instructions and gives a warning while compiling to C.
Example:
def my_method
...
abhsha (Abhishek Sharma)

Also available in: Atom