Date: Fri, 20 Aug 1999 17:57:56 +0200
From: Damien Doligez <Damien.Doligez@inria.fr>
Message-Id: <199908201557.RAA18349@tobago.inria.fr>
To: patrick.goldbronn@cea.fr
Subject: Re: le GC et les bidouilles en C
>From: Patrick Goldbronn - SYSCO <patrick.goldbronn@cea.fr>
>Je déclare un type record :
>type toto = {
> un : float array ;
> deux : int ;
>} ;;
>modify(&Field(mytoto_v,1),Val_int(1)) ;
ou bien:
Store_field (mytoto_v, 1, Val_int (1));
>Il n'y a pas besoin de declarer "deux" mutable ?
Dans l'implementation actuelle, non, MAIS il est facile d'imaginer des
optimisations qui seraient cassees par cette absence de declaration.
Donc il vaut mieux declarer "deux" mutable.
-- Damien
This archive was generated by hypermail 2b29 : Sun Jan 02 2000 - 11:58:24 MET