Closed Bug 513830 Opened 15 years ago Closed 15 years ago

CodeAlloc is missing cache-flush code for Android

Categories

(Tamarin Graveyard :: Baseline JIT (CodegenLIR), defect)

ARM
Other
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: stejohns, Assigned: stejohns)

Details

Attachments

(2 obsolete files)

Attached patch Add missing stub for android (obsolete) — Splinter Review
What it says.
Attachment #397767 - Flags: review?(edwsmith)
Comment on attachment 397767 [details] [diff] [review]
Add missing stub for android

__clear_cache is usually a glibc or gcc provided symbol, i dont think we should be defining it -- instead we just need a separate case for android that calls cacheflush() directly instead of __clear_cache.

(Rick or I can pick this up if you want to transfer responsibility).
Attachment #397767 - Flags: review?(edwsmith) → review-
(In reply to comment #1)
> (From update of attachment 397767 [details] [diff] [review])
> (Rick or I can pick this up if you want to transfer responsibility).

Fine with me -- exact fix should be pretty trivial either way. This was the short-term fix shown to me, but it probably makes more sense to do it the way you suggest.
Assignee: nobody → rreitmai
Attached patch revised patch (obsolete) — Splinter Review
revised patch per Edwin's comment. Also removed defunct bit in NativeARM.cpp -- note that AVMPLUS_LINUX is never defined!
Assignee: rreitmai → stejohns
Attachment #397767 - Attachment is obsolete: true
Attachment #399318 - Flags: superreview?(edwsmith)
Attachment #399318 - Flags: review?(rreitmai)
Attachment #399318 - Flags: review?(rreitmai) → review+
Attachment #399318 - Flags: superreview?(edwsmith) → superreview+
Comment on attachment 399318 [details] [diff] [review]
revised patch

pushed as changeset:   2467:4fb2e5253577
Attachment #399318 - Attachment is obsolete: true
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: