Re: [racket] scheme code in assembly level

2011-03-15 Thread Sam Tobin-Hochstadt
Yes, this is only for functions compiled by the JIT compiler. First, this is almost all functions on almost all platforms, and second, these are the only functions (with the exception of primitives) that have anything that could be described as an "assembly version". For primitives implemented in

Re: [racket] scheme code in assembly level

2011-03-15 Thread 김태윤
is it only for just in time function? anyway, thank you so much! On 14 March 2011 21:48, Sam Tobin-Hochstadt wrote: > 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, 김태윤 wrote: >> hello >> is

Re: [racket] scheme code in assembly level

2011-03-14 Thread Jos Koot
cified process) > > > > > > What do I wrong? > > > Thanks, Jos > > > > > >> -Original Message----- > > >> From: users-boun...@racket-lang.org > > >> [mailto:users-boun...@racket-lang.org] On Behalf Of Sam > > >> T

Re: [racket] scheme code in assembly level

2011-03-14 Thread Matthew Flatt
et-lang.org > >> [mailto:users-boun...@racket-lang.org] On Behalf Of Sam > >> Tobin-Hochstadt > >> Sent: 14 March 2011 13:49 > >> To: 김태윤 > >> Cc: users@racket-lang.org > >> Subject: Re: [racket] scheme code in assembly level > >> >

Re: [racket] scheme code in assembly level

2011-03-14 Thread Jos Koot
gt; Cc: 김태윤; users@racket-lang.org > Subject: Re: [racket] scheme code in assembly level > > Probably the underlying compiler has changed. I'll look into it. > > 2011/3/14 Jos Koot : > > I took a look. > > When running test I find: > > > > line 77

Re: [racket] scheme code in assembly level

2011-03-14 Thread Sam Tobin-Hochstadt
oun...@racket-lang.org >> [mailto:users-boun...@racket-lang.org] On Behalf Of Sam >> Tobin-Hochstadt >> Sent: 14 March 2011 13:49 >> To: 김태윤 >> Cc: users@racket-lang.org >> Subject: Re: [racket] scheme code in assembly level >> >> Take a look at https

Re: [racket] scheme code in assembly level

2011-03-14 Thread Jos Koot
: users@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, 김태윤 wrote: > > hello > > is t

Re: [racket] scheme code in assembly level

2011-03-14 Thread Sam Tobin-Hochstadt
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, 김태윤 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. >