Go to file
David Abdurachmanov 060e64c05f
Reduce memory usage and disable JIT
This packages requires a lot of RAM per core. Let's reduce that to
minimum. This is required for Unmatched.

Disable JIT too:

```
[..]
/builddir/build/BUILD/webkitgtk-2.43.4/Source/JavaScriptCore/assembler/MacroAssemblerRISCV64.h: In member function ‘void JSC::MacroAssemblerRISCV64::testFinalize(ResultCondition, JSC::AbstractMacroAssembler<JSC::RISCV64Assembler>::RegisterID, JSC::AbstractMacroAssembler<JSC::RISCV64Assembler>::RegisterID)’:
/builddir/build/BUILD/webkitgtk-2.43.4/Source/JavaScriptCore/assembler/MacroAssemblerRISCV64.h:4438:16: warning: enumeration value ‘Carry’ not handled in switch [-Wswitch]
 4438 |         switch (cond) {
      |                ^
In file included from /builddir/build/BUILD/webkitgtk-2.43.4/redhat-linux-build/webkitgtk-6.0/JavaScriptCore/DerivedSources/unified-sources/UnifiedSource-23a5fd0e-9.cpp:6:
/builddir/build/BUILD/webkitgtk-2.43.4/Source/JavaScriptCore/b3/B3Validate.cpp: In member function ‘void JSC::B3::{anonymous}::Validater::run()’:
/builddir/build/BUILD/webkitgtk-2.43.4/Source/JavaScriptCore/b3/B3Validate.cpp:457:43: error: ‘toB3Type’ was not declared in this scope
  457 |                 VALIDATE(value->type() == toB3Type(Wasm::simdScalarType(value->asSIMDValue()->simdLane())), ("At ", *value));
[..]
```

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-03-05 11:20:41 +02:00
.gitignore Update to 2.43.4 2024-02-02 09:58:52 -06:00
6b46c24db81426c056f4f1f6fe915c2cdd687a1e.patch Fix JavaScriptCore/offlineasm/riscv64.rb 2024-03-05 06:14:42 +02:00
changelog Revive this package! 2022-08-04 18:54:20 -05:00
display-vblank-monitor.patch Remove use of real-time scheduling on vblank thread 2024-02-07 08:43:02 -06:00
rpminspect.yaml Disable abidiff 2022-10-25 10:44:01 -05:00
sources Update to 2.43.4 2024-02-02 09:58:52 -06:00
webkitgtk-keys.gpg Revive this package! 2022-08-04 18:54:20 -05:00
webkitgtk.spec Reduce memory usage and disable JIT 2024-03-05 11:20:41 +02:00