Bug 39480

Summary: REGRESSION(r59863): the codeBlock is not changed in op_ret in interpreter mode
Product: WebKit Reporter: Gabor Loki <loki>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Blocker CC: barraclough, darin, ggaren, kevin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Fix the interpreter after r59863 ggaren: review+

Description Gabor Loki 2010-05-21 03:46:13 PDT
The interpreter fails on almost all regression tests after r59863.

The patch missed to update the codeBlock variable during op_ret execution.
Comment 1 Gabor Loki 2010-05-21 03:48:29 PDT
Created attachment 56693 [details]
Fix the interpreter after r59863
Comment 2 Geoffrey Garen 2010-05-21 08:43:41 PDT
Comment on attachment 56693 [details]
Fix the interpreter after r59863

doh!
Comment 3 Gabor Loki 2010-05-22 00:06:15 PDT
The same fix was landed at r59975. ;)
Comment 4 Alexey Proskuryakov 2010-05-23 10:38:05 PDT
*** Bug 39484 has been marked as a duplicate of this bug. ***