Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

Commit

Permalink
Set JSC_maximumInliningDepth=1 instead of disabling JIT altogether
Browse files Browse the repository at this point in the history
as a workaround to avoid crashes in WebKitWebProcess.

[endlessm/eos-shell#1925]
  • Loading branch information
felipeerias committed Feb 7, 2014
1 parent 757b0c9 commit 9357e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eos-social.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export LD_LIBRARY_PATH="@pkglibdir@${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"

# Temporary workaround for a crash in WebKitWebProcess
# https://github.com/endlessm/eos-shell/issues/1738
export JSC_useJIT=0
export JSC_maximumInliningDepth=1

if [ "$GJS_DEBUG_OUTPUT" == "" ]; then
export GJS_DEBUG_OUTPUT=stderr
Expand Down

0 comments on commit 9357e83

Please sign in to comment.