[Webkit-unassigned] [Bug 158083] LLInt should support other types of prototype GetById caching.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 3 11:07:45 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=158083

--- Comment #17 from Caio Lima <ticaiolima at gmail.com> ---
(In reply to comment #15)
> Lost of crashes on the mac-debug bot:
> 
>   fast/loader/stateobjects/state-attribute-history-getter.html [ Crash ]
>   fast/regex/toString.html [ Crash ]
>   fast/workers/stress-js-execution.html [ Crash ]
>   ietestcenter/Javascript/11.1.5-0-1.html [ Crash ]
>   ietestcenter/Javascript/11.1.5-0-2.html [ Crash ]
>   ietestcenter/Javascript/15.10.7.1-1.html [ Crash ]
>   ietestcenter/Javascript/15.10.7.2-1.html [ Crash ]
>   inspector/css/stylesheet-events-multiple-documents.html [ Crash ]
>   inspector/debugger/searchInContent-linebreaks.html [ Crash ]
>   inspector/debugger/setBreakpoint-actions.html [ Crash ]
>   inspector/page/searchInResources.html [ Crash ]
>   inspector/runtime/getProperties.html [ Crash ]
>   js/Object-create.html [ Crash ]
>   js/array-defineOwnProperty.html [ Crash ]
>   js/basic-computed-property-name.html [ Crash ]
>   js/caller-property.html [ Crash ]
>   js/dom/Object-defineProperty.html [ Crash ]
>   js/dom/call-base-resolution.html [ Crash ]
>   js/dom/exception-sequencing-binops2.html [ Crash ]
>   js/kde/StringObject.html [ Crash ]
>   js/kde/prototype_proto.html [ Crash ]
>   js/pic/cached-getter-setter.html [ Crash ]
>   js/pic/cached-named-property-getter.html [ Crash ]
>   js/regress/getter-no-activation.html [ Crash ]
>   js/regress/getter.html [ Crash ]
>  
> sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.9_String.
> prototype.localeCompare/S15.5.4.9_3.html [ Crash ]
>  
> sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.9_String.
> prototype.localeCompare/S15.5.4.9_A1_T1.html [ Crash ]
>  
> sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.9_String.
> prototype.localeCompare/S15.5.4.9_A1_T2.html [ Crash ]
>   streams/brand-checks.html [ Crash ]
> 
> 
> You can run these tests locally using run-webkit-tests --debug
> --dump-render-tree.

(In reply to comment #14)
> Created attachment 280446 [details]


Actually, I updated this patch today morning to avoid the crashes, because my implementation was incorrect. These tests are from my first patch, I am going try to run them locally tonight, but is there one way to retrigger them here?

BTW, this patch is RFC, not the final Version, because I want to inline the call instead of using the slowPath.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160603/fb63a9be/attachment-0001.html>


More information about the webkit-unassigned mailing list