Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13949] Streamline iOS KrollContext to reduce lock dependancy

GitHub Issuen/a
TypeStory
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterIngo Muschenetz
AssigneeUnknown
Created2013-05-22T00:15:46.000+0000
Updated2018-02-28T20:04:13.000+0000

Description

Currently, KrollContext, for every event fired, uses a mutable array that has to be protected by a recursive lock. Given that these actions are a pure producer/consumer model, with one consumer and multiple producers, we can optimize out the locks and make a cleaner implementation that may be reusable, as well.

Comments

No comments

JSON Source