We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e51300 commit 967a6f8Copy full SHA for 967a6f8
src/boot/me/trans.ml
@@ -1339,8 +1339,15 @@ let trans_visitor
1339
| _ ->
1340
fix (get_free_glue t (type_has_state cx t));
1341
end;
1342
- fix (get_sever_glue t);
1343
- fix (get_mark_glue t);
+
+ if cx.ctxt_sess.Session.sess_minimal
1344
+ then Asm.WORD (word_ty_mach, Asm.IMM 0L)
1345
+ else fix (get_sever_glue t);
1346
1347
1348
1349
+ else fix (get_mark_glue t);
1350
1351
(* Include any obj-dtor, if this is an obj and has one. *)
1352
begin
1353
match idopt with
0 commit comments