[racket-dev] Problem with GC or with my machine?

From: Hari Prashanth (krhari at ccs.neu.edu)
Date: Fri Sep 3 12:12:43 EDT 2010

Yes the problem goes away once I turn off the optimizer... I have attached 
the code.

#lang typed/racket
(require "que.ss")
(head (queue 1 2 3 4))

 
----- Original Message -----
From: "Vincent St-Amour" <stamourv at ccs.neu.edu>
To: "Matthew Flatt" <mflatt at cs.utah.edu>
Cc: "Hari Prashanth" <krhari at ccs.neu.edu>, "dev" <dev at racket-lang.org>
Sent: Friday, September 3, 2010 11:39:50 AM GMT -05:00 US/Canada Eastern
Subject: Re: [racket-dev] Problem with GC or with my machine?

At Fri, 3 Sep 2010 09:34:10 -0600,
Matthew Flatt wrote:
> Thanks for sending the code. I see that it's using Typed Racket with
> #:optimize. Maybe Vincent and Sam should take a look to make sure that
> the optimizer isn't generating incorrect unsafe code?

Yes, please send us the code.

First thing you should try, though, is turn off the optimizer and see
if the problem goes away.

Vincent
-------------- next part --------------
A non-text attachment was scrubbed...
Name: que.ss
Type: application/octet-stream
Size: 2515 bytes
Desc: not available
URL: <http://lists.racket-lang.org/dev/archive/attachments/20100903/355d0ff1/attachment.obj>

Posted on the dev mailing list.