Bug 95531 - JSC: Refactor LLInt and supporting code in preparation for the C Loop backend
Summary: JSC: Refactor LLInt and supporting code in preparation for the C Loop backend
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-31 00:13 PDT by Mark Lam
Modified: 2012-08-31 16:25 PDT (History)
3 users (show)

See Also:


Attachments
Fix. (19.41 KB, patch)
2012-08-31 01:11 PDT, Mark Lam
gyuyoung.kim: commit-queue-
Details | Formatted Diff | Diff
Fixed typo. (19.41 KB, patch)
2012-08-31 01:28 PDT, Mark Lam
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2012-08-31 00:13:51 PDT
Refactor LLInt and supporting code in preparation for the C Loop backend.
Comment 1 Mark Lam 2012-08-31 01:11:38 PDT
Created attachment 161634 [details]
Fix.
Comment 2 WebKit Review Bot 2012-08-31 01:13:37 PDT
Attachment 161634 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source..." exit_code: 1
Source/JavaScriptCore/llint/LowLevelInterpreter.cpp:40:  Extra space before )  [whitespace/parens] [2]
Total errors found: 1 in 14 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Gyuyoung Kim 2012-08-31 01:22:03 PDT
Comment on attachment 161634 [details]
Fix.

Attachment 161634 [details] did not pass efl-ews (efl):
Output: http://queues.webkit.org/results/13722060
Comment 4 Mark Lam 2012-08-31 01:28:15 PDT
Created attachment 161636 [details]
Fixed typo.
Comment 5 WebKit Review Bot 2012-08-31 01:29:59 PDT
Attachment 161636 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source..." exit_code: 1
Source/JavaScriptCore/llint/LowLevelInterpreter.cpp:40:  Extra space before )  [whitespace/parens] [2]
Total errors found: 1 in 14 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 6 WebKit Review Bot 2012-08-31 16:25:05 PDT
Comment on attachment 161636 [details]
Fixed typo.

Clearing flags on attachment: 161636

Committed r127333: <http://trac.webkit.org/changeset/127333>
Comment 7 WebKit Review Bot 2012-08-31 16:25:08 PDT
All reviewed patches have been landed.  Closing bug.