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
The patent indicates resolution during execution | 125 comments | Create New Account
Comments belong to whoever posts them. Please notify us of inappropriate comments.
The patent indicates resolution during execution
Authored by: Anonymous on Tuesday, May 15 2012 @ 05:57 PM EDT
But the '104 patent doesn't just cover resolving a symbol at runtime: it covers replacing the symbolic reference IN the instruction with a numeric reference. Oracle tried to show that dexopt replacing the iget with iget-quick would infringe those claims, but that happens statically, not dynamically.

The patent envisions (from the abstract)

The dynamic field reference routine, when invoked, resolves a symbolic reference and rewrites the symbolic reference into a numeric reference. After re-writing, the dynamic field reference routine returns to the main interpretation routine without advancing program execution to the next instruction, thereby allowing the rewritten instruction with numeric reference to be reexecuted.
which certainly indicates the substitution occurs during execution. Claim 11 calls for
determining a numerical reference corresponding to said symbolic reference, storing said numerical references, and obtaining data in accordance to said numerical references.
but dexopt can't possibly be "obtaining data" using the resolved symbolic reference, since the data the instruction wants to use won't exist until the program being optimized runs. Claims 27 and 29,
... method comprising: receiving a program with a set of original instructions written in an intermediate form code; generating a set of new instructions for the program that contain numeric references resulting from invocation of a routine to resolve any symbolic data references in the set of original instructions; and executing the program using the set of new instructions.
depends on whether the "resolve any symbolic data references" and "and executing the program" can be separated in time as much as they are in Dalvik and still be a single "method".

I don't know about claims 39, 40 and 41.

[ 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 )