Nobuyoshi Nakada

Results 157 comments of Nobuyoshi Nakada

With simpler code: ```ruby def foo(a) = return a ``` Master: ``` == disasm: # local table (size: 1, argc: 1 [opts: 0, rest: -1, post: 0, block: -1, kw:...

Thank you, I didn't notice it since I'm not using in-place build at all. `*.dSYM` directories aren't removed by `make clean-local`?

How about the comparison with GMP?

I'm against changing `Qfalse` value.

No reason to use other values, I think.

Please put a benchmark YAML file under `benchmark` directory, not particular file at the top. And `set` has its separated upstream repository, https://github.com/ruby/set.

Maybe we should wait for lrama to implement `'\n'?`? BTW, why changing indents?

This was just an experiment, but I found that builtin-indexes were not working with `while`. #9533 worked because it moved `i.succ` into `ary_fetch_next` by chance. In that sense, this might...

> It'd be nice to have those builtin index fixes 👍 Are you OK with the restriction, `cexpr!` must be up to one per line?