Apple facing huge chip patent bill after losing case
1–10 of 145 posts
Re: Apple facing huge chip patent bill after losing case
#2Re: Apple facing huge chip patent bill after losing case
#3Re: Apple facing huge chip patent bill after losing case
#4Patent in question: http://www.google.co.uk/patents/US5781752
Re: Apple facing huge chip patent bill after losing case
#5$862m isn't that huge in the grand scheme of things. Not to mention, it's most likely not going to be $862m, my guess is it'll be less.
Re: Apple facing huge chip patent bill after losing case
#6$862m isn't that huge in the grand scheme of things. Not to mention, it's most likely not going to be $862m, my guess is it'll be less.
Re: Apple facing huge chip patent bill after losing case
#7$862m isn't that huge in the grand scheme of things. Not to mention, it's most likely not going to be $862m, my guess is it'll be less.
Re: Apple facing huge chip patent bill after losing case
#8Patent in question: http://www.google.co.uk/patents/US5781752
"Table based data speculation" - so a lookup table?? Would be interested in knowing how innovative the patent is from someone with more knowledge in this field.
Re: Apple facing huge chip patent bill after losing case
#9Patent in question: http://www.google.co.uk/patents/US5781752
"Table based data speculation" - so a lookup table?? Would be interested in knowing how innovative the patent is from someone with more knowledge in this field.
def func():
if predicate():
task1()
else:
task2()
In the above program, the processor would be able to speculatively start execution of task1 before the predicate function returned a value.(obviously the processor does this on a much lower level than this code)
Re: Apple facing huge chip patent bill after losing case
#10Patent in question: http://www.google.co.uk/patents/US5781752
"Table based data speculation" - so a lookup table?? Would be interested in knowing how innovative the patent is from someone with more knowledge in this field.