Bug 72043 - Add ENABLE_VALUE_PROFILER support for ARMv7
Summary: Add ENABLE_VALUE_PROFILER support for ARMv7
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-10 12:30 PST by Gavin Barraclough
Modified: 2011-11-10 12:38 PST (History)
0 users

See Also:


Attachments
Fix (10.63 KB, patch)
2011-11-10 12:32 PST, Gavin Barraclough
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2011-11-10 12:30:01 PST
This requires us to make a bucketCounterRegister available; to do so we'll need to spill more registers on entry to JIT code.
Comment 1 Gavin Barraclough 2011-11-10 12:32:02 PST
Created attachment 114543 [details]
Fix
Comment 2 Geoffrey Garen 2011-11-10 12:34:14 PST
Comment on attachment 114543 [details]
Fix

r=me
Comment 3 Gavin Barraclough 2011-11-10 12:38:35 PST
Fixed in r99889