Search the web
Sign In
New User? Sign Up
compilers101 · Compilers 101
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
I got my intel code generator working!   Message List  
Reply | Forward Message #1316 of 1320 |
Re: [compilers101] I got my intel code generator working!

> This version doesn't have any file I/O yet, it just starts with an empty
> buffer, and throws everything away on exit. I expect that will probably be
> improved before the weekend is over :-)

Graham, as usual, you are THE MAN. This is really cool! For extra bonus
points, you should work in register calling conventions. ;-)

-->Neil

----------------------------------------------------------------------------
C. Neil Bradley - EVERYBODY KERNEL PANIC!



Sat Jun 6, 2009 6:01 pm

cneilbradley
Offline Offline
Send Email Send Email

Forward
Message #1316 of 1320 |
Expand Messages Author Sort by Date

It took about 2 days of programming and 2 days of debugging (one of which was Rainer's :-) ) to get an x86 code generator working for the toy compiler I wrote...
Graham Toal
graham_toal
Offline Send Email
Jun 6, 2009
2:40 pm

... Graham, as usual, you are THE MAN. This is really cool! For extra bonus points, you should work in register calling conventions. ;-) -->Neil ... C. Neil...
Neil Bradley
cneilbradley
Offline Send Email
Jun 6, 2009
6:02 pm

... When I do a native code generator, I'll do that and throw all the optimising tricks at it, but as long as I'm treating the x86 as a simple stack machine,...
Graham Toal
graham_toal
Offline Send Email
Jun 6, 2009
8:10 pm

... next development - I'm using the stack-based code as an intermediate code from which to generate more traditional x86 instructions in a load/store format;...
Graham Toal
graham_toal
Offline Send Email
Jun 11, 2009
7:07 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help