[TIMOB-12875] Create AST visitor/transformer for "namespace-folding"
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2016-08-24T20:06:06.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | CLI, Code Processor, Core |
Labels | ast_transformation, performance |
Reporter | Matt Langston |
Assignee | Chris Barber |
Created | 2013-02-26T22:33:28.000+0000 |
Updated | 2017-03-20T17:33:24.000+0000 |
Description
namespace-folding for native Titanium object (to eliminate
repeated key/value lookups across the bridge):
var message = 'hello'; Ti.API.log(foo) becomes T$1(foo) (as an example)
Code processor is dead.
Closing ticket as code processor is no longer supported.