Bug 64073

Summary: DFG JIT method_check implementation does not link to optimized get_by_id slow path
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
the patch
barraclough: review+, webkit.review.bot: commit-queue-
the patch none

Description Filip Pizlo 2011-07-07 01:33:38 PDT
The JSC JIT links the method_check slow path to the optimizing get_by_id slow path, so that if method_check patching fails, get_by_id can have a go.  The DFG JIT does not do this, but should.
Comment 1 Filip Pizlo 2011-07-07 01:48:23 PDT
Created attachment 99957 [details]
the patch
Comment 2 WebKit Review Bot 2011-07-07 14:10:49 PDT
Comment on attachment 99957 [details]
the patch

Rejecting attachment 99957 [details] from commit-queue.

Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=ec2-cq-02', '--port..." exit_code: 2

Last 500 characters of output:
669ace4c5883549e2e26773acf636ef9b04f6685
r90589 = b4983f42a5417e5da321b861357482a455302b42
Done rebuilding .git/svn/refs/remotes/origin/master/.rev_map.268f45cc-cd09-0410-ab3c-d52691b4dbfc
First, rewinding head to replay your work on top of it...
Fast-forwarded master to refs/remotes/origin/master.
Updating chromium port dependencies using gclient...

________ running '/usr/bin/python gyp_webkit' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'
Updating webkit projects from gyp files...

Full output: http://queues.webkit.org/results/9000249
Comment 3 Filip Pizlo 2011-07-07 15:43:22 PDT
Created attachment 100042 [details]
the patch
Comment 4 WebKit Review Bot 2011-07-07 16:07:54 PDT
Comment on attachment 100042 [details]
the patch

Clearing flags on attachment: 100042

Committed r90598: <http://trac.webkit.org/changeset/90598>
Comment 5 WebKit Review Bot 2011-07-07 16:07:58 PDT
All reviewed patches have been landed.  Closing bug.