jsc-android-buildscripts
jsc-android-buildscripts copied to clipboard
Script for building JavaScriptCore for Android (for React Native but not only)
# Bug After upgrading some dependencies (and most importantly compile sdk from 28 to 29), I'm starting to get random SIGSEGV crashes from various android devices The following is the...
@### Issue Description on using formatDate for some locale the month name is coming as M01, M02.... anyone face this issue? or any solution to this? i had fixed for...
### Issue Description jsc default create 128M MemoryPoolSize on arm64,in `JavaScriptCore\jit\ExecutableAllocator.cpp`,this to big and may cause oom on old android device ``` #if defined(FIXED_EXECUTABLE_MEMORY_POOL_SIZE_IN_MB) && FIXED_EXECUTABLE_MEMORY_POOL_SIZE_IN_MB > 0 static const...
related to: https://github.com/facebook/react-native/issues/23259; cc @akshetpandey ### Issue Description A full GC is performed only when [Heap#overCriticalMemoryThreshold](https://github.com/WebKit/webkit/blob/99caea9eec729501b6d3798484fb136ac86cea2b/Source/JavaScriptCore/heap/Heap.cpp#L497-L510) returns true or if the default is changed to disable the generational GC. Otherwise...
### Issue Description I playing with an example project that enables `pnpm` to be used with React Native (https://github.com/vjpr/pnpm-react-native-example). After manually installing `@react-native-community/cli-platform-android`, I was able to get it to...
### Issue Description Hi, When I built 245459.0.0 myself on branch master, I got a build error like this: /Users/guizhong/dev/workspace/jsc-android-buildscripts/build/target/webkit/Source/WTF/wtf/posix/FileSystemPOSIX.cpp:422:9: error: no matching constructor for initialization of 'statvfs' **_if (statvfs(fileSystemRepresentation(path).data(),...
Our current president has decided to cancel DST in Brazil this year. This means that since November 4th the timezone is being returned incorrectly (UTC -2 instead of -3). I...
### Issue Description ``` 11-25 13:36:59.830 I/DEBUG ( 6681): Revision: '405525' 11-25 13:36:59.830 I/DEBUG ( 6681): pid: 6865, tid: 7012, name: mqt_js >>> com.example
### Issue Description To start, I've created a small repro here: https://github.com/deecewan/TimeZoneTest I set up a brand new project (`npx react-native-cli init TimeZoneTest`), and then followed the steps for React...
# Question We are working on making a reproducible/verifiable builds for our RN app. Independent security researchers compile app locally and compare with published on googleplay/website build. We had success...