Bug 95531

Summary: JSC: Refactor LLInt and supporting code in preparation for the C Loop backend
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: fpizlo, ggaren, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Fix.
gyuyoung.kim: commit-queue-
Fixed typo. none

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.