···187187like to copy the `tools/msvs-promote-path` script and add the `eval` line to
188188your `~/.bashrc` file.
189189190190-* The Microsoft Visual C/C++ compiler does not implement "computed gotos", and
191191- therefore generates inefficient code for `runtime/interp.c`. Consequently,
192192- the performance of bytecode programs is about 2/3 of that obtained under
193193- Unix/GCC, Cygwin or MinGW-w64 on similar hardware.
190190+* The Microsoft Visual C/C++ compiler does not implement "computed gotos" (also
191191+ known as "labels as values"), and therefore generates inefficient code for the
192192+ bytecode interpreter in `runtime/interp.c`. Consequently, the performance of
193193+ bytecode programs is about 2/3 of that obtained under Unix/GCC, Cygwin or
194194+ MinGW-w64 on similar hardware. The clang-cl compiler supports the "computed
195195+ gotos" extension.
194196195195-* Libraries available in this port: `dynlink`, `num`,
196196- `str`, `threads`, and large parts of `unix`.
197197+* Libraries available in this port: `dynlink`, `str`, `threads`, and large parts
198198+ of `unix`.
197199198200* The replay debugger is partially supported (no reverse execution).
199201···254256bash or by adding Cygwin's bin directory (e.g. `C:\cygwin64\bin`) to your
255257`PATH`.
256258257257-* Libraries available in this port: `dynlink`, `num`,
258258- `str`, `threads`, and large parts of `unix`.
259259+* Libraries available in this port: `dynlink`, `str`, `threads`, and large parts
260260+ of `unix`.
259261260262* The replay debugger is partially supported (no reverse execution).
261263