mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
c833c56242
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. |
||
---|---|---|
.. | ||
CodeGenerator | ||
FrontEnd | ||
Optimizer | ||
PrimitiveGraph | ||
RegisterAllocator | ||
Makefile |