react-native/React
Tadeu Zagallo 2a08897c6e [ReactNative] Batch JS -> Native calls per queue
Summary:
@public

For every call that comes from JS to Native we'd call dispatch_async so the
method would be cllead on the queue/thread it's expecting. This diff
buckets the calls by target queue, dispatches only once to that queue, and then
call all the methods for it inside the same dispatch.

Test Plan: {F22510090}
2015-06-09 06:52:54 -08:00
..
Base [ReactNative] Batch JS -> Native calls per queue 2015-06-09 06:52:54 -08:00
Executors [ReactNative] Optimize console.profile and add markers on JS entry points 2015-06-02 06:22:49 -08:00
Layout Fixed layout bug 2015-05-13 13:24:36 -07:00
Modules [ReactNative] Properly pause frame update observers when idle 2015-06-07 08:45:18 -08:00
React.xcodeproj Added ProgressViewIOS 2015-06-03 09:49:35 -08:00
Views Removed deprecated RCT_EXPORT + code paths 2015-06-05 09:58:25 -08:00