[
Lists Home |
Date Index |
Thread Index
]
- From: "Didier PH Martin" <martind@netfolder.com>
- To: "'XML Dev'" <xml-dev@ic.ac.uk>
- Date: Wed, 14 Apr 1999 17:42:19 -0400
Hi Arnold,
Do you mean that it creates native code? If yes, here is the answer to
slooooow speed.
In fact, you remind me of something. I always tried to find why, there is no
way to install ByteCodes and have an option to have it translated for my
particular processor. So the code delivery could be bytecode but have the
opportunity to get it "cached" on my machine as native code. This is one the
mysteries of life like why aren't we all millionaires? :-)
regards
Didier PH Martin
mailto:martind@netfolder.com
http://www.netfolder.com
-----Original Message-----
From: owner-xml-dev@ic.ac.uk [mailto:owner-xml-dev@ic.ac.uk]On Behalf Of
Arnold, Curt
Sent: Wednesday, April 14, 1999 5:11 PM
To: 'xml-dev@ic.ac.uk'
Subject: RE: recursion in XML parser
It would be interesting to see what benefit something like Instantiations'
(http://www.instantiations.com) JOVE high performance Java environment would
have on a XML parsing benchmark. They haven't externally released their
JOVE product (they have a bundling agreement with Inprise/Borland), but are
apparently using it in house and have a crippled version (only builds javac)
on their web site. Basically, it takes the .class files for a Java
application, analyzes the snot out of it (de-virtualizing calls when their
is only one implementation, etc) and builds a native NT EXE.
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN
981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following
message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|