Bug 73624 - JIT+ INTERPRETER builds are broken
Summary: JIT+ INTERPRETER builds are broken
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-12-01 22:21 PST by Gavin Barraclough
Modified: 2011-12-05 16:26 PST (History)
3 users (show)

See Also:


Attachments
fix (4.43 KB, patch)
2011-12-01 22:23 PST, Gavin Barraclough
no flags Details | Formatted Diff | Diff
Patch as landed, with RS changes courtesy of Sam. (5.65 KB, patch)
2011-12-05 10:28 PST, Gavin Barraclough
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2011-12-01 22:21:14 PST
These don't fallback to the interpreter correctly.  Thunk creation assumes that is the JIT is compiled in, then it is enabled.
Comment 1 Gavin Barraclough 2011-12-01 22:23:48 PST
Created attachment 117567 [details]
fix
Comment 2 Geoffrey Garen 2011-12-01 22:26:20 PST
Comment on attachment 117567 [details]
fix

r=me
Comment 3 Gyuyoung Kim 2011-12-01 22:28:03 PST
Comment on attachment 117567 [details]
fix

Attachment 117567 [details] did not pass efl-ews (efl):
Output: http://queues.webkit.org/results/10693924
Comment 4 Early Warning System Bot 2011-12-01 22:29:14 PST
Comment on attachment 117567 [details]
fix

Attachment 117567 [details] did not pass qt-ews (qt):
Output: http://queues.webkit.org/results/10694878
Comment 5 Gustavo Noronha (kov) 2011-12-02 06:39:01 PST
Comment on attachment 117567 [details]
fix

Attachment 117567 [details] did not pass gtk-ews (gtk):
Output: http://queues.webkit.org/results/10731035
Comment 6 Gavin Barraclough 2011-12-05 10:28:44 PST
Created attachment 117894 [details]
Patch as landed, with RS changes courtesy of Sam.
Comment 7 Gavin Barraclough 2011-12-05 10:29:13 PST
Fixed in r102011
Comment 8 David Kilzer (:ddkilzer) 2011-12-05 16:26:59 PST
<rdar://problem/10531080>