User Details
User Details
- User Since
- Sep 7 2017, 1:15 AM (289 w, 3 d)
Oct 9 2018
Oct 9 2018
psnobl added a comment to D52962: [RISCV] Constant materialisation for RV64I.
Well you can save more in the total size if the constant is needed in more than one place in the application (and linker can merge the CP entries) but I see your point about possible cache miss. It's not a clear win, as you say.
psnobl added a comment to D52962: [RISCV] Constant materialisation for RV64I.
Wouldn't it better to put more complicated constants (requiring 4 and more instructions to materialize) in constant pool and load them from there?
Sep 11 2017
Sep 11 2017
psnobl added inline comments to D29933: [RISCV 11/n] Initial codegen support for ALU operations.
Sep 8 2017
Sep 8 2017
psnobl added inline comments to D29933: [RISCV 11/n] Initial codegen support for ALU operations.