Skip to content

Commit

Permalink
byteorder and 64bit flags
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@5404 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
Leopold Toetsch committed Feb 25, 2004
1 parent 3db61bd commit c28e221
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions PLATFORMS
@@ -1,23 +1,23 @@
Parrot-0.0.999 was reported to compile and run tests successfuly on these Parrot-0.0.999 was reported to compile and run tests successfuly on these
platforms: platforms:


Platform Runloops Feature Compile Tests Platform B8 Runloops Feature Compile Tests
CGoto JIT EXEC Threads Signals CGoto JIT EXEC Threads Signals
--------------------------------------------------------------------- ---------------------------------------------------------------------
aix - Y - Y - Y Y aix - Y - Y - Y Y
darwin darwin
freebsd freebsd
hpux hpux
?-ia64 ?-ia64
irix6.5 Y Y Y/2 irix6.5 Y Y Y/2
linux-ppc-gcc3.2.3 Y Y Y Y Y Y linux-amd64 8
linux-x86-gcc2.95.2 Y Y Y Y Y Y Y linux-ppc-gcc3.2.3 Y Y Y Y Y Y
linux-x86-gcc3.3.3 Y Y Y Y Y Y Y linux-x86-gcc2.95.2 Y Y Y Y Y Y Y
linux-x64 linux-x86-gcc3.3.3 Y Y Y Y Y Y Y
openbsd Y Y/5 Y Y - Y Y openbsd Y Y/5 Y Y - Y Y
os2 os2
solaris solaris
tru64 tru64 8
vms vms
win32-bcc win32-bcc
win32-cygwin win32-cygwin
Expand All @@ -30,6 +30,10 @@ Y/n ... tests with n failures


Platform is "OS-processor-compiler" or a unique shortcut. Platform is "OS-processor-compiler" or a unique shortcut.


B8 are Processor flags
B ... Processor is big endian
8 ... opcode_t is 8 byte, i.e. a 64 bit machine

CGoto ... CGoto runloop is supported CGoto ... CGoto runloop is supported
JIT ... JIT core is supported JIT ... JIT core is supported
EXEC ... compiling to native executables is supported EXEC ... compiling to native executables is supported
Expand Down

0 comments on commit c28e221

Please sign in to comment.