Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment SIL in hindsight (Score 1) 339

If I have it right, swiftc translates code to Swift Intermediate Language, in which several optimizations occur, which is then translated to LLVM's Intermediate Language, which gets its own optimizations before being translated to an .o file.

In retrospect, are these 2 similar but separate levels an unfortunate hack/necessary compromise, or still an nice design decision? I'd think it would have been better if swift's optimizations could be done in a single intermediate representation and streamline two compilation phases into one, but perhaps wrong. Do you foresee a future giant refactoring of swift compiler & LLVM that introduces a redesigned IL that obviates the need for a separate SIL??

Also, what are your opinions on the Mill CPU?

Comment Unexpected origins (Score 1) 125

Perhaps asteroids are not what we thought they were. Someone has suggested that they come from a planet that somehow exploded (of which Mars was originally a moon, maybe). Unfortunately, people poo-poo this hypothesis because they are unimaginative boobs and cannot imagine how a planet could possibly explode.. details details.

Its interesting that, as I recall, this model led to some predictions about Mars that seemed to pan out. But then again, I don't remember anything accurately anymore, and primarily entertain myself by listening to dodgy late night radio. Thank you, pharmaceutical industry!
User Journal

Journal Journal: Poker, the fastest growing what?

For fuck sake, not every game is a sport. Bowling and darts barely qualify, but they at least involve some physical activity. But there is no reason for poker to be called a sport and certainly has no sense being on a TV sports channel. And neither do spelling bees, damn it.

Slashdot Top Deals

Kill Ugly Processor Architectures - Karl Lehenbauer

Working...