View Single Post
  #5  
Old 03-07-2015, 22:48
Conquest Conquest is offline
Friend
 
Join Date: Jan 2013
Location: 0x484F4D45
Posts: 125
Rept. Given: 46
Rept. Rcvd 29 Times in 17 Posts
Thanks Given: 33
Thanks Rcvd at 60 Times in 29 Posts
Conquest Reputation: 29
Quote:
Originally Posted by mcp View Post
Also see this discussion on hackernews on stack vs register machines and the corresponding article.
This . This really helped me kind sir. I knew that Java and c# IL code is stack based machine but what i overlooked is the fact that they run almost in native speed on x86. This has led me to believe that somewhere there is an convertion from stack to register based machines. I will look into mono source next. Hopefully it is as efficient as the windows c# JIT compiler (which will probably reveal some more useful information regarding this). This is my 1st time writing a compiler so the roads ahead will probably be bumpy. Thanks for your excellent tips and helps . I will look forward to more useful information. As more information will come to my hand , i will update the thread.

PS:couldnt give a thanks for the help for not being a family member.

Last edited by Conquest; 03-07-2015 at 23:11. Reason: Added thanks
Reply With Quote