Bug 22192 - +37 failures in fast/profiler
Summary: +37 failures in fast/profiler
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P1 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-11 18:10 PST by Geoffrey Garen
Modified: 2008-11-12 16:51 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2008-11-11 18:10:59 PST
REGRESSION between r38321 and r38323 on leopard bot

Looks like the "func" register is being recycled, clobbering the register that op_profile_did_call used to implicitly reuse.

I'm going offline for a few hours, but I should be able to fix this tonight or tomorrow morning.
Comment 1 Geoffrey Garen 2008-11-12 16:51:48 PST
Committed revision 38349.