Skip to content

Commit d86c0bd

Browse files
Some more corrections to the intermediate representations article
1 parent 0b28e78 commit d86c0bd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_sources/intermediate-representations.rst.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -204,5 +204,5 @@ Beyond how the IR is represented, the main benefits of the Sea of Nodes IR are t
204204

205205
* It is an SSA IR
206206
* Various optimizations such as peephole optimizations, value numbering and common subexpressions elimination,
207-
dead code elimitation, occur as the IR is built.
208-
* This makes the SoN IR suitable for quick optimizations, suitable for Just-In-Time (JIT) compilers.
207+
dead code elimination, occur as the IR is built.
208+
* The SoN IR can generate optimized code quickly, suitable for Just-In-Time (JIT) compilers.

intermediate-representations.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ <h2>Sea of Nodes IR<a class="headerlink" href="#sea-of-nodes-ir" title="Permalin
247247
<ul class="simple">
248248
<li><p>It is an SSA IR</p></li>
249249
<li><p>Various optimizations such as peephole optimizations, value numbering and common subexpressions elimination,
250-
dead code elimitation, occur as the IR is built.</p></li>
251-
<li><p>This makes the SoN IR suitable for quick optimizations, suitable for Just-In-Time (JIT) compilers.</p></li>
250+
dead code elimination, occur as the IR is built.</p></li>
251+
<li><p>The SoN IR can generate optimized code quickly, suitable for Just-In-Time (JIT) compilers.</p></li>
252252
</ul>
253253
</section>
254254
</section>

0 commit comments

Comments
 (0)