Elide mark and sever glue in -minimal mode.
This commit is contained in:
parent
3e513008b1
commit
967a6f861d
1 changed files with 9 additions and 2 deletions
|
@ -1339,8 +1339,15 @@ let trans_visitor
|
||||||
| _ ->
|
| _ ->
|
||||||
fix (get_free_glue t (type_has_state cx t));
|
fix (get_free_glue t (type_has_state cx t));
|
||||||
end;
|
end;
|
||||||
fix (get_sever_glue t);
|
|
||||||
fix (get_mark_glue t);
|
if cx.ctxt_sess.Session.sess_minimal
|
||||||
|
then Asm.WORD (word_ty_mach, Asm.IMM 0L)
|
||||||
|
else fix (get_sever_glue t);
|
||||||
|
|
||||||
|
if cx.ctxt_sess.Session.sess_minimal
|
||||||
|
then Asm.WORD (word_ty_mach, Asm.IMM 0L)
|
||||||
|
else fix (get_mark_glue t);
|
||||||
|
|
||||||
(* Include any obj-dtor, if this is an obj and has one. *)
|
(* Include any obj-dtor, if this is an obj and has one. *)
|
||||||
begin
|
begin
|
||||||
match idopt with
|
match idopt with
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue