gecko-dev/ef/Compiler
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
..
CodeGenerator A bunch of grunge work to reduce the amount of OS-dependent code in 1999-02-28 00:18:23 +00:00
FrontEnd Gratuitous change to work around bug that appears in egcs 1.0.3 1999-02-09 00:08:41 +00:00
Optimizer Initial check-in of ElectricalFire, a Java JIT compiler. 1998-12-03 21:10:47 +00:00
PrimitiveGraph Fix problems in which functions had 'inline' keyword in definition 1999-02-26 08:18:38 +00:00
RegisterAllocator we need to fix this, but to get things building i've made the copy constructors public and provided an implementation of them that just PR_ASSERT(0)'s. 1998-12-11 04:41:05 +00:00
Makefile Initial check-in of ElectricalFire, a Java JIT compiler. 1998-12-03 21:10:47 +00:00