Closed Bug 736432 Opened 12 years ago Closed 12 years ago

IonMonkey: ARM can flush the wrong cache

Categories

(Core :: JavaScript Engine, defect)

ARM
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: mjrosenb, Unassigned)

Details

Attachments

(2 files)

pasted directly from IRC:

04:21 < mjrosenb> if there is a load that we want to patch
04:21 < mjrosenb> then patching it will involve overwriting two instructions
04:21 < mjrosenb> and we explicitly flush two instructions worth of data
04:22 < mjrosenb> but, if there was a pool in between them, we'll flush the first movw, and the pool header
04:22 < mjrosenb> err, the branch around the pool, not the header
Attachment #606529 - Flags: review?(Jacob.Bramley)
Comment on attachment 606529 [details] [diff] [review]
/home/mrosenberg/patches/more_flushes-r0.patch

I think you forgot to qrefresh. Aside from a commit comment, the patch is empty.
Attachment #606529 - Flags: review?(Jacob.Bramley) → review-
Attached patch flush twiceSplinter Review
This patch looks like it also has the removal of an NYI, which I'm not going to commit.
Attachment #608667 - Flags: review?(Jacob.Bramley)
Comment on attachment 608667 [details] [diff] [review]
flush twice

Review of attachment 608667 [details] [diff] [review]:
-----------------------------------------------------------------

Spot on!

(Well, except for the NYI thing.)
Attachment #608667 - Flags: review?(Jacob.Bramley) → review+
Marty says this was fixed along with a cache flushing overhaul we did a few weeks ago.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: