Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-12258] CodeProcessor: Create run profiles

GitHub Issuen/a
TypeSub-task
PriorityHigh
StatusClosed
ResolutionInvalid
Resolution Date2013-02-01T00:07:43.000+0000
Affected Version/sRelease 3.0.0
Fix Version/s2013 Sprint 03 JS, 2013 Sprint 03
ComponentsCode Processor
Labelsn/a
ReporterBryan Hughes
AssigneeBryan Hughes
Created2013-01-09T18:03:19.000+0000
Updated2013-08-14T20:43:27.000+0000

Description

We need to create easy to use run profile mechanism. Two key profiles need to be created, but the system should be extensible to allow for more profiles * Optimization-oriented ** Do not process files/methods/etc unless they are explicitly called ** Tuned for accuracy (looser limits, evaluate loops, etc) * Analysis-oriented ** Do process files/methods/etc even if they are not explicitly called ** Tuned for speed (tighter limits, don't evaluate loops, etc)

Comments

  1. Bryan Hughes 2013-02-01

    This isn't really something that the code processor should do. Rather this is something studio should do via "run profiles" or something similar

JSON Source