Bug 149879

Summary: JIT::emitGetGlobalProperty/emitPutGlobalProperty are only called from one place
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, benjamin, commit-queue, ggaren, mark.lam, mhahnenb, msaboff, nrotem, oliver, saam, sam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 149852    
Attachments:
Description Flags
the patch saam: review+

Description Filip Pizlo 2015-10-07 11:10:37 PDT
They should be inlined.
Comment 1 Filip Pizlo 2015-10-07 11:12:48 PDT
Created attachment 262616 [details]
the patch
Comment 2 Saam Barati 2015-10-07 11:14:21 PDT
Comment on attachment 262616 [details]
the patch

lgtm
Comment 3 WebKit Commit Bot 2015-10-07 11:14:30 PDT
Attachment 262616 [details] did not pass style-queue:


ERROR: Source/JavaScriptCore/jit/JITPropertyAccess.cpp:785:  Non-label code inside switch statements should be indented.  [whitespace/indent] [4]
Total errors found: 1 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Filip Pizlo 2015-10-07 11:18:25 PDT
I've got build fixes for everything locally.
Comment 5 Filip Pizlo 2015-10-07 11:27:37 PDT
Landed in http://trac.webkit.org/changeset/190675

The version of this that I ladned had the fix for 64-bit.
Comment 6 Filip Pizlo 2015-10-07 12:07:57 PDT
Landed in http://trac.webkit.org/changeset/190675