Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler: Bug fix and cleanup #1567

Merged
merged 6 commits into from
Feb 23, 2024
Merged

Compiler: Bug fix and cleanup #1567

merged 6 commits into from
Feb 23, 2024

Conversation

hhugo pushed a commit to hhugo/opam-repository that referenced this pull request Feb 21, 2024
CHANGES:

## Features/Changes
* Mics: fix support for OCaml 5.2
* Compiler: no longer rely on IIFE for scoping variable inside loops
* Compiler: avoid parsing bytecode sections twice, jsoo counter part of ocaml#12599
* Lib: add ellipse to canvasRenderingContext2D (@FayCarsons, ocsigen/js_of_ocaml#1555)

## Bug fixes
* Compiler: fix global dead code elimination in a toplevel context
* Compiler: fix exit-loop-early optim in presence of closure (ocsigen/js_of_ocaml#1561)
* Compiler: remove quadratic behavior in generate.ml (ocsigen/js_of_ocaml#1531, ocsigen/js_of_ocaml#1567)
@hhugo hhugo merged commit 8f34006 into master Feb 23, 2024
15 checks passed
@hhugo hhugo deleted the bug-fix-n-cleanup branch February 23, 2024 17:05
mseri pushed a commit to ocaml/opam-repository that referenced this pull request Mar 5, 2024
CHANGES:

## Features/Changes
* Compiler: only flush the necessary env for closures (ocsigen/js_of_ocaml#1568)
* Library: dialog element support

## Bug fixes
* Compiler: fix --enable=vardecl
* Compiler: fix parallel renaming (bug introduced in ocsigen/js_of_ocaml#1567)
* Lib: fix paragraph construction and coercion
* Runtime: reduce memory leak with channels (ocsigen/js_of_ocaml#1581)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] quadratic behavior in generate.ml for expression queue handling
1 participant