View Single Post
  #27  
Old 05-01-2018, 06:01 PM
luka's Avatar
luka
Unregistered User

luka is offline
 
Join Date: Apr 2007
Location: Perth, Australia
Posts: 1,164
A glimmer of hope from Google regarding the Spectre problem (variant 2). "Retpoline" effectively disables speculative execution by isolating branch target prediction. The patch works on the binary level and not at the OS level. Google claims that the performance loss is almost zero, close to the old mispredicted branch.

Of course this does not address Meltdown (variant3) so KPTI is still needed for the Intel CPUs with possibly large performance hits.
Reply With Quote