←back to thread

34 points dmmalam | 1 comments | | HN request time: 0s | source
Show context
IsTom ◴[] No.45092345[source]
> On the software side, the system uses either a JIT compiler, static compiler, or binary instrumentation to split a single-threaded program into code segments to assign different blocks to different cores. It injects special instructions for flow control, register passing, and sync behavior, enabling the hardware to maintain execution integrity.

Itanium is back again?

replies(3): >>45092396 #>>45094360 #>>45094920 #
euLh7SM5HDFY ◴[] No.45092396[source]
As bad as it worked out I don't think Itanium tried to break Amdahl's law. And that is how I understand this magic multicore execution of single-thread code.
replies(2): >>45092405 #>>45092799 #
1. jerf ◴[] No.45092799[source]
I'm surprised they even pursued this line of research, though they may be considering it just as a basic territory claim that they don't have a high expectation of turning into anything. Research into "implicit parallelism" has been done a lot over the years and the consistent result has been that there is a lot less than people intuitively think, and I mean, a lot less. I wouldn't hold out much hope for this... but then again, in a world of nearly frozen clock speeds, it wouldn't take much to stand out.