[racket-dev] Optional equality predicate for assoc and member

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sun Apr 24 10:58:05 EDT 2011

At Sun, 24 Apr 2011 10:52:34 -0400, Sam Tobin-Hochstadt wrote:
> On Sun, Apr 24, 2011 at 10:44 AM, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> >
> > For those who are *really* interested, I've included annotated,
> > disassembled JIT output at the end of this message.
> 
> Did you use my disassembler for this? If so, how did you determine
> where the end of the function is? If not, what did you use?

No. Since I was in gdb anyway, I used gdb's `disassem'. I picked the
end manually (which was not really the end, since I ignored various
failure paths).



Posted on the dev mailing list.