Re: [racket-dev] struct:name exports from 2htdp/image, mrlib/image-core, etc.

2013-08-07 Thread Matthias Felleisen
When you inject new names, things might break. On Aug 6, 2013, at 9:04 PM, Sam Tobin-Hochstadt sa...@cs.indiana.edu wrote: Can you explain what uses would break? Sam On Aug 6, 2013 4:21 PM, Matthias Felleisen matth...@ccs.neu.edu wrote: That might interfere with normal uses of

Re: [racket-dev] Too many struct definitions leads to literal local-code error

2013-08-07 Thread Matthew Flatt
Thanks --- I've pushed a repair, finally. Unless I'm confused, the problem was a bug in the bytecode format that has been around since v300 or so. At Mon, 5 Aug 2013 15:20:17 -0400 (EDT), J. Ian Johnson wrote: Pushed current branch to https://github.com/dvanhorn/oaam/tree/thocon kcfa.rkt

Re: [racket-dev] Too many struct definitions leads to literal local-code error

2013-08-07 Thread J. Ian Johnson
Many thanks. First call-with-values/begin0 and now this. I should be the dep bug finder, heh. -Ian - Original Message - From: Matthew Flatt mfl...@cs.utah.edu To: J. Ian Johnson i...@ccs.neu.edu Cc: dev dev@racket-lang.org Sent: Wed, 7 Aug 2013 11:43:12 -0400 (EDT) Subject: Re:

[racket-dev] continuation-mark-set-context : Empty Stack Traces?

2013-08-07 Thread Vincent St-Amour
I'm profiling one of the contract benchmarks[1], and I noticed that sometimes (about 10 out of 300 samples), `continuation-mark-set-context' would return an empty stack trace. This number is cut down by about half if I disable the JIT. These samples seem to be spread out throughout execution