Bug 39480 - REGRESSION(r59863): the codeBlock is not changed in op_ret in interpreter mode
Summary: REGRESSION(r59863): the codeBlock is not changed in op_ret in interpreter mode
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Blocker
Assignee: Nobody
URL:
Keywords:
: 39484 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-05-21 03:46 PDT by Gabor Loki
Modified: 2010-05-23 10:38 PDT (History)
4 users (show)

See Also:


Attachments
Fix the interpreter after r59863 (1.42 KB, patch)
2010-05-21 03:48 PDT, Gabor Loki
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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. ***