[Webkit-unassigned] [Bug 22840] REGRESSION (r38349): Gmail doesn't load with profiling enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 27 04:00:01 PST 2008


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





------- Comment #5 from cwzwarich at uwaterloo.ca  2008-12-27 04:00 PDT -------
Created an attachment (id=26264)
 --> (https://bugs.webkit.org/attachment.cgi?id=26264&action=view)
Patch in progress

Here is a fix. The problem is that the original patch was 'leaking' temporary
registers, breaking things that rely on the fact that they can get sequential
ranges of temporaries. Here is a simple example:

function g(a, b) {
    return [a.toString(), b];
}

In addition to this fix, I will add assertions that assert the sequentiality of
sequential ranges of temporaries, and make tests for all node types that call
emitCall() or emitConstruct().


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



More information about the webkit-unassigned mailing list