From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id OAA18639; Thu, 19 Jun 2003 14:46:30 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id OAA18931 for ; Thu, 19 Jun 2003 14:46:29 +0200 (MET DST) Received: from inria.fr (macaque.inria.fr [128.93.8.158]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id h5JCkIH09048; Thu, 19 Jun 2003 14:46:18 +0200 (MET DST) Date: Thu, 19 Jun 2003 14:46:40 +0200 Subject: Re: [Caml-list] lazy and marshal Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) Cc: caml-list@inria.fr, sicard@poleia.lip6.fr To: Pierre Weis From: Damien Doligez In-Reply-To: <200306190946.LAA13731@pauillac.inria.fr> Message-Id: <1287EA4C-A254-11D7-9A67-0003930FCE12@inria.fr> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.552) X-Spam: no; 0.00; damien:01 caml-list:01 pierre:01 weis:01 marshall:01 dynamically:01 toplevel:01 doligez:01 marshal:01 lazy:02 wrote:03 elaborate:03 allocated:03 byte-code:04 compiled:05 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Thursday, June 19, 2003, at 11:46 AM, Pierre Weis wrote: >> You cannot marshall the functional values that are compiled >> by the toplevel. This is a limitation of the toplevel, not >> lazy values. >> >> -- Damien > > Could you elaborate a bit on this ? > > What is specific to the functional values compiled by the toplevel ? Their byte-code is allocated dynamically and does not lie between code_area_start and code_area_end. -- Damien ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners