mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fixed trace-tests for isPromoteInt patch which reduced tree recompilation counts.
This commit is contained in:
parent
ba12fe7023
commit
b2a6f01baa
@ -1548,9 +1548,9 @@ function testNestedExitStackOuter() {
|
||||
}
|
||||
testNestedExitStackOuter.expected = 81;
|
||||
testNestedExitStackOuter.jitstats = {
|
||||
recorderStarted: 4,
|
||||
recorderStarted: 3,
|
||||
recorderAborted: 0,
|
||||
traceTriggered: 6
|
||||
traceTriggered: 7
|
||||
};
|
||||
test(testNestedExitStackOuter);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user