Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Call me crazy (Score 1) 115

The upper 32 bits of the current timer value are latched into the register at the upper address when the lower 32 bits are read from the lower address.

Well in that case, you'd need to ensure the lower 32 bits are read first so you're reading the upper 32 bits that you latched this time through, not last time through. And if that's the case, the code is still wrong because there's nothing to force a sequence point between the two reads. The compiler is free to re-order the two reads in that expression.

Comment Re:very impressive (Score 1) 135

Hedge funds employ lots of tech people. Someone has to write trading strategies, systems for getting generated orders to the brokers/exchanges, systems for assigning trades to accounts, and the glue that holds it all together. They also need an army of IT operations, support and security staff to keep the beast running.

Slashdot Top Deals

Get hold of portable property. -- Charles Dickens, "Great Expectations"

Working...