|
|
|
|
|
by saagarjha
244 days ago
|
|
You run into the same problem a CPU does: if you have dependencies between the instructions, you can't execute ahead of time. Your processor has a bunch of hardware to efficiently resolve conflicts but your interpreter does not. |
|