Skip to content

JS: disable debugging info for heap objects

Sylvain Henry requested to merge hsyl20/ghc:hsyl20/js-no-debug into master

Some debugging info were left enabled by mistake in the JS backend. This commit fixes it.

With this change the generated code for an HelloWorld program goes from 1.7MB to 1.5MB (total size goes from 2.2MB to 2MB).

Merge request reports