aboutsummaryrefslogtreecommitdiff
path: root/doc/running.html
diff options
context:
space:
mode:
authorMike Pall <mike>2022-06-23 09:10:09 +0200
committerMike Pall <mike>2022-06-23 09:10:09 +0200
commit2e98c3d0644fc0c265844908f43b7e4526dd819c (patch)
treeb9116c671f4268be7776696abdb189de4be5cf43 /doc/running.html
parent7dc3850e78493eed1e85fa7bc0b96068ae7fb9f4 (diff)
downloadluajit-2e98c3d0644fc0c265844908f43b7e4526dd819c.tar.gz
luajit-2e98c3d0644fc0c265844908f43b7e4526dd819c.tar.bz2
luajit-2e98c3d0644fc0c265844908f43b7e4526dd819c.zip
Grammar and spell check.
Diffstat (limited to 'doc/running.html')
-rw-r--r--doc/running.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/running.html b/doc/running.html
index 2ce02bc4..3f408141 100644
--- a/doc/running.html
+++ b/doc/running.html
@@ -179,7 +179,7 @@ written in Lua. They are mainly used for debugging the JIT compiler
179itself. For a description of their options and output format, please 179itself. For a description of their options and output format, please
180read the comment block at the start of their source. 180read the comment block at the start of their source.
181They can be found in the <tt>lib</tt> directory of the source 181They can be found in the <tt>lib</tt> directory of the source
182distribution or installed under the <tt>jit</tt> directory. By default 182distribution or installed under the <tt>jit</tt> directory. By default,
183this is <tt>/usr/local/share/luajit-XX.YY.ZZ>/jit</tt> on POSIX 183this is <tt>/usr/local/share/luajit-XX.YY.ZZ>/jit</tt> on POSIX
184systems (replace XX.YY.ZZ by the installed version). 184systems (replace XX.YY.ZZ by the installed version).
185</p> 185</p>
@@ -211,7 +211,7 @@ to a specific value.
211You can either use this option multiple times (like <tt>-Ocse 211You can either use this option multiple times (like <tt>-Ocse
212-O-dce -Ohotloop=10</tt>) or separate several settings with a comma 212-O-dce -Ohotloop=10</tt>) or separate several settings with a comma
213(like <tt>-O+cse,-dce,hotloop=10</tt>). The settings are applied from 213(like <tt>-O+cse,-dce,hotloop=10</tt>). The settings are applied from
214left to right and later settings override earlier ones. You can freely 214left to right, and later settings override earlier ones. You can freely
215mix the three forms, but note that setting an optimization level 215mix the three forms, but note that setting an optimization level
216overrides all earlier flags. 216overrides all earlier flags.
217</p> 217</p>