Related articles |
---|
Almost JIT sunsetsw@ix.netcom.com (James R Byer) (1999-01-15) |
Re: Almost JIT phil@ultimate.com (Phil Budne) (1999-01-17) |
Re: Almost JIT fjh@cs.mu.OZ.AU (1999-01-19) |
Re: Almost JIT fjh@cs.mu.OZ.AU (1999-01-19) |
From: | "James R Byer" <sunsetsw@ix.netcom.com> |
Newsgroups: | comp.compilers |
Date: | 15 Jan 1999 01:07:51 -0500 |
Organization: | Sunset Software Technology |
Keywords: | code, 386, comment |
Does anyone have any C coding examples for Windows95/NT or can suggest where
I should continue searching for examples of code which dynamically generates
machine instructions and at some point executes them?
A JIT compiler would be great but I'm afraid it would be overkill and very
complicated to follow.
Jim
[Generating code on the fly on an x86 in the usual flat address mode is
easy. Just store the code in malloc'ed memory and jump to it. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.