frankcrc

Results 2 issues of frankcrc

我的书是第三版第10次印刷,代码清单11-12,前两行 ``` asm iload_2 // b imul // 计算b*c ``` 这里应该漏了一条`iload`吧,用来把`c`放入栈。

Hi, I'm using fluentd to collect logs. I saw nested calls in error handle method of fluent-plugin-elasticsearch, and I simplified it to the following code, ``` ruby # sorry, these...