[Webkit-unassigned] [Bug 127777] [EFL][GTK] Fix the regression caused by the jsCStack branch merge

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 29 12:16:21 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=127777





--- Comment #11 from Zan Dobersek <zandobersek at gmail.com>  2014-01-29 12:13:44 PST ---
Testing the various invocations of the sunspider-1.0/date-format-tofte.js test:


The following arguments to jsc result in a crash with the backtrace detailed in comment #9:
1. --useLLInt=false

The following extra arguments to jsc (besides the path to test) result in a crash with the backtrace detailed in comment #10:
1. none (just the path to test)
2. --minHeapUtilization=2.0 --minCopiedBlockUtilization=2.0
3. --enableConcurrentJIT=false --validateBytecode=true --validateGraphAtEachPhase=true
4. --thresholdForJITAfterWarmUp=10 --thresholdForJITSoon=10 --thresholdForOptimizeAfterWarmUp=20 --thresholdForOptimizeAfterLongWarmUp=20 --thresholdForOptimizeSoon=20 --thresholdForFTLOptimizeAfterWarmUp=20 --thresholdForFTLOptimizeSoon=20
5. --enableConcurrentJIT=false --validateGraph=true --thresholdForJITAfterWarmUp=10 --thresholdForJITSoon=10 --thresholdForOptimizeAfterWarmUp=20 --thresholdForOptimizeAfterLongWarmUp=20 --thresholdForOptimizeSoon=20 --thresholdForFTLOptimizeAfterWarmUp=20 --thresholdForFTLOptimizeSoon=20

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list