Skip to content

Commit

Permalink
Update opts.md
Browse files Browse the repository at this point in the history
fix whitespace
  • Loading branch information
GUJustin authored Mar 22, 2024
1 parent 1fa6d7b commit edc5391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/opts.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Below are known optimizations that we will be implementing in the coming weeks,

- SP1 implements word-addressable memory (the CPU has to read an entire 64-bit word of memory at once). Jolt currently implements byte-addressable memory (the RISC-V CPU is allowed to read one byte at a time, as required by the RISC-V specification).

Most benchmarks get compiled into RISC-V programs that mostly read entire words at once. Switching to word-addressable memory will improve Jolt’s speed on these benchmarks by 5%.
Most benchmarks get compiled into RISC-V programs that mostly read entire words at once. Switching to word-addressable memory will improve Jolt’s speed on these benchmarks by 5%.

0 comments on commit edc5391

Please sign in to comment.