<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>185586</bug_id>
          
          <creation_ts>2018-05-13 11:02:21 -0700</creation_ts>
          <short_desc>Disable pointer poisoning</short_desc>
          <delta_ts>2018-05-14 16:16:35 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Filip Pizlo">fpizlo</reporter>
          <assigned_to name="Filip Pizlo">fpizlo</assigned_to>
          <cc>benjamin</cc>
    
    <cc>cdumez</cc>
    
    <cc>cmarcelo</cc>
    
    <cc>dbates</cc>
    
    <cc>ews-watchlist</cc>
    
    <cc>ryanhaddad</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>ysuzuki</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1423425</commentid>
    <comment_count>0</comment_count>
    <who name="Filip Pizlo">fpizlo</who>
    <bug_when>2018-05-13 11:02:21 -0700</bug_when>
    <thetext>It seems to possibly be a small speed-up.  I want to see if the bots agree.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1423426</commentid>
    <comment_count>1</comment_count>
      <attachid>340268</attachid>
    <who name="Filip Pizlo">fpizlo</who>
    <bug_when>2018-05-13 11:03:24 -0700</bug_when>
    <thetext>Created attachment 340268
the patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1423427</commentid>
    <comment_count>2</comment_count>
      <attachid>340268</attachid>
    <who name="Yusuke Suzuki">ysuzuki</who>
    <bug_when>2018-05-13 11:06:04 -0700</bug_when>
    <thetext>Comment on attachment 340268
the patch

r=me. BTW, do you plan to remove this functionality? I have a patch for Windows 64bit poisoning right now (https://bugs.webkit.org/show_bug.cgi?id=185421). If it will be removed soon, I&apos;ll make that patch WONTFIX.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1423434</commentid>
    <comment_count>3</comment_count>
    <who name="Filip Pizlo">fpizlo</who>
    <bug_when>2018-05-13 11:56:35 -0700</bug_when>
    <thetext>(In reply to Yusuke Suzuki from comment #2)
&gt; Comment on attachment 340268 [details]
&gt; the patch
&gt; 
&gt; r=me. BTW, do you plan to remove this functionality? I have a patch for
&gt; Windows 64bit poisoning right now
&gt; (https://bugs.webkit.org/show_bug.cgi?id=185421). If it will be removed
&gt; soon, I&apos;ll make that patch WONTFIX.

I think that if it&apos;s a confirmed speed-up then we will remove it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1423435</commentid>
    <comment_count>4</comment_count>
    <who name="Filip Pizlo">fpizlo</who>
    <bug_when>2018-05-13 11:57:21 -0700</bug_when>
    <thetext>Landed in https://trac.webkit.org/changeset/231743/webkit</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1423436</commentid>
    <comment_count>5</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2018-05-13 11:58:18 -0700</bug_when>
    <thetext>&lt;rdar://problem/40202974&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1423823</commentid>
    <comment_count>6</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2018-05-14 15:39:13 -0700</bug_when>
    <thetext>I suppose this may be expected, but this caused some API tests to timeout:

Timeout
    TestWTF.WTF_PoisonedUniquePtrForTriviallyDestructibleArrays.Assignment
    TestWTF.WTF_PoisonedUniquePtrForNonTriviallyDestructibleArrays.Basic
    TestWTF.WTF_PoisonedUniquePtr.Assignment
    TestWTF.WTF_PoisonedUniquePtrForNonTriviallyDestructibleArrays.Swap
    TestWTF.WTF_PoisonedUniquePtrForNonTriviallyDestructibleArrays.ReturnValue
    TestWTF.WTF_Poisoned.Assignment
    TestWTF.WTF_PoisonedUniquePtr.Swap
    TestWTF.WTF_Poisoned.ReturnValue
    TestWTF.WTF_PoisonedUniquePtrForTriviallyDestructibleArrays.ReturnValue
    TestWTF.WTF_PoisonedUniquePtrForTriviallyDestructibleArrays.Basic
    TestWTF.WTF_PoisonedUniquePtr.Basic
    TestWTF.WTF_Poisoned.Swap
    TestWTF.WTF_Poisoned.Basic
    TestWTF.WTF_PoisonedUniquePtr.ReturnValue
    TestWTF.WTF_PoisonedUniquePtrForNonTriviallyDestructibleArrays.Assignment
    TestWTF.WTF_PoisonedUniquePtrForTriviallyDestructibleArrays.Swap

https://build.webkit.org/builders/Apple%20High%20Sierra%20Release%20WK2%20%28Tests%29/builds/4487</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1423847</commentid>
    <comment_count>7</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2018-05-14 16:16:35 -0700</bug_when>
    <thetext>Disabled API tests in https://trac.webkit.org/r231774</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>340268</attachid>
            <date>2018-05-13 11:03:24 -0700</date>
            <delta_ts>2018-05-13 11:06:04 -0700</delta_ts>
            <desc>the patch</desc>
            <filename>blah.patch</filename>
            <type>text/plain</type>
            <size>1334</size>
            <attacher name="Filip Pizlo">fpizlo</attacher>
            
              <data encoding="base64">SW5kZXg6IFNvdXJjZS9XVEYvQ2hhbmdlTG9nCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIFNvdXJjZS9XVEYvQ2hh
bmdlTG9nCShyZXZpc2lvbiAyMzE3NDEpCisrKyBTb3VyY2UvV1RGL0NoYW5nZUxvZwkod29ya2lu
ZyBjb3B5KQpAQCAtMSwzICsxLDE1IEBACisyMDE4LTA1LTEzICBGaWxpcCBQaXpsbyAgPGZwaXps
b0BhcHBsZS5jb20+CisKKyAgICAgICAgRGlzYWJsZSBwb2ludGVyIHBvaXNvbmluZworICAgICAg
ICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9MTg1NTg2CisKKyAgICAg
ICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisgICAgICAgIAorICAgICAgICBUaGlzIHNl
ZW1zIGxpa2UgYSAwLjMlIHNwZWVkLXVwIG9uIG1pY3JvYmVuY2htYXJrcy4gSXQgc2VlbXMgbGlr
ZSBpdCBtYXkgYmUgYSBzbWFsbCBzcGVlZC11cCBvbgorICAgICAgICBvdGhlciB0ZXN0cywgdG9v
LgorCisgICAgICAgICogd3RmL1BsYXRmb3JtLmg6CisKIDIwMTgtMDUtMTEgIENocmlzIER1bWV6
ICA8Y2R1bWV6QGFwcGxlLmNvbT4KIAogICAgICAgICBSRUdSRVNTSU9OIChhc3luYyBwb2xpY3kg
ZGVsZWdhdGUpOiBSZXZva2luZyBhbiBvYmplY3QgVVJMIGltbWVkaWF0ZWx5IGFmdGVyIHRyaWdn
ZXJpbmcgZG93bmxvYWQgYnJlYWtzIGZpbGUgZG93bmxvYWQKSW5kZXg6IFNvdXJjZS9XVEYvd3Rm
L1BsYXRmb3JtLmgKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PQotLS0gU291cmNlL1dURi93dGYvUGxhdGZvcm0uaAkocmV2
aXNpb24gMjMxNjg2KQorKysgU291cmNlL1dURi93dGYvUGxhdGZvcm0uaAkod29ya2luZyBjb3B5
KQpAQCAtOTkxLDEyICs5OTEsNyBAQAogI2RlZmluZSBFTkFCTEVfU0lHTkFMX0JBU0VEX1ZNX1RS
QVBTIDEKICNlbmRpZgogCi0jZGVmaW5lIEVOQUJMRV9QT0lTT04gMQotLyogTm90IGN1cnJlbnRs
eSBzdXBwb3J0ZWQgZm9yIDMyLWJpdCBvciBPUyhXSU5ET1dTKSBidWlsZHMgKGJlY2F1c2Ugb2Yg
bWlzc2luZyBsbGludCBzdXBwb3J0KS4gTWFrZSBzdXJlIGl0J3MgZGlzYWJsZWQuICovCi0jaWYg
VVNFKEpTVkFMVUUzMl82NCkgfHwgT1MoV0lORE9XUykKLSN1bmRlZiBFTkFCTEVfUE9JU09OCiAj
ZGVmaW5lIEVOQUJMRV9QT0lTT04gMAotI2VuZGlmCiAKICNpZiAhZGVmaW5lZChVU0VfUE9JTlRF
Ul9QUk9GSUxJTkcpIHx8IFVTRShKU1ZBTFVFMzJfNjQpIHx8ICFFTkFCTEUoSklUKQogI3VuZGVm
IFVTRV9QT0lOVEVSX1BST0ZJTElORwo=
</data>
<flag name="review"
          id="358528"
          type_id="1"
          status="+"
          setter="ysuzuki"
    />
          </attachment>
      

    </bug>

</bugzilla>