Akshet Pandey

Results 41 comments of Akshet Pandey

I ended up up doing the following and it seems to work. I am not sure if it's leaking memory though. ```cpp auto act = (jni::jobject *)cocos2d::JniHelper::getActivity(); auto activity =...

JIT cannot be enabled in iOS at all, since all allocated memory on iOS is W^X (except safari, it gets special treatment) But at the same time, being able to...

Whats the size of the dylib without bitcode? Also, would love to help if you can push the build script branch/repo.

As long as you don't use codepush and all your js in bundled into the app when submitting to apple its allowed. Source: latest Apple TOS agreement, and I have...

@codecog this may be helpful https://github.com/microsoft/v8-jsi

I have access to a whole bunch of android devices and will run the tests on them sometime in the next 24 and let you all know what the results...

@ben-manes : Can you tell me how to create the gc profiles?

Perfect thanks, and I am assuming running a build with 0.59 rc and 0.57 should be a good comparison?

afaict, 0.85 doesn't use the new JSC from https://github.com/react-native-community/jsc-android-buildscripts/ but 0.59 does. I am unsure as to why you will be seeing the issues on 0.58 unless you are using...

I haven't been able to repo it on 0.59 using a pixel 3, but I will try other devices. Here are the repo projects I am using. As far as...