Re: [racket-dev] [plt] Push #28781: master branch updated

2014-05-21 Thread Jay McCarthy
Can you take a look at this section (and its placement) for correctness and explanatory value? [Matthew and I talked about adding this at the end of April and I just got around to it.] Jay On Wed, May 21, 2014 at 10:14 AM, j...@racket-lang.org wrote: jay has updated `master' from dd0f0b6141 to

[racket-dev] Easy disassembly of JIT-compiled procedures

2014-05-21 Thread Sam Tobin-Hochstadt
Racketeers, Thanks to some improvements from Matthew, my `disassemble` package is now much easier to use. [samth@punge:~/sw/disassemble (master) plt] racket Welcome to Racket v6.0.1.10. (require disassemble) (define (const x) 1) (disassemble const) 8943FCmov

[racket-dev] JIT buffer overflow

2014-05-21 Thread Tony Garnock-Jones
Seen just now while make CPUS=7 on racket git rev 1f1d1a38aae9f4994f76f69948f1feaca73ba57f: raco setup: 2 rendering: pkgs/syntax-color-doc/syntax-color/syntax-color.scrbl JIT buffer overflow: 0x7f804194064c [0x7f804193f020,0x7f8041940648] (1)!! Makefile:52: recipe for target 'plain-in-place'

Re: [racket-dev] Easy disassembly of JIT-compiled procedures

2014-05-21 Thread Neil Toronto
On 05/21/2014 02:09 PM, Sam Tobin-Hochstadt wrote: Racketeers, Thanks to some improvements from Matthew, my `disassemble` package is now much easier to use. [samth@punge:~/sw/disassemble (master) plt] racket Welcome to Racket v6.0.1.10. (require disassemble) (define (const x) 1) (disassemble

Re: [racket-dev] Easy disassembly of JIT-compiled procedures

2014-05-21 Thread Sam Tobin-Hochstadt
On Wed, May 21, 2014 at 6:12 PM, Neil Toronto neil.toro...@gmail.com wrote: On 05/21/2014 02:09 PM, Sam Tobin-Hochstadt wrote: Racketeers, Thanks to some improvements from Matthew, my `disassemble` package is now much easier to use. [samth@punge:~/sw/disassemble (master) plt] racket