Re: Genetic Programming and Machine Language
- From: "Mike Schilling" <mscottschilling@xxxxxxxxxxx>
- Date: Mon, 17 Nov 2008 11:54:12 -0800
Ken T. wrote:
There is another option that might work too. I could generate java
byte code, using a subset of the available commands. I was curious
how difficult it would be to execute a given string full of java byte
code and what the pitfalls of doing things this way might be. Would
I expect to see a dramatic increase in speed over that which would be
expected using my virtual machine (it is mostly a big switch
statement)?
I'd expect so, since you'd have N generations of JIT technology on your
side.
.
- References:
- Genetic Programming and Machine Language
- From: Ken T.
- Genetic Programming and Machine Language
- Prev by Date: Re: My own BoxLayout woes
- Next by Date: Cryptography
- Previous by thread: Re: Genetic Programming and Machine Language
- Next by thread: Re: Genetic Programming and Machine Language
- Index(es):
Relevant Pages
|