Slashdot Mirror


User: Dwain_Snyders

Dwain_Snyders's activity in the archive.

Stories
0
Comments
27
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 27

  1. Next generation of AMD processors. on Cross-Platform Pseudo-Virus: Don't Panic · · Score: 1

    The stuff that we're busy writing the preprocessing code for is truly out of this world. It'll make the PPC look sick and will be in test-phase before the IA64 is out.

    To name some of the features, it will use VLIW technology (I am currently working on optimized compilers for firmware code for the new VLIW-based processing engines) and the lithography techniques used will be the first of the new-generation of that technology. (Intel will bring out a new chip based on it too, but not before AMD).

    PPC RISC chips were good in their day, but are being overtaken by other technologies and in the future will become almost irrelevant.

  2. 64-bit only as good as the software on OS/390 Replaced By z/OS · · Score: 1
    For example, to implement a double primitive on a new architecture could be done independently of the number of bits in the processor stack.

    [IF] CHAR " PARSE ASM" ENVIRONMENT? 0= [IF] : 2CONSTANT CREATE SWAP , , DOES> DUP @ SWAP CELL+ @ ; [ELSE] DROP : 2CONSTANT CREATE SWAP , , DOES> ;CODE 0 0XB PUSH, 1 CELLS [4X0] 40X MOV, NEXT, END-CODE

    Of course, it's easier to optimize if there are 64 actual bits available to address each instruction. The point is although 64-bit processors are great, there are a lot of other factors to consider when reviewing processors (or operating systems running on the said processors for that matter).