[racket] scheme code in assembly level

From: Jos Koot (jos.koot at telefonica.net)
Date: Mon Mar 14 14:54:40 EDT 2011

That's right, I use windows 7 premium home.
Many thanks.
Jos 

> -----Original Message-----
> From: users-bounces at racket-lang.org 
> [mailto:users-bounces at racket-lang.org] On Behalf Of Matthew Flatt
> Sent: 14 March 2011 17:26
> To: Sam Tobin-Hochstadt
> Cc: users at racket-lang.org
> Subject: Re: [racket] scheme code in assembly level
> 
> Jos may be using Windows, where C bindings must be explicitly exported
> from the Racket DLL. I'll add this binding to the export list.
> 
> At Mon, 14 Mar 2011 11:24:37 -0400, Sam Tobin-Hochstadt wrote:
> > Probably the underlying compiler has changed.  I'll look into it.
> > 
> > 2011/3/14 Jos Koot <jos.koot at telefonica.net>:
> > > I took a look.
> > > When running test I find:
> > >
> > > line 77 of decompiler.rkt:
> > > (define on_demand_jit_code (get-ffi-obj 
> "scheme_on_demand_jit_code" #f 
> > _pointer))
> > > error: decompiler.rkt:77:0: ffi-obj: couldn't get 
> > "scheme_on_demand_jit_code" from #f (No se encontr  el 
> proceso especificado.; 
> > errno=127)
> > > (cannot find the specified process)
> > >
> > > What do I wrong?
> > > Thanks, Jos
> > >
> > >> -----Original Message-----
> > >> From: users-bounces at racket-lang.org
> > >> [mailto:users-bounces at racket-lang.org] On Behalf Of Sam
> > >> Tobin-Hochstadt
> > >> Sent: 14 March 2011 13:49
> > >> To: 김태윤
> > >> Cc: users at racket-lang.org
> > >> Subject: Re: [racket] scheme code in assembly level
> > >>
> > >> Take a look at https://github.com/samth/disassemble
> > >>
> > >> It doesn't do exactly what you want, but it may be helpful.
> > >>
> > >> On Mon, Mar 14, 2011 at 8:09 AM, 김태윤 <kty1104 at gmail.com> wrote:
> > >> > hello
> > >> > is there any way I can debug scheme code in assembly level?
> > >> > it would be awesome if I can debugging as like ollydbg 
> or softice.
> > >> > (with watching flags and registers)
> > >> > prefer Emacs + gracket environment, but if there's no
> > >> solution, DrRacket is OK.
> > >> > thanks in advanced
> > >> > Regards.
> > >> > Taeyun.
> > >> > _________________________________________________
> > >> >  For list-related administrative tasks:
> > >> >  http://lists.racket-lang.org/listinfo/users
> > >> >
> > >>
> > >>
> > >>
> > >> --
> > >> sam th
> > >> samth at ccs.neu.edu
> > >>
> > >> _________________________________________________
> > >>   For list-related administrative tasks:
> > >>   http://lists.racket-lang.org/listinfo/users
> > >
> > >
> > 
> > 
> > 
> > -- 
> > sam th
> > samth at ccs.neu.edu
> > 
> > _________________________________________________
> >   For list-related administrative tasks:
> >   http://lists.racket-lang.org/listinfo/users
> 
> _________________________________________________
>   For list-related administrative tasks:
>   http://lists.racket-lang.org/listinfo/users




Posted on the users mailing list.