Skip to content

Commit a46913e

Browse files
committed
dev
1 parent f269047 commit a46913e

File tree

17 files changed

+93
-93
lines changed

17 files changed

+93
-93
lines changed

doc/dev/manual/effects.wiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Js_of_ocaml supports effect handlers with the {{{--enable=effects}}}
44
flag. This is based on partially transforming the program to
55
continuation-passing style.
6-
As a consequence, [[tailcall|tail calls]] are also fully optimized.
6+
As a consequence, [[tailcall|tail calls]] could be fully optimized (if CPS transformed).
77
This is not the default for now since the generated code can be slower,
88
larger and less readable.
99
The transformation is based on an analysis to detect parts of the code that cannot involves effects and keep it in direct style.

doc/dev/manual/files/boulderdash/boulderdash.bc.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/dev/manual/files/cubes/cubes.bc.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/dev/manual/files/graph_viewer/viewer_js.bc.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/dev/manual/files/hyperbolic/hypertree.bc.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/dev/manual/files/minesweeper/main.bc.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/dev/manual/files/planet/planet.bc.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/dev/manual/files/toplevel/test_dynlink.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/dev/manual/files/toplevel/toplevel.bc.js

Lines changed: 9 additions & 9 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)