Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4449433

64 bit VM optimizations needed - longs in one register and 32 bit stack

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.4.1
    • 1.4.0
    • hotspot
    • hopper
    • sparc
    • solaris

      The C2 compiler could improve the speed of handling longs in
      the 64 bit VM by maintaining all longs in single 64 bit Sparc V9 registers,
      rather than in 2 Sparc registers as in the 32 bit VM.

      The Sparc stack should be converted to a 32 bit Stack in order to
      save memory. Longs and Pointers are the only data types that should
      use up 64 bits of stack space. Currently all data types consume 64 bit
      of stack space.


            cclicksunw Clifford Click (Inactive)
            bobv Bob Vandette (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: