kuaiwei

Results 15 comments of kuaiwei

JWarmup目前是会有许多Warning信息,看是否有效启用主要是看成功编译信息。

Thanks for reporting this issue. Can you reproduce the failure in your environment? And can you send the test application to us. It will help to troubleshooting. I find a...

com.alibaba.jwarmup.JWarmUp同时提供了checkIfCompilationIsComplete这个方法,可以用来检查warmup编译是否完成。

> Are there any possible sequences of `dmb ld; dmb st` that will not be minimized? The worst case is "dmb ld; dmb st; dmb ish", that will be merged...

Hi Andrew, thanks for your suggestions. I will check them and refine the implementation. The difficult part is we need finalize the "dmb" at a non-dmb instruction. It looks Instruction_aarch64...

update: I added finite state machine for merging instruction. The patch can be found in https://github.com/openjdk/jdk/commit/1b18e8298b1ef8778b494fb7ed9e4467e0a9a6b8 . Because instructions are pending, I need modify Assembler::pc() and offset() to count the...

> That doesn't look bad. I've made a bunch of simplifications for you to see: have a look. In general, pointer chasing is bad, so it's worth getting rid of...

> > > That doesn't look bad. I've made a bunch of simplifications for you to see: have a look. In general, pointer chasing is bad, so it's worth getting...