decoration decoration
Stories

GROKLAW
When you want to know more...
decoration
For layout only
Home
Archives
Site Map
Search
About Groklaw
Awards
Legal Research
Timelines
ApplevSamsung
ApplevSamsung p.2
ArchiveExplorer
Autozone
Bilski
Cases
Cast: Lawyers
Comes v. MS
Contracts/Documents
Courts
DRM
Gordon v MS
GPL
Grokdoc
HTML How To
IPI v RH
IV v. Google
Legal Docs
Lodsys
MS Litigations
MSvB&N
News Picks
Novell v. MS
Novell-MS Deal
ODF/OOXML
OOXML Appeals
OraclevGoogle
Patents
ProjectMonterey
Psystar
Quote Database
Red Hat v SCO
Salus Book
SCEA v Hotz
SCO Appeals
SCO Bankruptcy
SCO Financials
SCO Overview
SCO v IBM
SCO v Novell
SCO:Soup2Nuts
SCOsource
Sean Daly
Software Patents
Switch to Linux
Transcripts
Unix Books

Gear

Groklaw Gear

Click here to send an email to the editor of this weblog.


You won't find me on Facebook


Donate

Donate Paypal


No Legal Advice

The information on Groklaw is not intended to constitute legal advice. While Mark is a lawyer and he has asked other lawyers and law students to contribute articles, all of these articles are offered to help educate, not to provide specific legal advice. They are not your lawyers.

Here's Groklaw's comments policy.


What's New

STORIES
No new stories

COMMENTS last 48 hrs
No new comments


Sponsors

Hosting:
hosted by ibiblio

On servers donated to ibiblio by AMD.

Webmaster
How Dr. Mitchell is right even if his side is wrong | 125 comments | Create New Account
Comments belong to whoever posts them. Please notify us of inappropriate comments.
How Dr. Mitchell is right even if his side is wrong
Authored by: PolR on Tuesday, May 15 2012 @ 04:34 PM EDT
Let's see. Suppose that for resolving the symbolic reference we need to lookup
information in a balanced binary tree. Suppose that the keys for the lookup is
the string text so we need to do string comparisons during the lookup.

Scenario 1: the string for a symbolic reference is stored inline in the byte
code. The resolution compares this string with the entries in the binary tree
during lookup.

Scenario 2: the string is stored outside of the byte code. A pointer to the
string is what is found inline. The resolution must follow the pointer to get
the string and then we may compare it with the entries in the trees during
lookup.

In your theory scenario 1 would infringe but not scenario 2 because scenario 1
uses immediate addressing while scenario 2 uses indirection.

Then let's assume that the binary try uses the addresses of the strings instead
of the string themselves as keys. A lookup doesn't do a string compare. It does
a numerical comparison on the addresses.

Scenario 3: The address is stored inline in the byte code. The resolution will
not follow the indirection to find the string. It will use the address directly
for the lookup.

In this scenario 3, according to your theory the patent is infringed because
immediate addressing is used.

It appears to me that this is a result where reasonable minds may disagree. Why
having to follow the pointer to get the string somehow makes the reference not a
symbolic reference? This is not that different from the other scenario. It not
self-evident to me that the notion of symbolic reference is connected to
addressing modes.

[ Reply to This | Parent | # ]

Groklaw © Copyright 2003-2013 Pamela Jones.
All trademarks and copyrights on this page are owned by their respective owners.
Comments are owned by the individual posters.

PJ's articles are licensed under a Creative Commons License. ( Details )