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
pattern matching is iterative | 319 comments | Create New Account
Comments belong to whoever posts them. Please notify us of inappropriate comments.
What is simulated execution
Authored by: PJ on Friday, May 18 2012 @ 06:45 PM EDT
There is no "who knows?" in this picture. He
was testifying because he does know.

[ Reply to This | Parent | # ]

pattern matching is iterative
Authored by: jesse on Friday, May 18 2012 @ 06:50 PM EDT
Not linear.

Pattern matching optimization usually repeats until no further modifications are
done.

This is one way such things as constant expression elimination is achieved. Each
time a pattern is identified (and replaced by the equivalent), the cycle repeats
as that may reveal another pattern to be replaced.

[ Reply to This | Parent | # ]

What is simulated execution
Authored by: bugstomper on Friday, May 18 2012 @ 07:23 PM EDT
>> maybe the JVM also doesn't use fully simulated execution for array
initialization <<

While in theory the patents were based on what is in the Java Platform that was
new and unique, as was pointed out when Oracle tried to bring it up it is not
relevant to the trial whether Java actually practices any of the patents. The
Sun patent lawyers tried to write the claims to be as broad as possible, to
maximize the likelihood of something infringing, but as narrow as necessary to
avoid being invalidated due to prior art. What they came up with was not
necessarily an accurate representation of the invention that was made, in this
case for the Java VM.

[ Reply to This | Parent | # ]

What is simulated execution
Authored by: Anonymous on Friday, May 18 2012 @ 08:04 PM EDT
I don't think Google's expert dropped the ball. Read the portion in the article.

Simulated execution is live in the JVM, a dress rehearsal, for a stack based
machine which means pushing and popping instructions on the stack, and the
java byte codes from the java compiler that is the input is targeted to a stack

based machine (JVM).

I find Dr. Parr to be much clearer and plainer than Dr. Mitchell and I find Dr.

Mitchell to be confusing and speaking word games.

[ Reply to This | Parent | # ]

What is simulated execution
Authored by: Anonymous on Monday, May 21 2012 @ 01:45 AM EDT
I tend to agree, although I would have focussed on the idea that simulated
execution means that you maintain state that is directly analagous to the state
of the target machine during actual execution.

Of course there are lots of creative metaphors you could use, but I'm not sure
if they tend to help or hinder.

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