[TIMOB-10027] CodeProcessor: Implement bridge crossing detection Code Processor plugin
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2016-08-24T20:12:35.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | Code Processor |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Chris Barber |
Created | 2012-07-18T14:57:25.000+0000 |
Updated | 2017-03-20T17:26:22.000+0000 |
Description
We need to implement a Code Processor plugin that will detect when a program crosses the JS bridge and can detect hot spots.
For example, the following code crosses the bridge 6 times, and could potentially be optimized.
if (Ti.Platform.osname === "iphone") {
console.log(Titanium.UI.iOS.AdView)
}
Code processor is dead.
Closing ticket as code processor is no longer supported.