Java-Gaming.org Java4K winners: [ by our judges | by the community ]         
Featured games (67)
games approved by the League of Dukes
Games in Showcase (∞)
games submitted by our members



News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: 1 2 3 [4]
  Print  
  New VM performance improvements  (Read 10317 times)
0 Members and 2 Guests are viewing this topic.
Offline Raghar

Sr. Member
**

Posts: 331


Ue ni taete 'ru hitomi ni kono mi wa dou utsuru


« Reply #90 on: 2005-02-05 17:25:28 »


I found this.
http://www.virtualdub.org/blog/pivot/entry.php?id=21

Of course Prescotts differs from previou CPUs be increased heat, and somewhat rewamped ALUs.


Bad latencies between SSE2 and rest of the CPU could make some algorithms faster on "general" purpose registers. Of course you could say this doesn't matter they will repair it in next generation, and add a lot of other problems.
Offline mumart

JGO n00b
*

Posts: 31
Medals: 1


IBXM Java Music Player


« Reply #91 on: 2005-02-05 18:25:39 »

Quote
Operations on streams can be very cool too ( and subject to massive optimizations using MMX, 3DNow, SSE, SSE2, SSE3, etc ).

1  
2  
3  
4  
5  
6  
void add( int value, int[] stream, int offset, int length );
void mul( float factor, float[] stream, int offset, int length );
void xor( short mask, short[] stream, int offset, int length );
void lshift( int amount, int[] stream, int offset, int length );
void clamp( byte lbound, byte ubound, byte[] stream, int offset, int length );
...


Ah yes, the wonderful MMX, where 1*1 = 0.5

I would love to be able to use SIMD from java, though.

Pages: 1 2 3 [4]
  Print  
 
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.048 seconds with 19 queries.