gecko-dev/ef
fur%netscape.com c833c56242 A bunch of grunge work to reduce the amount of OS-dependent code in
ElectricalFire sources.  The end result eliminated nearly all of the
differences between FreeBSD and Linux in the source code.  It also
increased the amount of sharing between Win32 and unix code.

+   Renamed files and classes that were inappropriately named, i.e. the
    names started with 'x86Win32', but the code was for generic x86, not
    specific to Win32.

+   Eliminated several gratuitous duplicated files, e.g. x86Linux.s and
    x86FreeBSD.s were essentially identical.

+   Shared code that had been duplicated in x86Win32_Support.cpp,
    x86Linux_Support.cpp and x86FreeBSD_Support.cpp.  Created
    x86GenStub.cpp, which contains only XP code, to replace them all.
1999-02-28 00:18:23 +00:00
..
Compiler A bunch of grunge work to reduce the amount of OS-dependent code in 1999-02-28 00:18:23 +00:00
config Patches from Amancio Hasty for FreeBSD. Until we can figure out otherwise, 1999-02-27 07:00:12 +00:00
Debugger Remove unused function 1999-02-27 07:12:27 +00:00
Driver Separated x86Win32_Support.cpp into an OS-independent part x86GenStub.cpp and 1999-02-27 01:53:18 +00:00
Exports add FREEBSD 1998-12-10 08:09:06 +00:00
gc Adding SportModel, Warren Harris' partially complete garbage collector 1998-12-17 07:00:17 +00:00
Includes/md add FreeBSD support. 1998-12-11 04:01:07 +00:00
Packages Restore building of java.security native libraries 1999-02-26 08:41:28 +00:00
Quality Initial check-in of ElectricalFire, a Java JIT compiler. 1998-12-03 21:10:47 +00:00
Runtime + Remove dead code 1999-02-26 08:40:13 +00:00
Tools Add libm 1999-02-26 08:42:30 +00:00
Utilities Changed factoring of function declaration macros to be based on choice of 1999-02-26 23:18:37 +00:00
VM libpthread must come before libnspr on the link line 1999-02-26 08:47:18 +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

<!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>