gecko-dev/ef
fur%netscape.com 31ffa9b84f Fixed incorrect assumption that the extra_field_length value in the central
directory record  was the same as the extra_field_length in the corresponding
local file header record.
1998-12-22 18:01:28 +00:00
..
Compiler ANSI C++ disallows reinterpret_cast between objects and functions. 1998-12-12 04:02:56 +00:00
Debugger allow building without jvmdi 1998-12-11 04:03:13 +00:00
Driver trim down Makefile. 1998-12-10 08:07:31 +00:00
Exports add FREEBSD 1998-12-10 08:09:06 +00:00
Includes/md add FreeBSD support. 1998-12-11 04:01:07 +00:00
Packages install shared libs in dist/ARCH/bin, not dist/ARCH/lib - following the same convention as the mozilla tree. 1998-12-16 01:28:17 +00:00
Quality Initial check-in of ElectricalFire, a Java JIT compiler. 1998-12-03 21:10:47 +00:00
Runtime Fixed incorrect assumption that the extra_field_length value in the central 1998-12-22 18:01:28 +00:00
Tools Added Todd Proebsting's BURG to the tree, now that it's in the public domain. 1998-12-17 06:36:50 +00:00
Utilities (at least for GNUC platforms) don't rely on nasty division-by-zero tricks to generate +-inf and nan. instead borrow the bitlevel twiddling javascript uses. I would imagine that this would work for all platforms that use IEEE floats (which is necessarily all platforms for which EF will work), but someone else needs to figure out if windows will work with this code. 1998-12-16 01:38:18 +00:00
VM the object files for EF are put in $(DIST)/modules/EF/ now. track this change. 1998-12-10 08:04:55 +00:00
config clear up screw up in previous commit. 1998-12-16 01:30:14 +00:00
gc Adding SportModel, Warren Harris' partially complete garbage collector 1998-12-17 07:00:17 +00:00
Makefile Make sure nsinstall gets built before make export tries to use it. 1998-12-12 04:02:05 +00:00
README.html Moved Win32 build instructions to mozilla.org 1998-12-09 05:57:20 +00:00

README.html

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="Scott Furman">
   <meta name="GENERATOR" content="Mozilla/4.5 [en] (WinNT; I) [Netscape]">
   <title>Electrical Fire README</title>
</head>
<body>

<h1>
What is Electrical Fire ?</h1>
Electrical Fire is the code name for a multi-platform Just-In-Time Java
compiler (JIT).&nbsp; For more information, see the <a href="http://www.mozilla.org/projects/ef">Electrical
Fire homepage </a>.
</body>
</html>